Hi,
I just have a quick question...
I have two applications, A1 and A2, in the same container. I have two
beans
B1 in A1 and B2 in A2.
I am not able to invoke methods in B2 from B1. However, if I add B2 in
A1, I'm
ok. I'm not able to make invocations across applications!! Any idea
where I
could be going wrong?
I'm using Sun's J2EE Server.
Here's the trace I'm getting:
TestClient - Client Application
TravelAssistaneBean - B1
Airlines.AirlineHome - B2's home interface.
Thanks,
Kevin.
TestClient: TravelAssistant Session Bean created:
java.rmi.ServerException: RemoteException occurred in server thread;
nested
exception is:
java.rmi.RemoteException: Unknown Exception/Error thrown by EJB
method.;
nested exception is:
java.lang.NoClassDefFoundError: Airlines.AirlineHome
java.rmi.RemoteException: Unknown Exception/Error thrown by EJB method.;
nested
exception is:
java.lang.NoClassDefFoundError: Airlines.AirlineHome
java.lang.NoClassDefFoundError: Airlines.AirlineHome
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".