Hi,

I have an application which contacs an EJB and has to pass some references
to remote objects (which are provided by RMI servers) to the EJB, but when I
try to do it I get the following
exception:

RemoteException caught
java.rmi.MarshalException: Weblogic
RemoteException(weblogic.rmi.MarshalException) remapped
from:weblogic.rmi.MarshalException: error marshalling arguments - with
nested exception:[weblogic.rmi.MarshalException: error marshalling
arguments - with nested
exception:[weblogic.rmi.StubNotFoundException: Failed to find a stub for
[class wbss.sim.GEntity_Stub] implements at least one interface [interface
wbss.sim.ComponentInterface] which extends Remote.]]; nested exception
is:     weblogic.rmi.MarshalException: error marshalling arguments - with
nested exception:[weblogic.rmi.MarshalException: error marshalling
arguments - with nested
exception:[weblogic.rmi.StubNotFoundException: Failed to find a stub for
[class wbss.sim.GEntity_Stub] implements at least one interface [interface
wbss.sim.ComponentInterface] which extends Remote.]]

I have put the interfaces of the remote objects in the ejb-jar as well so
that the EJB knows about them, but I still get the same exception. What can
I do? Any suggestions will be much appreciated.
Thanks a lot in advance!
noelia

===========================================================================
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".

Reply via email to