anonymous wrote : The question is 'can' or really propagates?? 
Its depends on whether a thread pool is used and if the entry
point resets the security associated based on the caller.

anonymous wrote : But I couldn't find what the method set(null) from ThreadLocal 
really do??  There is no info in doc.
TL.set(null) removes the binding for the thread.

anonymous wrote : Does your sentence means that both method calls are treated 
independent without mutual influence of setting and clearing  security associations??
The scope of the login is isolated to the request thread in the jboss server. If the 
calls are done in the same thread the security association exists on the thread until 
cleared or changed.

Whether or not MBean calls are done on the same thread is an implementation detail. 
Today there is no thread pool, tomorrow there may be.


<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824050#3824050";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824050>Reply 
to the post</a>


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to