Bill Burke wrote: > In my experience so far, Home's are looked up only once on the client and > cached, so I agree with you David. Proxies shouldn't be serialized into > JNDI.
I was looking at this recently while trying to work out whether JNDI has anything to say about it itself. Isn't this done in the ProxyFactory code? As far as I can see it just passes a reference to the EJBHome object to the "rebind" function. Where does it get serialized? Do you guys know if there any constraints on how a JNDI implementation should handle storing java objects - e.g. are they supposed to be serialized or is it just left to the implementation? Luke. > > Bill > > -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C http://www.mkeym.com _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
