Hi!
marc fleury wrote:
> We store serializable object by default. Yes it is a feature we might add.
> Also I believe that Rickard coded a VM only namespace under java: (?
> rickard)
No, this will not be added. I tried this at one point, and things broke
in a big way because of classcast exceptions. Basically, if the object
is not always serialized there is no way that we can ensure that the
class being used for the retrieved object is correct. I.e. you can get
the object, and you can check that it has the right class *name*, but
you can't use it because its class is not the same as the one in the
JNDI clients classloader.
Use References. There are a bunch of examples on how to do this in JBoss
code, and it is not very hard either, and it is portable.
/Rickard
--
Rickard �berg
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]