> The trouble is that JNDI really likes to store serialized > objects. That is no good in that I need real instances being stored. A > sort of active bridge between two entirely separate classloaders > > - Paul
Would implementing the readResolve() method work? It might be possible to keep a static instance of whatever it is you'd be putting in JNDI and just return that instance in readResolve() every time. David Weitzman -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
