From: mholzner <do-...@jb...> - 2005-10-17 14:22:51
|
in the same jboss-service.xml I also have : | <mbean | code="org.jboss.security.jacc.SecurityService" | name="jboss.security:service=JACCSecurityService" | xmbean-dd=""> | <xmbean> | <description>The JACC security Policy service</description> | <operation> | <description>The start lifecycle operation</description> | <name>start</name> | </operation> | <operation> | <description>The stop lifecycle operation</description> | <name>stop</name> | </operation> | </xmbean> | </mbean> | before the | <mbean | code="org.jboss.security.jacc.DelegatingPolicy" | ...... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901538#3901538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901538 |