Hi,
I have written an Entity-Bean connected to Oracle 8i-Database.
When I call a method from a JSP-Page (all methods with database-access,
other works) I get (example: method ejbCreate)
500 Internal Server Error
javax.ejb.EJBException: ejbCreate: null
at test.ejb.testEJB.ejbCreate(testEJB.java:30)
at /test.jsp._jspService(/test.jsp.java:45) (JSP page line 18)
at com.evermind.server.http.EvermindHttpJspPage.service(JAX)
at com.evermind.server.http.HttpApplication.tq(JAX)
at com.evermind.server.http.JSPServlet.service(JAX)
at com.evermind.server.http.dg.pf(JAX)
at com.evermind.server.http.dg.forward(JAX)
at com.evermind.server.http.dp.pl(JAX)
at com.evermind.server.http.dp.pk(JAX)
at com.evermind.util.e.run(JAX)
Can someone help me?
Thanks
Andreas