Hi Matt,
thanks for help.
I made a simple test like this:
- in a stand-alone Java application I created a pdf file with Jasper with these
two commands:
[code]JasperPrint print = JasperFillManager.fillReport("/file.jasper",
parameter,new JREmptyDataSource());
JasperExportManager.exportReportToPdfFile(print, "/file.pdf");[/code]
Everything works fine.
- the same two commands inside a controller java class inside Magnolia give the
exception listed on top.
Another strange thing is that if I try to export in HTML extension (instead of
pdf) in the Magnolia project, everything works fine....I really don't know why.
I set all parameters for JVM Permgen Space problem as described in JasperSoft
website...
I create the jasper file with iReport 4.5.1 and use Jasper Library 4.5.1
Magnolia 4.4.6 Community Edition...
Any other suggestion?
Thanks a lot
Fabio
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=244556ef-e566-4953-8873-89175e19bea2
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------