SerialContextProvider
843829Dec 6 2001 — edited Dec 6 2001Hi
Im using VisiBroker 4.5 and J2EE1.3 JDK1.3.1. I get the following erroe when I try to call initial.lookup("MyMOOne");
where MyMOOne is the JNDI name of my entity bean..
I get this error when I use vbj instead java to run my corba application!?
Please help!
javax.naming.CommunicationException: Can't find SerialContextProvider
at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
a:66)
at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:154
)
at javax.naming.InitialContext.lookup(InitialContext.java:350)
at Config.ConfigurationImpl.<init>(ConfigurationImpl.java:57)
at CSServer.main(CSServer.java:59)
Regards
Brian