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
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