You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Jacek Wagner <ja...@berkeley.edu> on 2009/04/08 21:55:57 UTC

Jasper Report

All,

I tried to make orderitemreport jasper report working and learned at the 
end that it does not rendering a proper pdf document (missing %PDF-).

Was anyone more lucky?

Jacek

Re: Jasper Report

Posted by Jacek Wagner <ja...@berkeley.edu>.
Final conclusion:

<handler name="jasperreportspdf" type="view" 
class="org.ofbiz.webapp.view.JasperReportsPdfViewHandler"/>

missing JasperReportsPdfViewHandler class is in the source, but was not 
compiled during the installation. -- Jacek


David E Jones wrote:
>
> As an FOP error that usually means there was an error generating 
> XSL:FO XML document. Look at the logs for errors to see exactly what 
> happened.
>
> -David
>
>
> On Apr 8, 2009, at 1:55 PM, Jacek Wagner wrote:
>
>> All,
>>
>> I tried to make orderitemreport jasper report working and learned at 
>> the end that it does not rendering a proper pdf document (missing 
>> %PDF-).
>>
>> Was anyone more lucky?
>>
>> Jacek
>

Re: Jasper Report

Posted by Jacek Wagner <ja...@berkeley.edu>.
Good idea; it says

org.ofbiz.webapp.view.ViewHandlerExceptionMessage:  No handler found for 
type: jasperreportspdf

 <handler name="jasperreportspdf" type="view" 
class="org.ofbiz.webapp.view.JasperReportsPdfViewHandler"/>


Jacek

David E Jones wrote:
>
> As an FOP error that usually means there was an error generating 
> XSL:FO XML document. Look at the logs for errors to see exactly what 
> happened.
>
> -David
>
>
> On Apr 8, 2009, at 1:55 PM, Jacek Wagner wrote:
>
>> All,
>>
>> I tried to make orderitemreport jasper report working and learned at 
>> the end that it does not rendering a proper pdf document (missing 
>> %PDF-).
>>
>> Was anyone more lucky?
>>
>> Jacek
>

Re: Jasper Report

Posted by David E Jones <da...@hotwaxmedia.com>.
As an FOP error that usually means there was an error generating  
XSL:FO XML document. Look at the logs for errors to see exactly what  
happened.

-David


On Apr 8, 2009, at 1:55 PM, Jacek Wagner wrote:

> All,
>
> I tried to make orderitemreport jasper report working and learned at  
> the end that it does not rendering a proper pdf document (missing  
> %PDF-).
>
> Was anyone more lucky?
>
> Jacek