In my security-jboss-beans.xml, I have

<bean name="JNDIBasedSecurityManagement" 
class="com.apropos.api.jboss.SecurityRealm"/> 
 
whereas you have

<bean name="JNDIBasedSecurityManagement" 
class="org.jboss.security.integration.JNDIBasedSecurityManagement">
  |  <property 
name="authenticationMgrClass">org.cogest.security.JProSecurityManager</property>
  | </bean>     

I think the value of the class attribute needs to be your custom module and you 
may not need the property element within.


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

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

Reply via email to