Hi Everyone,
when i was executing jsp page iam geting these error could pls help me
any one.
500 Internal Server Error
java.lang.NullPointerException
at
/examples/jsp/IA/config5.jsp._jspService(/examples/jsp/IA/config5.jsp.ja
va:86) (JSP page line 51)
at com.orionserver.http.OrionHttpJspPage.service(JAX)
at com.evermind.server.http.HttpApplication.xj(JAX)
at com.evermind.server.http.JSPServlet.service(JAX)
at com.evermind.server.http.d3.sw(JAX)
at com.evermind.server.http.d3.su(JAX)
at com.evermind.server.http.ef.s1(JAX)
at com.evermind.server.http.ef.do(JAX)
at com.evermind.util.f.run(JAX)
thank u in advance.
regards,
komal kandi.
-----Original Message-----
From: Tim Drury [ mailto:[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> ]
Sent: Friday, April 27, 2001 7:14 AM
To: Orion-Interest
Subject: RE: ejb 2.0 proposed final draft #2 is out
Here is the section that says what is different between
PFD 1 and 2:
E.12 Proposed Final Draft 2
Introduced local interfaces and local home interfaces for entity beans
and session beans.
Added characterization of local client view.
Added subclasses of EJBException for systems exceptions thrown from
local interface methods.
Revisions to architecture for container managed persistence:
* Shifted container managed relationships among entity beans from remote
interfaces to local
interfaces.
* Removed dependent object classes.
* Removed remote relationships among entity beans.