On Sunday, October 13, 2002, at 09:56 AM, Paul Hammant wrote: > This Registry thing I have made, will be replaced later with a pure > JNDI solution (if I can get it working). The point being that no jar > will need to be mounted at a low point in the tree as the JNDI classes > are already in J2SE (the primordial classloader). It all depends on > whether I can place instances perfectly in a VM-wide visible JNDI tree > rather than serialized refs. Many hint that it is possible...
JBoss does this (from looking at the new ECM/Jboss integration code). It has a NonSerializableFactory that is used to bind ECM to JNDI (since the ECM isn't serializable).. That may be a place to start looking for hints... -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
