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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to