Here's the XML being generated.
<chart caption='Factory Output report' subCaption='By Quantity' pieSliceDepth='30' showBorder='1' formatNumberScale='0' numberSuffix=' Units' animation='1'><set label='Factory 1' value='644' link='Detailed.action?FactoryId=1' /><set label='Factory 2' value='2644' link='Detailed.action?FactoryId=2' /><set label='Factory 3' value='1252' link='Detailed.action?FactoryId=3' /></chart>
I set the debug mode to 'true' , but how this will help in debug (where can I see the debug info on setting this to 'true')
Also, I'm seeing the following error in Tomcat logs, will it make any difference ?
AbandonedObjectPool is used (org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool@10dbef1)
LogAbandoned: false
RemoveAbandoned: true
RemoveAbandonedTimeout: 30
Please help.