managedbean1.0 javax.annotation.ManagedBean
---------------------------------------------
Key: GERONIMO-5520
URL: https://issues.apache.org/jira/browse/GERONIMO-5520
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: testsuite
Affects Versions: 3.0
Environment: OS:ubuntu 8.04
JVM:sun 1.6.0_20
Geronimo:Build at 2010.08.09-09:46:39.619+0800
Reporter: janel Zhang
Fix For: 3.0
The testsuite testsuite/javaee6-testsuite/managedbean1.0-test can not run
correctly.
When invoke the managed bean, an error occur as following:
java.lang.NullPointerException
org.apache.geronimo.sample.servlet.ManagedBeanJNDIServlet.doPost(ManagedBeanJNDIServlet.java:70)
org.apache.geronimo.sample.servlet.ManagedBeanJNDIServlet.doGet(ManagedBeanJNDIServlet.java:51)
javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
It look like can not find the managed bean.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.