Try the following and tell whether it works:
deploy/security/security-jboss-beans.xml
Make changes to JNDIBasedSecurityManagement as follows:
| <!-- JNDI Based Security Management -->
| <bean name="JNDIBasedSecurityManagement"
|
class="org.jboss.security.integration.JNDIBasedSecurityManagement">
| <property
name="authenticationMgrClass">com.apropos.xxxx</property>
| </bean>
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236963#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...