<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
					xmlns:content="http://purl.org/rss/1.0/modules/content/"
					xmlns:wfw="http://wellformedweb.org/CommentAPI/"
					xmlns:dc="http://purl.org/dc/elements/1.1/"
					xmlns:atom="http://www.w3.org/2005/Atom"
					xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
				  >
<channel>
<title><![CDATA[Latest Topics]]></title>
<link>http://jasperforge.org/</link>
<description><![CDATA[Forge Latest forum topics]]></description>
<image><title><![CDATA[Latest Topics]]></title>
<link>http://jasperforge.org/</link>
<url>http://jasperforge.org/themes/jasper/images/tools/logo.gif</url>
</image>
<language></language>
<pubDate>Sat, 11 Feb 2012 14:52:47 +0000</pubDate>
<item>
<title><![CDATA[iReport in windows 7 x64]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=95499</link>
<pubDate>Sat, 11 Feb 2012 08:03:31 +0000</pubDate>
<description><![CDATA[<p>&nbsp;Hi,</p>
<p>&nbsp; &nbsp; &nbsp;After installation of iReport 4.5.0 when i run the ireport i find the following error.</p>
<p>"A java.lang.NullPointerException has occured. Click show the details" and the detail is</p>
<p>&nbsp;</p>
<p>
<p>java.lang.NullPointerException</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at java.awt.Dimension.<init>(Dimension.java:91)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at javax.swing.plaf.basic.BasicProgressBarUI.getPreferredSize(BasicProgressBarUI.java:757)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at javax.swing.JComponent.getPreferredSize(JComponent.java:1615)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at org.netbeans.modules.progress.ui.NbProgressBar.getPreferredSize(NbProgressBar.java:90)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at org.netbeans.modules.progress.ui.StatusLineComponent.<init>(StatusLineComponent.java:137)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at org.netbeans.modules.progress.ui.ProviderImpl.getDefaultWorker(ProviderImpl.java:59)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at org.netbeans.progress.module.Controller.getProgressUIWorker(Controller.java:128)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at org.netbeans.progress.module.Controller.run(Controller.java:332)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at org.netbeans.progress.module.Controller.actionPerformed(Controller.java:357)</p>
<span class="Apple-tab-span" style="white-space: pre; ">	</span>at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at javax.swing.Timer.fireActionPerformed(Timer.java:271)</p>
<p>[catch] at javax.swing.Timer$DoPostEvent.run(Timer.java:201)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)</p>
<p><span class="Apple-tab-span" style="white-space:pre">	</span>at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)</p>
<p>&nbsp;</p>
<p>Please help to solve my problem.</p>
<div>&nbsp;</div>
</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=95499</guid>
</item>
<item>
<title><![CDATA[Measures MDX in Report return No such tuple on axis 0]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=102&amp;forumid=103&amp;topicid=95497</link>
<pubDate>Sat, 11 Feb 2012 01:01:45 +0000</pubDate>
<description><![CDATA[<p>I have an MDX query that works but when put into an iReport report I get "No such tuple ([Measures].[a]) on axis 0."&nbsp; Thing is I can bring up the dimenions no problems. Just measures it cannot.&nbsp; The query is below.&nbsp; It's funny because the measures are on axis 1 so I placed flipped the query and placed measures on axix 0 with the same "No such tuple ([Measures].[a]) on axis 0" error.&nbsp; [Order Fulfillment and Survey] is a virtual cube, I also tried with a cube and a much simplier query without cross joins and the same issue happens.&nbsp; I'm using iReport 4.1.3.&nbsp;JasperReports version 4.1.3.&nbsp;&nbsp;Java 6 Update 25.&nbsp; Not&nbsp;that it matters but Oracle 11g DB.&nbsp;&nbsp;</p>
<p>Does anyone know how to resolve this?&nbsp;</p><table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"><tbody><tr><td><b>Code:</b></td></tr><tr><td><pre>SELECT
NON EMPTY [Service Order].[Day].Members ON COLUMNS,
NON EMPTY CrossJoin({
[CSAT],
[Measures].[a],
[Measures].[b]
},
[Product Type].Children
)
) ON AXIS(1)
FROM [Order Fulfillment and Survey]
 </td></tr></tbody></table>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=102&amp;forumid=103&amp;topicid=95497</guid>
</item>
<item>
<title><![CDATA[Trying to retrieve/display a PDF from the database]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=95495</link>
<pubDate>Fri, 10 Feb 2012 22:15:35 +0000</pubDate>
<description><![CDATA[<p>I have notes on how to pull an image (gif, jpg, etc., stored in Base64 format) from the database and display it in iReport (I've pasted those notes below, in case they're of help to anyone).&nbsp; I was hoping to use a similar technique to pull and display a PDF from our database!&nbsp; It seems unlikely to work, but our financial software stores receipts as PDFs, and I've written a report that lists transaction history.&nbsp; I was thinking how nice it would be to write a "drill-down" report, where each transaction on the history report has a hyperlink that would pass the transaction index to a second report that just pulls/displays the receipt for that transaction.&nbsp; I would also pass the parameters from the transaction report down to the receipt report so I can have another hyperlink at the top of the receipt report to "go back" to the history report (passing all the original parameters back to it).&nbsp; I also have notes on how to do the drill down and "drill up", so I think those are working corrrectly.&nbsp; My real problem is that the PDF isn't an "image", and I don't know if there's any support for treating it similar to an image and somehow viewing it inside a report.&nbsp; In fact, since it's a receipt, not a "document", I'd love to convert it to an image on the fly, but I'm just using iReport and JasperServer, so it's not as though I can program any kind of unsupported transformation within a Java application.&nbsp; Any ideas? </p>
<p>Carl</p>
<p><!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Version>12.00</o:Version>
</o:DocumentProperties>
<o:OfficeDocumentSettings>
<o:RelyOnVML />
<o:AllowPNG />
</o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:TrackMoves />
<w:TrackFormatting />
<w:PunctuationKerning />
<w:ValidateAgainstSchemas />
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF />
<w:LidThemeOther>EN-US</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:BreakWrappedTables />
<w:SnapToGridInCell />
<w:WrapTextWithPunct />
<w:UseAsianBreakRules />
<w:DontGrowAutofit />
<w:SplitPgBreakAndParaMark />
<w:DontVertAlignCellWithSp />
<w:DontBreakConstrainedForcedTables />
<w:DontVertAlignInTxbx />
<w:Word11KerningPairs />
<w:CachedColBalance />
</w:Compatibility>
<m:mathPr>
<m:mathFont m:val="Cambria Math" />
<m:brkBin m:val="before" />
<m:brkBinSub m:val="&#45;-" />
<m:smallFrac m:val="off" />
<m:dispDef />
<m:lMargin m:val="0" />
<m:rMargin m:val="0" />
<m:defJc m:val="centerGroup" />
<m:wrapIndent m:val="1440" />
<m:intLim m:val="subSup" />
<m:naryLim m:val="undOvr" />
</m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
DefSemiHidden="true" DefQFormat="false" DefPriority="99"
LatentStyleCount="267">
<w:LsdException Locked="false" Priority="0" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Normal" />
<w:LsdException Locked="false" Priority="9" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="heading 1" />
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" />
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" />
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" />
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" />
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" />
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" />
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" />
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" />
<w:LsdException Locked="false" Priority="39" Name="toc 1" />
<w:LsdException Locked="false" Priority="39" Name="toc 2" />
<w:LsdException Locked="false" Priority="39" Name="toc 3" />
<w:LsdException Locked="false" Priority="39" Name="toc 4" />
<w:LsdException Locked="false" Priority="39" Name="toc 5" />
<w:LsdException Locked="false" Priority="39" Name="toc 6" />
<w:LsdException Locked="false" Priority="39" Name="toc 7" />
<w:LsdException Locked="false" Priority="39" Name="toc 8" />
<w:LsdException Locked="false" Priority="39" Name="toc 9" />
<w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" />
<w:LsdException Locked="false" Priority="10" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Title" />
<w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" />
<w:LsdException Locked="false" Priority="11" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtitle" />
<w:LsdException Locked="false" Priority="22" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Strong" />
<w:LsdException Locked="false" Priority="20" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Emphasis" />
<w:LsdException Locked="false" Priority="59" SemiHidden="false"
UnhideWhenUsed="false" Name="Table Grid" />
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" />
<w:LsdException Locked="false" Priority="1" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="No Spacing" />
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading" />
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List" />
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid" />
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1" />
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2" />
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1" />
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2" />
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1" />
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2" />
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3" />
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List" />
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading" />
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List" />
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid" />
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 1" />
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 1" />
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 1" />
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" />
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" />
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 1" />
<w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" />
<w:LsdException Locked="false" Priority="34" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" />
<w:LsdException Locked="false" Priority="29" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Quote" />
<w:LsdException Locked="false" Priority="30" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" />
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 1" />
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" />
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" />
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" />
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 1" />
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 1" />
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 1" />
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 1" />
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 2" />
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 2" />
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 2" />
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" />
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" />
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 2" />
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 2" />
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" />
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" />
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" />
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 2" />
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 2" />
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 2" />
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 2" />
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 3" />
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 3" />
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 3" />
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" />
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" />
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 3" />
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 3" />
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" />
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" />
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" />
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 3" />
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 3" />
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 3" />
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 3" />
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 4" />
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 4" />
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 4" />
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" />
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" />
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 4" />
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 4" />
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" />
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" />
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" />
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 4" />
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 4" />
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 4" />
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 4" />
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 5" />
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 5" />
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 5" />
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" />
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" />
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 5" />
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 5" />
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" />
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" />
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" />
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 5" />
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 5" />
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 5" />
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 5" />
<w:LsdException Locked="false" Priority="60" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Shading Accent 6" />
<w:LsdException Locked="false" Priority="61" SemiHidden="false"
UnhideWhenUsed="false" Name="Light List Accent 6" />
<w:LsdException Locked="false" Priority="62" SemiHidden="false"
UnhideWhenUsed="false" Name="Light Grid Accent 6" />
<w:LsdException Locked="false" Priority="63" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" />
<w:LsdException Locked="false" Priority="64" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" />
<w:LsdException Locked="false" Priority="65" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 1 Accent 6" />
<w:LsdException Locked="false" Priority="66" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium List 2 Accent 6" />
<w:LsdException Locked="false" Priority="67" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" />
<w:LsdException Locked="false" Priority="68" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" />
<w:LsdException Locked="false" Priority="69" SemiHidden="false"
UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" />
<w:LsdException Locked="false" Priority="70" SemiHidden="false"
UnhideWhenUsed="false" Name="Dark List Accent 6" />
<w:LsdException Locked="false" Priority="71" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Shading Accent 6" />
<w:LsdException Locked="false" Priority="72" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful List Accent 6" />
<w:LsdException Locked="false" Priority="73" SemiHidden="false"
UnhideWhenUsed="false" Name="Colorful Grid Accent 6" />
<w:LsdException Locked="false" Priority="19" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" />
<w:LsdException Locked="false" Priority="21" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" />
<w:LsdException Locked="false" Priority="31" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" />
<w:LsdException Locked="false" Priority="32" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" />
<w:LsdException Locked="false" Priority="33" SemiHidden="false"
UnhideWhenUsed="false" QFormat="true" Name="Book Title" />
<w:LsdException Locked="false" Priority="37" Name="Bibliography" />
<w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" />
</w:LatentStyles>
</xml><![endif]--><!--[if gte mso 10]>
 
<![endif]--></p>
<p style="margin-left:.5in">If you have a Base64 image field like PERSON_ID.IMAGE that you want to display on the report, here are the steps:</p>
<p style="margin-left:.75in;text-indent:-.25in;mso-list:l0 level1 lfo1"><span style="mso-list:Ignore">1.<span style="font:7.0pt "Times New Roman"">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Obviously, include the field in the query itself.</p>
<p style="margin-left:.75in;text-indent:-.25in;mso-list:l0 level1 lfo1"><span style="mso-list:Ignore">2.<span style="font:7.0pt "Times New Roman"">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Change the field data class of your field from java.sql.Blob to java.awt.Image.<span style="mso-spacerun:yes">&nbsp; </span>I don&rsquo;t think that&rsquo;s in the drop-down list in iReport, but you can go right into the XML and edit the line that looks like this:</p>
<p style="margin-left:.75in"><field name="PERSON_IMAGE" class="java.sql.Blob"></p>
<p style="margin-left:.75in;text-indent:-.25in;mso-list:l0 level1 lfo1"><span style="mso-list:Ignore">3.<span style="font:7.0pt "Times New Roman"">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Drag an image element from the palette onto the design pane.<span style="mso-spacerun:yes">&nbsp; </span>When the wizard asks you to choose a file, click &ldquo;Cancel&rdquo;.<span style="mso-spacerun:yes">&nbsp; </span>iReport will still leave an image placeholder icon on your band.</p>
<p style="margin-left:.75in;text-indent:-.25in;mso-list:l0 level1 lfo1"><span style="mso-list:Ignore">4.<span style="font:7.0pt "Times New Roman"">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span>Set the properties for the image.<span style="mso-spacerun:yes">&nbsp; </span>Set the size and position as normal.<span style="mso-spacerun:yes">&nbsp; </span>Change the Expression Class from java.lang.String to java.awt.Image (this <i style="mso-bidi-font-style:normal">should</i> be available in the dropdown).<span style="mso-spacerun:yes">&nbsp; </span>Change the Image Expression from blank to the field you&rsquo;ve gotten in your query, e.g. $F{PERSON_IMAGE}</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=95495</guid>
</item>
<item>
<title><![CDATA[group and subgroup]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=95494</link>
<pubDate>Fri, 10 Feb 2012 18:09:02 +0000</pubDate>
<description><![CDATA[<p>&nbsp;Hello, guys.</p>
<p>This is my first post, so forgive me for any mistake while posting.</p>
<p>I have a report which is now like this:</p>
<p><a target="_blank" href="http://img440.imageshack.us/img440/9525/relatorioy.png"><a href="http://img440.imageshack.us/img440/9525/relatorioy.png" target="_blank">http://img440.imageshack.us/img440/9525/relatorioy.png</a></a></p>
<p>and the structure:</p>
<p><a target="_blank" href="http://img576.imageshack.us/img576/7426/estruturarelatorio.png"><a href="http://img576.imageshack.us/img576/7426/estruturarelatorio.png" target="_blank">http://img576.imageshack.us/img576/7426/estruturarelatorio.png</a></a></p>
<p>&nbsp;</p>
<p>but I need to make a sum where it's "null" getting all the values in the R$ column (I already have them), for each of the groups (Despesas de Escrit&oacute;rio, Despesas com Pessoal Administrativo etc.).</p>
<p>All I have done so far is to make a sum of all the data until the end of the page (reset type = page.. reset type = group brings me this "null").</p>
<p>&nbsp;</p>
<p>Sorry for the portuguese report, but I think it's quite comprehensive.</p>
<p>&nbsp;</p>
<p>Thanks!</p><br><br>Post Edited by andrezinn at 02/10/2012 18:10]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=95494</guid>
</item>
<item>
<title><![CDATA[LDAP authentication with sub organization]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=112&amp;forumid=102&amp;topicid=95492</link>
<pubDate>Fri, 10 Feb 2012 16:30:05 +0000</pubDate>
<description><![CDATA[<p>We have Jasper-pro. In Jasper, we have created the following org structure:</p>
<p>Our_Org (single organizatin)</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; SubA</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubA1</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubA2&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; SubB</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubB1</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubB2</p>
<p>In stead of getting Org structure info from LDAP and synchronize, we want the user to type-in the predefined org_name (i.e. SubA, or SubA1)&nbsp; and authenticate the user&nbsp;into that&nbsp;org directly.</p>
<p>Anyone has done this or something similar? My thinking is to&nbsp;pass the org_id from login page&nbsp;to <span lang="EN">defaultOrganizationIfNotDetected in applicationContext-multiTenancy-security.xml... </span>&nbsp;Is it possible? How can it be done? Am I heading down the wrong path? Could someone point me to the right direction, please?&nbsp; Thanks.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=112&amp;forumid=102&amp;topicid=95492</guid>
</item>
<item>
<title><![CDATA[RESTful api support in jasper reports 4.5.0 community version]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=112&amp;forumid=102&amp;topicid=95488</link>
<pubDate>Fri, 10 Feb 2012 14:43:10 +0000</pubDate>
<description><![CDATA[<p>&nbsp;I was going through the examples in&nbsp;JasperReports-Server-Web-Services-Guide.pdf and all was working until I got to the example on page 24. &nbsp;</p>
<p><span style="font-size: 9.000000pt; font-family: 'CourierNewPSMT'">GET /jasperserver-pro/rest/resource/images/JRLogo?file=attachment HTTP/1.1</span></p>
<p>I entered into my browser:</p>
<p><span style="font-size: 9pt; font-family: CourierNewPSMT; "><a href="http://jasperadmin:jasperadmin@localhost:8080/" target="_blank">http://jasperadmin:jasperadmin@localhost:8080/</a></span><span style="font-family: CourierNewPSMT; ">jasperserver/rest/resource/images/JRLogo?file=attachment</span><span style="font-family: CourierNewPSMT; font-size: 9pt; ">&nbsp; &nbsp;</span></p>
<p>as the example described, but instead of downloading the JRLogo file I was displayed the error message:&nbsp;</p>
<p>
<pre style="word-wrap: break-word; white-space: pre-wrap; ">
request contains unsupported parameters
<br type="_moz" /></pre>
<p><span style="font-family: Arial, Verdana, sans-serif; white-space: normal; ">The only parameter I'm passing is <b>file</b>&nbsp;and the documentation specifically says that it is a parameter that can be passed here.&nbsp; Is this functionality supported in the community version?<br type="_moz" />
</span></p>
<p>Any help would be appreciated, Thanks in advance.</p>
</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=112&amp;forumid=102&amp;topicid=95488</guid>
</item>
<item>
<title><![CDATA[Drop Down Boxes]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=95486</link>
<pubDate>Fri, 10 Feb 2012 13:01:13 +0000</pubDate>
<description><![CDATA[<p>&nbsp;Is it possible to add drop down boxes for users instead of having them type anything in?</p>
<p>Thanks</p>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=83&amp;forumid=101&amp;topicid=95486</guid>
</item>
<item>
<title><![CDATA[why jasper report is running immidiately instead of specified time]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=112&amp;forumid=107&amp;topicid=95483</link>
<pubDate>Fri, 10 Feb 2012 11:24:40 +0000</pubDate>
<description><![CDATA[<p>Hi,</p>
<p>check the below code. I am making webservice call to schedule a report to run after 5 mins. but this report is running immidiately. how to avoid that??</p>
<p>Thanks.</p><table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"><tbody><tr><td><b>Code:</b></td></tr><tr><td><pre>JobSimpleTrigger trigger = new JobSimpleTrigger();
            trigger.setOccurrenceCount(1);
            Calendar calendar = Calendar.getInstance();
            System.out.println("current calendar --->" + calendar) ;
            calendar.add(Calendar.MINUTE,5);
             System.out.println("After calendar --->" + calendar) ;
            trigger.setStartDate(calendar);
            trigger.setRecurrenceIntervalUnit(IntervalUnit.fromString(jr.getIntervalUnit()));
            job.setSimpleTrigger(trigger);</td></tr></tbody></table>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=112&amp;forumid=107&amp;topicid=95483</guid>
</item>
<item>
<title><![CDATA[jasper server is running report immidiately instead of specified time]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=112&amp;forumid=102&amp;topicid=95482</link>
<pubDate>Fri, 10 Feb 2012 11:23:46 +0000</pubDate>
<description><![CDATA[<p>Hi,</p>
<p>check the below code. I am making webservice call to schedule a report to run after 5 mins. but this report is running immidiately. how to avoid that??</p>
<p>Thanks.</p><table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"><tbody><tr><td><b>Code:</b></td></tr><tr><td><pre>JobSimpleTrigger trigger = new JobSimpleTrigger();
            trigger.setOccurrenceCount(1);
            Calendar calendar = Calendar.getInstance();
            System.out.println("current calendar --->" + calendar) ;
            calendar.add(Calendar.MINUTE,5);
             System.out.println("After calendar --->" + calendar) ;
            trigger.setStartDate(calendar);
            trigger.setRecurrenceIntervalUnit(IntervalUnit.fromString(jr.getIntervalUnit()));
            job.setSimpleTrigger(trigger);</td></tr></tbody></table>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=112&amp;forumid=102&amp;topicid=95482</guid>
</item>
<item>
<title><![CDATA[jasper report is running immidiately instead of specified time]]></title>
<link>http://jasperforge.org/plugins/espforum/view.php?group_id=102&amp;forumid=103&amp;topicid=95481</link>
<pubDate>Fri, 10 Feb 2012 11:20:08 +0000</pubDate>
<description><![CDATA[<p>Hi,</p>
<p>check the below code. I am making webservice call to schedule a report to run after 5 mins. but this report is running immidiately. how to avoid that??</p>
<p>Thanks.</p><table align="center" border="0" cellpadding="3" cellspacing="1" width="90%"><tbody><tr><td><b>Code:</b></td></tr><tr><td><pre>JobSimpleTrigger trigger = new JobSimpleTrigger();
            trigger.setOccurrenceCount(1);
            Calendar calendar = Calendar.getInstance();
            System.out.println("current calendar --->" + calendar) ;
            calendar.add(Calendar.MINUTE,5);
             System.out.println("After calendar --->" + calendar) ;
            trigger.setStartDate(calendar);
            trigger.setRecurrenceIntervalUnit(IntervalUnit.fromString(jr.getIntervalUnit()));
            job.setSimpleTrigger(trigger);</td></tr></tbody></table>]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/espforum/view.php?group_id=102&amp;forumid=103&amp;topicid=95481</guid>
</item>
</channel>
</rss>
