I'm trying to figure out, which 
files are needed by a client to access a ejb-bean.

It seems that the file produced by a Gen-IC run
are not enough to get the client going.
the client reports:
 
Naming exception javax.naming.CommunicationException [Root exception is
java.rmi.UnmarshalException: error unmarshalling return; nested
exception is: 
        java.lang.ClassNotFoundException:
de.dig.vsb.ejb.statistic.JOnASStatisticBeanStatisticHome_Stub]
javax.naming.CommunicationException.  Root exception is
java.rmi.UnmarshalException: error unmarshalling return; nested
exception is: 
        java.lang.ClassNotFoundException:
de.dig.vsb.ejb.statistic.JOnASStatisticBeanStatisticHome_Stub
java.lang.ClassNotFoundException:
de.dig.vsb.ejb.statistic.JOnASStatisticBeanStatisticHome_Stub
        at
java.io.ObjectInputStream.inputObject(ObjectInputStream.java:977)
        at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:365)
        at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:228)
        at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)

But the
"de.dig.vsb.ejb.statistic.JOnASStatisticBeanStatisticHome_Stub"-class
is in the classpath and is one of the GenIC-produced files.

What is missing ? 
Has somebody a clue ?

-- 
gruss
markus
 
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to