The JAASSecurityManager has a standard cachetimeout. I'm not sure to which 
values it is set by default. You can change it by adding a value in 
jboss-service.xml
   <!-- JAAS security manager and realm mapping -->
  |    <mbean code="org.jboss.security.plugins.JaasSecurityManagerService"
  |       name="jboss.security:service=JaasSecurityManager">
  |       <attribute name="SecurityManagerClassName">
  |          com.tenovis.oam.i33.as.security.JaasSecurityManager
  |       </attribute>
  |       <attribute name="DefaultCacheTimeout">7200</attribute>
  |    </mbean>
  | 
After this time the ServerLoginModule will be called once more to restore the 
cache.
Maybe this is Your problem ???

Annegret

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

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


-------------------------------------------------------
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