<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: JasperReports and OpenReports</title>
	<link>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/</link>
	<description>Brian Burridge shares his thoughts and opinions on Internet Software Architecture and Development, chronicles his current projects and areas of research, and give tips and tricks he discovers along the way.</description>
	<pubDate>Tue, 06 Jan 2009 04:33:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Saptarshi</title>
		<link>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14769</link>
		<pubDate>Tue, 23 Dec 2008 06:34:40 +0000</pubDate>
		<guid>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14769</guid>
					<description>Hi,
I would like to know whether Jasperreport / openreport/iReport can take the data from XML using XQuery. Actually I do not have any relational database and I am using Marklogic.

Can you also give us a simple comparison on the features on jasperreport/iReport/openreport.

Thanks in advance.

regards,
Saptarshi</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I would like to know whether Jasperreport / openreport/iReport can take the data from XML using XQuery. Actually I do not have any relational database and I am using Marklogic.</p>
<p>Can you also give us a simple comparison on the features on jasperreport/iReport/openreport.</p>
<p>Thanks in advance.</p>
<p>regards,<br />
Saptarshi
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sabeer Hussain</title>
		<link>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14768</link>
		<pubDate>Tue, 23 Dec 2008 05:50:12 +0000</pubDate>
		<guid>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14768</guid>
					<description>I would like to know whether I can use Jasper reports on a separate machine independent of my web application, which will help me to reduce the overload on my web application server. 
I am using Hibernate for my web application and I would like to use the same connection for my jasper reports which will be on separate machine, is it possible?</description>
		<content:encoded><![CDATA[<p>I would like to know whether I can use Jasper reports on a separate machine independent of my web application, which will help me to reduce the overload on my web application server.<br />
I am using Hibernate for my web application and I would like to use the same connection for my jasper reports which will be on separate machine, is it possible?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jee</title>
		<link>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14405</link>
		<pubDate>Sun, 19 Oct 2008 06:56:21 +0000</pubDate>
		<guid>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14405</guid>
					<description>I have a problem with my report generation in sql query that, when I use the to_char() function in group by clause and select clause with a parameter(to provide the date format dynamically) to convert date, it shows the error that not a group by expression.

can you please provide some info on this as how can I avoid this issue.

[code]:
select to_char(cr.CR_DATE,$P{ReportPeriod}) &quot;Period&quot;, cr.REQ_CLASS, count(*) &quot;Request Count&quot;
from paws2.C_REQUEST cr where cr.CR_USER like '%br%' and cr.cr_date between TO_DATE('09/09/2008', 'MM/DD/YYYY HH24:MI:SS') AND TO_DATE('10/09/2008', 'MM/DD/YYYY HH24:MI:SS')+1 group by to_char(cr.CR_DATE,$P{ReportPeriod}), cr.REQ_CLASS
[/code]
The same query working fine in Toad, but not in OpenReports.</description>
		<content:encoded><![CDATA[<p>I have a problem with my report generation in sql query that, when I use the to_char() function in group by clause and select clause with a parameter(to provide the date format dynamically) to convert date, it shows the error that not a group by expression.</p>
<p>can you please provide some info on this as how can I avoid this issue.</p>
<p>[code]:<br />
select to_char(cr.CR_DATE,$P{ReportPeriod}) &#8220;Period&#8221;, cr.REQ_CLASS, count(*) &#8220;Request Count&#8221;<br />
from paws2.C_REQUEST cr where cr.CR_USER like &#8216;%br%&#8217; and cr.cr_date between TO_DATE(&#8217;09/09/2008&#8242;, &#8216;MM/DD/YYYY HH24:MI:SS&#8217;) AND TO_DATE(&#8217;10/09/2008&#8242;, &#8216;MM/DD/YYYY HH24:MI:SS&#8217;)+1 group by to_char(cr.CR_DATE,$P{ReportPeriod}), cr.REQ_CLASS<br />
[/code]<br />
The same query working fine in Toad, but not in OpenReports.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jt9</title>
		<link>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14399</link>
		<pubDate>Tue, 14 Oct 2008 22:37:00 +0000</pubDate>
		<guid>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14399</guid>
					<description>Hi there,
look, i've a problem with the jasperserver instalation, I installed jasperserver locally without problems but then i did in a UNIX server and after installed when i'm trying to open the login.html, the server show me the next Exception:

16:27:04,641 ERROR [jsp],http-80-Processor2:711 - Servlet.service() for servlet jsp threw exception
java.lang.IllegalArgumentException: InputStream cannot be null
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:94)
at com.jaspersoft.jasperserver.war.common.SiteMenu.parse(SiteMenu.java:74)
at com.jaspersoft.jasperserver.war.common.SiteMenu.getMenu(SiteMenu.java:63)
at org.apache.jsp.WEB_002dINF.decorators.main_jsp._jspService(main_jsp.java:221)...

i unzipped the jasperserver folder into webapps on tomcat, but i don't know if i need to do something else? can you help me? 

tnks</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
look, i&#8217;ve a problem with the jasperserver instalation, I installed jasperserver locally without problems but then i did in a UNIX server and after installed when i&#8217;m trying to open the login.html, the server show me the next Exception:</p>
<p>16:27:04,641 ERROR [jsp],http-80-Processor2:711 - Servlet.service() for servlet jsp threw exception<br />
java.lang.IllegalArgumentException: InputStream cannot be null<br />
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:94)<br />
at com.jaspersoft.jasperserver.war.common.SiteMenu.parse(SiteMenu.java:74)<br />
at com.jaspersoft.jasperserver.war.common.SiteMenu.getMenu(SiteMenu.java:63)<br />
at org.apache.jsp.WEB_002dINF.decorators.main_jsp._jspService(main_jsp.java:221)&#8230;</p>
<p>i unzipped the jasperserver folder into webapps on tomcat, but i don&#8217;t know if i need to do something else? can you help me? </p>
<p>tnks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: handoyo</title>
		<link>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14381</link>
		<pubDate>Wed, 08 Oct 2008 10:11:21 +0000</pubDate>
		<guid>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14381</guid>
					<description>Hi,i want to ask.Is it possible to create a custom query,for example,the client want to make a report based on dates that the items are sold,using between statements..Thanks a lot..</description>
		<content:encoded><![CDATA[<p>Hi,i want to ask.Is it possible to create a custom query,for example,the client want to make a report based on dates that the items are sold,using between statements..Thanks a lot..
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: bhavanisuryanarayana</title>
		<link>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14311</link>
		<pubDate>Tue, 30 Sep 2008 06:20:01 +0000</pubDate>
		<guid>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14311</guid>
					<description>net.sf.jasperreports.engine.JRException: Error executing SQL statement for : Passengers_list
 How to solve this problem</description>
		<content:encoded><![CDATA[<p>net.sf.jasperreports.engine.JRException: Error executing SQL statement for : Passengers_list<br />
 How to solve this problem
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: bhavanisuryanarayana</title>
		<link>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14310</link>
		<pubDate>Tue, 30 Sep 2008 06:15:55 +0000</pubDate>
		<guid>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14310</guid>
					<description>Errornet.sf.jasperreports.engine.JRException: Error executing SQL statement for : Passengers_list(this is my report's name)</description>
		<content:encoded><![CDATA[<p>Errornet.sf.jasperreports.engine.JRException: Error executing SQL statement for : Passengers_list(this is my report&#8217;s name)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Karthi</title>
		<link>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14306</link>
		<pubDate>Fri, 26 Sep 2008 10:35:03 +0000</pubDate>
		<guid>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14306</guid>
					<description>Hi,
I have created a cross tab report using iReport.
Now the output is getting exported to JR Viewer, but the same is not getting exported in PDF Format. Help me pls.
Thnx in advance,
Karthi</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have created a cross tab report using iReport.<br />
Now the output is getting exported to JR Viewer, but the same is not getting exported in PDF Format. Help me pls.<br />
Thnx in advance,<br />
Karthi
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Karthi</title>
		<link>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14305</link>
		<pubDate>Fri, 26 Sep 2008 10:30:35 +0000</pubDate>
		<guid>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14305</guid>
					<description>these questions and the solutions are greatly useful but how to post quetions regardng can any one please guide me.
Thnx in before.</description>
		<content:encoded><![CDATA[<p>these questions and the solutions are greatly useful but how to post quetions regardng can any one please guide me.<br />
Thnx in before.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Karthi</title>
		<link>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14304</link>
		<pubDate>Fri, 26 Sep 2008 10:30:15 +0000</pubDate>
		<guid>http://www.brianburridge.com/2005/04/08/jasper-and-open-reports/#comment-14304</guid>
					<description>these questions and the solutions are greatly useful but how to post quetions regardng can any one please guide me.
Thnx in before.</description>
		<content:encoded><![CDATA[<p>these questions and the solutions are greatly useful but how to post quetions regardng can any one please guide me.<br />
Thnx in before.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
