I plane to use ThreadLocal, to propagate some context information, related to 
the current user. 

Is there some limitation usage, even in the same JVM?

ex : 
- Legal to use of thread local variable between Local EJB?
- Legal to use of thread local between web component and local EJB?
- Legal to use of thread local between remote EJB that are on the same JVM?
- Legal to use of thread local between web component and remote EJB (if they 
are on the same JVM)?



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855401#3855401

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855401


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to