I ran into a situation in which multi threads run big volume tests using the 
same user id. During execution, user credentials need to be retrieved from 
security subject from time to time. The problem is that upon user time out (set 
by DefaultCacheTimeOut), logout() is called from a thread, which causes the 
other threads' retrieval to receive null. This is corrected when any subsequent 
transaction logs back in and repopulates the subject. However, this causes my 
entire test to error out once a while (time interval determined by 
DefaultCacheTimeOut), which I am trying to fix. Does anyone know any viable 
solution to this situation?

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to