I found a potential solution for that problem in a different context:
http://jira.jboss.com/jira/browse/JBAS-2357
describes a workaround for a IndexOutOfBoundException in Tomcat on high request rates.
(We encountered the problem running stress-tests on our system.)
The solution is to set the following JVM-property when starting JBoss:
-Dorg.jboss.security.SecurityAssociation.ThreadLocal=true
This seems to solve the run-as-role problem described above as well!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954307#3954307
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954307
|