Hi,
We are trying to use JOnAS, examples (eb & sb) compiled well with GenDD
& GenIC but
as we launch EJBServer, we get the following Exception:
java.lang.NoSuchMethodError: javax.naming.spi.NamingManager: method
getStateToBind(Ljava/lang/Object;Ljavaxnaming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object;
not found
at
at
com.sun.jndi.rmi.registry.RegistryContext.rebind(RegistryContext.java:138)
at
com.sun.jndi.rmi.registry.RegistryContext.rebind(RegistryContext.java:145)
at javax.naming.InitialContext.rebind(InitialContext.java:335)
at org.objectweb.jonas.jtm.TMServer.init(TMServer.java:95)
at org.objectweb.jonas.server.Server.main(Server.java:116)
We don't see what we could try anymore...
Thank you very much for any help you could give us.
JC Durand