|
Hi
SG,
The
reason you are facing the problem is not jndi parameters which configured
correctly.
The
point is that your client does not have the CabinBean's stubs as well as the
home and remote interfaces.
What
you need to do is:
After
you run GenIC, copy the *_Stub classes and the Home and Remote Interface to your
client machine and add it to your classpath this should solve your problem.
However, you will still need some classes which located on RMI_Jonas.jar file so
you can either set it in your classpath or just get the missing
classes from it and put them in the classpath.
Regards,
Erez
|
