in org.apache.openejb.client.EJBRequest#readExternal I added at the end of the method the line:
authentication = JNDIContext.AuthenticationInfo.class.cast(in.readObject()); this is not in older versions so it fails. I think that's one of the cause *Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/8/1 Romain Manni-Bucau <[email protected]> > ok, i'll have a look > > *Romain Manni-Bucau* > *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* > *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* > *Github: https://github.com/rmannibucau* > > > > 2013/8/1 AndyG <[email protected]> > >> Older means ...possibly only as little as 4 weeks old snapshot. But I >> guess >> that 4.5.2 clients should still be able to look up ejbs on a 4.6 server >> right? >> >> >> >> -- >> View this message in context: >> http://openejb.979440.n4.nabble.com/EJBD-tp4664447p4664455.html >> Sent from the OpenEJB Dev mailing list archive at Nabble.com. >> > >
