Hi !
Maybe you could help me. I have an entity bean that contains two fields
that are mapped to a relational database (cloudscape). I have all the
jars in the rmiregistry and EJBServer classpath, and both are configured
for the same port.
I also have the same classpath on the xterm in which I run the client.
When I run it I get the following output :
Client starting...
Searching for the object ...
The object wasn't found
java.rmi.ServerError: Server Error; nested exception is:
java.lang.IncompatibleClassChangeError: Unimplemented interface
method
The object will be created
Object not created
java.rmi.ServerError: Server Error; nested exception is:
java.lang.NoClassDefFoundError:
org/objectweb/jonas/container/EntityContextImpl
The database exists and has the columns created, and it even contains
data.
Thanks in advance
Daniel