[jboss-user] [Security & JAAS/JBoss] - Re: Problem with java client - rmi over ssl

brave1975 do-not-reply at jboss.com
Thu Feb 15 06:39:26 EST 2007


i fixed my problem...i hope that it helps you:

   1. edit jmx-invoker-service.xml
   2. uncomment the descriptors section of the invoke operation

       
  |        <operation>
  |             <description>The detached invoker entry point</description>
  |             <name>invoke</name>
  |             <parameter>
  |                <description>The method invocation context</description>
  |                <name>invocation</name>
  |                <type>org.jboss.invocation.Invocation</type>
  |             </parameter>
  |             <return-type>java.lang.Object</return-type>
  |             <!-- Uncomment to require authenticated users -->
  |             <descriptors>
  |                <interceptors>
  |                   <interceptor code="org.jboss.jmx.connector.invoker.AuthenticationInterceptor"
  |                      securityDomain="java:/jaas/jmx-console"/>
  |                </interceptors>
  |             </descriptors>
  |          </operation>
  |        

Regards.

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

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



More information about the jboss-user mailing list