<?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 issues]]></title>
<link>http://jasperforge.org/projects/book/tracker</link>
<description><![CDATA[Forge latest issues]]></description>
<image><title><![CDATA[Latest issues]]></title>
<link>http://jasperforge.org/projects/book/tracker</link>
<url>http://jasperforge.org/themes/jasper/images/tools/logo.gif</url>
</image>
<language></language>
<pubDate>Fri, 10 Feb 2012 01:41:57 +0000</pubDate>
<item>
<title><![CDATA[Repository report output file read only permissions]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5634</link>
<pubDate>Thu, 09 Feb 2012 22:49:51 +0000</pubDate>
<description><![CDATA[After upgrading from Jasperserver 3.7.1 to 4.5 we noticed that now report output files from scheduled reports (PDFs, Excel files, etc) can no longer be opened by users who have read only rights to them.  Now if I want the user to be able to download/open the pdf file I have to give them at least read+write+delete rights.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5634</guid>
</item>
<item>
<title><![CDATA[An error has occurred. (6632) - SQL validation of stored procedure in 4.5 breaks all report queries?]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5633</link>
<pubDate>Thu, 09 Feb 2012 13:50:46 +0000</pubDate>
<description><![CDATA[Reference to http://jasperforge.org/plugins/espforum/view.php?group_id=102&forumid=103&topicid=94923

This is a blocking issue to rollout Jasperserver 4.5]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5633</guid>
</item>
<item>
<title><![CDATA[Getting selected Data Adapter]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5632</link>
<pubDate>Thu, 09 Feb 2012 05:23:39 +0000</pubDate>
<description><![CDATA[My requirement is to generate report using Custom JRDataSource. I am using a text file for data to be displayed in the report and I have implemented Factory class and static method to retrive the JRDataSource.
I have created a Custom Data Adapter with my Factory class and static method which gives JRDataSource. 
Here the challenge is I have to get Selected Data Adapter name in my Factory class.

How to get the Selected Data Adapter when report is generated from Preview Tab and when My custom Data Source being used?
Basically I need to get the Selected Data Adapter name in my Factory class.

Please provide any pointers on this.

Thanks & Regards,
Srinivas

]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5632</guid>
</item>
<item>
<title><![CDATA[ No such tuple [....] on axis 0.]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5631</link>
<pubDate>Wed, 08 Feb 2012 21:42:41 +0000</pubDate>
<description><![CDATA[Adding a measure from an MDX query in Report query dialog box results in "No such tuple ([Measures].[Order Count] on axis 0."]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5631</guid>
</item>
<item>
<title><![CDATA[variable doesn't get recalculated if the band is not shown]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5630</link>
<pubDate>Wed, 08 Feb 2012 16:04:50 +0000</pubDate>
<description><![CDATA[I have a subreport that sometimes returns NULL. in that case I don't show the report
I sum over this subreport
a value get counted twice.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5630</guid>
</item>
<item>
<title><![CDATA[Problem with closed Projects]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5629</link>
<pubDate>Wed, 08 Feb 2012 09:58:14 +0000</pubDate>
<description><![CDATA[When I open a .jrxml File, I become the following error (in german):

Fehler aufgetreten
'Searching DataAdapters' hat ein Problem festgestellt.
Die Ressource '/SteelSeries' ist nicht offen.

'Searching DataAdapters has found a problem.
The resource '/SteelSeries' is not open.

/SteelSeries is a Java-Project that is closed.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5629</guid>
</item>
<item>
<title><![CDATA[Error message "Invalid text height" shows no context, making debugging report very time-consuming.]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5628</link>
<pubDate>Tue, 07 Feb 2012 11:38:19 +0000</pubDate>
<description><![CDATA[File:
net/sf/jasperreports/engine/export/JRRtfExporter.java

Around line 720, it says:

throw new JRException("Invalid text height")

For someone trying to resolve this exception, it takes a lot of time to trial-and-error until you have found the element that causes the problem.

Suggested change:

throw new JRException("Invalid text height of text '" + text.getOriginalText() + "' with height " + textHeight + " in element with height " + height)

When you google on "Invalid text height" with JasperReports, you will see more users having problems analyzing this problem. Such as:

http://stackoverflow.com/questions/2576061/rtf-formatting-in-jasper-reports]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5628</guid>
</item>
<item>
<title><![CDATA[iReport JasperReport Server Repository Navigator: Allow copy+paste of JRXML files from one server to another]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5627</link>
<pubDate>Mon, 06 Feb 2012 19:08:53 +0000</pubDate>
<description><![CDATA[iReport JasperReport Server Repository Navigator: Allow copy+paste of JRXML files from one server to another

]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5627</guid>
</item>
<item>
<title><![CDATA[Currency problems]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5626</link>
<pubDate>Mon, 06 Feb 2012 13:53:21 +0000</pubDate>
<description><![CDATA[I can't format numbers with currency format. When i select BigDecimals (at the field and textfield) and set the patern of textfield to #,##0.00;-#,##0.00 , the output values on reports is something like: 621.1200046539 . I'm using CSV files as a database for generating reports.
Checking the jrxml files, we see that are not being saved types of fields.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5626</guid>
</item>
<item>
<title><![CDATA[iReport 4.5 - Text field epression always gets saved as java.lang.String]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5625</link>
<pubDate>Mon, 06 Feb 2012 12:53:52 +0000</pubDate>
<description><![CDATA[Any text field that I add to a report always reverts to java.lang.String whenever I save the document. e.g. if I add a text field to accept a data by setting the expression class to java.lang.String, when I save it and reopen the document it is back to java.lang.String.

This appears to happen for all expression class types.

Here is a list of the errors that I get ....

java.lang.Exception: 1 - Errors were encountered when compiling report expressions class file: 
1. Cannot cast from Date to String
                 value = (java.lang.String)(((java.util.Date)parameter_START_DATE.getValue())); //$JR_EXPR_ID=17$
                         <-------------------------------------------------------------------> 
2. Cannot cast from BigDecimal to String
                 value = (java.lang.String)(((java.math.BigDecimal)field_TOTAL.getValue())); //$JR_EXPR_ID=30$
                         <----------------------------------------------------------------> 
3. Cannot cast from Integer to String
                 value = (java.lang.String)(((java.lang.Integer)variable_PAGE_NUMBER.getValue())); //$JR_EXPR_ID=33$
                         <----------------------------------------------------------------------> 
4. Cannot cast from Date to String
                 value = (java.lang.String)(((java.util.Date)parameter_START_DATE.getValue())); //$JR_EXPR_ID=17$
                         <-------------------------------------------------------------------> 
5. Cannot cast from BigDecimal to String
                 value = (java.lang.String)(((java.math.BigDecimal)field_TOTAL.getOldValue())); //$JR_EXPR_ID=30$                         <-------------------------------------------------------------------> 6. Cannot cast from Integer to String                 value = (java.lang.String)(((java.lang.Integer)variable_PAGE_NUMBER.getOldValue())); //$JR_EXPR_ID=33$                         <-------------------------------------------------------------------------> 7. Cannot cast from Date to String                 value = (java.lang.String)(((java.util.Date)parameter_START_DATE.getValue())); //$JR_EXPR_ID=17$
                         <-------------------------------------------------------------------> 
8. Cannot cast from BigDecimal to String
                 value = (java.lang.String)(((java.math.BigDecimal)field_TOTAL.getValue())); //$JR_EXPR_ID=30$                         <----------------------------------------------------------------> 9. Cannot cast from Integer to String                 value = (java.lang.String)(((java.lang.Integer)variable_PAGE_NUMBER.getEstimatedValue())); //$JR_EXPR_ID=33$                         <-------------------------------------------------------------------------------> 9 errors 


]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5625</guid>
</item>
</channel>
</rss>
