Hey

marc fleury wrote:
> ok so java:/comp is thread local, better than java: being thread local like
> we used to

Well, actually it's not even thread local. Each call checks the context
classloader, and each context classloader has its own "java:comp"
namespace. So it's "thread local, kind of". "Classloader local" really.

> this is why java: is vm local,  

Precisely. It's just a JNDI namespace, without the distribution on top.

> it's going in the right direction, but java:
> is global

What do you mean by "java: is global"? Are you talking about app clients
now? Don't bother with that right now. It will work just fine when we
get there, trust me.

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com


Reply via email to