PDA

View Full Version : blazeds with jasper report



zakaria
Jul 17th, 2009, 04:08 AM
I have a problem on integrating jasper report on project using blazeds.

so, i declare two servlet in my web.xml. the first one is configured to use blazeds and the other is using to export the report -using request HTTP-.


when i test the export of the report, i have the following logs on my server :
2009-07-17 03:45:14,639 [btpool0-0] DEBUG n.s.j.engine.fill.JRBaseFiller - Fill 19171776: created for user
2009-07-17 03:45:14,843 [btpool0-0] DEBUG n.s.j.engine.fill.JRBaseFiller - Fill 19171776: filling report
2009-07-17 03:45:14,843 [btpool0-0] DEBUG n.s.j.engine.fill.JRVerticalFiller - Fill 19171776: no data
2009-07-17 03:45:14,843 [btpool0-0] DEBUG n.s.j.engine.fill.JRVerticalFiller - Fill 19171776: no pages
2009-07-17 03:45:14,843 [btpool0-0] DEBUG n.s.j.engine.fill.JRBaseFiller - Fill 19171776: ended


What is strange, is when i use the same code on other project who use only spring mvc (not blazeds), i have my report exported

jeremyg484
Jul 17th, 2009, 10:38 AM
Probably a configuration problem somewhere, but this really isn't enough information to help diagnose it.