When running a jar file, I got a java.rmi.UnmarshalException meaning that the client doesn't find the JOnASXXXXXXHome_Stub class generated by JOnAS. This means for sure that the class file is not included in the classpath of the client when running the jar. So here is my question : What should be included in client's jar files for it to call some remote interfaces of beans properly ? should they include the generated JOnAS stub files ?
Regards.
 
Thomas DANDELOT

Reply via email to