> > However: j2ee defines the "java:" namespace which in the case
> of beans is a
> > projection of the global namespace (or filesystem) to a given
> bean. Think
> > of it as a Unix filesystem where you only see the files you
> have r access
> > to, you don't see the rest. In other words unlike Unix you
> won't even *see*
> > in the sense of ls -al the files or objects in the namespace
> because java:
> > is scoped for a particular bean.
>
> Correct.
>
> > Bottom line: jboss needs to keep the java: association in the
> container and
> > does calls to the naming provider (in our case jnp) to set the
> scoped and
> > projected view of the namespace to the bean. That requires acces to the
> > root setting and we don't do that with LDAP. If there is a way
> to access
> > the equivalent of "setRoot(beanNamingRoot)" on the LDAP provider then we
> > could code it (trivial) but it needs to be done. If there are takers of
> > that, i will gladly kick a sub project on it.
>
> Correct. So, the JNDI settings could use another global JNDI provider,
> as !long as the "java:" implementation is the current one!.
>
Yes which was my point, but I wonder how much of java: is our
interpretation.
RMH stuff uses it on the client and we know it is valid in j2ee yes?
marc
> /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]
>
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]