> I am having a similar problem as aaz. I have JOnAS, MySQL, rmiregistry,
> JRun and Apache running on a Linux box.
> I can get servlets to do direct JDBC calls to MySQL and I can get an EJB
> to do search by primary key to the database through a command line
> client. With the servlet code as close to the command line code as
> possible I get the same error:
aaz here:
could it be that the stubs and skeletons are not in the same package as the
classes they are created from?
>com.titan.cabin.
On Tue, 07 Dec 1999, Clinton Pells wrote:
> I am having a similar problem as aaz. I have JOnAS, MySQL, rmiregistry,
> JRun and Apache running on a Linux box.
> I can get servlets to do direct JDBC calls to MySQL and I can get an EJB
> to do search by primary key to the database through a command line
> client. With the servlet code as close to the command line code as
> possible I get the same error:
>
> javax.naming.CommunicationException [Root exception is
> java.rmi.UnmarshalException: error unmarshalling return; nested
> exception is:
> java.lang.ClassNotFoundException:
> com.titan.cabin.JOnASCabinBeanCabinHome_Stub]
>
> These are all on the same machine, have the same CLASSPATH and the
> CLASSPATH for JRun is set explicitly for JRun in the administration
> app. and includes the EJB class directory.
> --
> Clinton Pells