Hi All
I'm using Oracle Application Server(OC4J) for
J2EE. i created an application of Stateless Session Bean & tested on j2sdkee1.3.1, & it is working fine on it. Same Application (an .ear file) i deployed on OC4J. But it is giving an error NoInitialContextException.
Application contains a method getEchoString(
String):String & a index.jsp page calling a bean's method.
Can anybody tell me the solution
Thanks in Advance :roll: