The solution might be, istead of having a simple "return false;" for 
JaasSecurityManager.refresh(), it may be replaced with this:

public boolean refresh() {
  |     expirationTime = System.currentTimeMillis() + (1000 * lifetime); 
  | //where lifetime usually = DefaultCacheTimeout value from jboss-service.xml
  |     return true;
  | }
  | 


Hope this helps. It worked in my case.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136354
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to