Re: carol.jvm.rmi.local.call ignored
Florent BENOIT <[email protected]> Fri, 02 Sep 2011 14:06:05 +0200
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
you may also look at carol.jvm.rmi.local.registry property Did you print the classloader as I replied on your previous posts on=20 easybeans mailing list ? Regards, Florent On 09/02/2011 12:25 PM, St=C3=A9phane K. wrote: > Hello all, > > It seem's that JOnAS 5.2.1 property "carol.jvm.rmi.local.call=3Dfalse" = is > ignored: one EJB remote call to another EJB which return an object thro= w a > ClassCastException, no matter the object implements Serializable or not= . I > think this remote call is cast in a local call and then, the object isn= 't > serialized so I've a classloader issue. > > NB: It's a test with simple interfaces/objects. > > Best regards, St=C3=A9phane.