| Issue 224: | WorkSheetServlet Errot in jmesa 2.3.3 and over .. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. I have defined WorkSheetServlet in web.xml but when request *.wrk action
and pass throught this servlet fails just at this point of
getWorksheetColumn method :
logger.info(webContext);
String property = webContext.getParameter(COLUMN_PROPERTY);
logger.info("->>>>>" + property);
property is null
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
i tryed with jmesa 2.3.3 and 2.4.
Please provide any additional information below.
Spring mvc + Spring context + Weblogic 10.0
the stack trace is :
<14-oct-2009 11H20' CEST> <Error> <HTTP> <BEA-101020>
<[weblogic.servlet.internal.WebAppServletContext@21a86a - appName:
'esqueleto.web', name: 'esqueleto.web', context-path: '/esqueleto.web']
Servlet failed with Exception
java.lang.NullPointerException
at
WorksheetUpdaterImpl.getWorksheetColumn(WorksheetUpdaterImpl.java:70)
at WorksheetUpdaterImpl.update(WorksheetUpdaterImpl.java:28)
at WorksheetServlet.doGet(WorksheetServlet.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
Truncated. see log file for complete stacktrace
>
Oct 14, 2009
Project Member
#1
jeff.johnston.mn@gmail.com
Status:
Accepted
Oct 20, 2009
(No comment was entered for this change.)
Status:
Invalid
|