Maybe an easiest question is:
If i have a bean who imports another one, should I put it in the same jar file with the same deployment descriptor to find it�s classes??
Hi, I�m trying to run the Client_1 example of this book deployed in WL6.0 as u can see I�ve put some output to the console to check where the error occurs and I�ve show it at the code and having the error:
java.rmi.RemoteException:
EJB Exception: ; nested exception is:
java.lang.NoClassDefFoundError: com.titan.cabin.CabinHome
java.lang.NoClassDefFoundError: com.titan.cabin.CabinHome
the deployment descriptor for the bean is:
and the code for the TravelAgentEJB:
just added code blocks for readability - George
[This message has been edited by George Brown (edited July 05, 2001).]