Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
1.3.9
-
None
-
None
-
Windows XP, JDK1.5,strus2,weblogic10
Description
I have created a web application which uses jasper reports along with struts2.The application is working fine as it is deployed in exploded format. When deploying in EAR or WAR format in weblogic its thoring a nullpointer exception in JasperReportResult file. When i anlysed the issue the code
String systemId = servletContext.getRealPath(finalLocation); is returning null when application is deployed as WAR.
Expecting a solution /workaround for this problem.