Hello All, I need some help about Marshalling. I am using RMI over IIOP. I have two classes and both of them implement serializable. I have a method in the remote server (session bean hosted by a ejb container) which returns a vector of these objects. In otherwords, I have class A, which aggregates class B, both of them implement serializable. The function on the remote server returns a vector of objects of type class A. The method gets executed properly, but at the client side, intead of getting a return value (of type vector), I get an exception of type "org.omg.CORBA.MARSHAL, unable to read the underlying bridge". Please let me know if any of you have clue on what this means. Thanks and Regards Amaresh =========================================================================== 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".
