Posted By:
Sumana_Reddy
Posted On:
Sunday, January 27, 2002 12:22 AM
I wrote a simple session bean and tested in VAJ using Test Client option that is present in VAJ.It's working perfect.I wrote a client class and when tried to access the EJBs Exception is thrown saying "javax.naming.NoInitialContextException: Cannot instantiate class: com.ibm.ejs.ns.jndi.CNInitialContextFactory [Root exception is java.lang.ClassNotFoundException: com.ibm.ejs.ns.jndi.CNInitialContextFactory]"
Why is it not able to find the CNInitialContextFactory class.
Please Help