Hi all,
If this question should not be posted here let me know:
Anyways, I have a simple entity bean on Jonas 1.5 called person.
Via a command line program I can access it and manipulate it with no problem at
all. However now I am trying to access it via a servlet in Apache jserv 1b3
with the same code as the command line program. And the same classpath as the
command line program and I keep getting this error when trying to lookup the
bean's home via the naming service. Rmiregistry is running on same box and
started with same classpath as well.
javax.naming.CommunicationException [
Root exception is java.rmi.UnmarshalException: error unmarshalling return;
nested exception is: java.lang.ClassNotFoundException:
org.interop.eci.base.JOnASPersonBeanPersonHome_Stub
Now the stub class file *is* in that directory. So am I having GenIC put the
stubs and skeletons in the wrong place? Where should they go? Should they be in
the same directory as the class files they are generated from?
thanks!
-aaz