[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1624) JBossWS samples don't work with JMX authentication

Heiko Braun (JIRA) jira-events at lists.jboss.org
Wed Jun 6 12:47:08 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBWS-1624?page=all ]

Heiko Braun updated JBWS-1624:
------------------------------

    Component/s: productization
                     (was: jbossws-jaxws)
       Priority: Optional  (was: Major)

> JBossWS samples don't work with JMX authentication
> --------------------------------------------------
>
>                 Key: JBWS-1624
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1624
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: productization
>            Reporter: Thomas Diesler
>         Assigned To: Thomas Diesler
>            Priority: Optional
>             Fix For: jbossws-2.0.0
>
>
> the JBossWS samples do not work when JMX authentication is activated (as it is when using the JBoss AS 4.0.5 installer per default, and as it anyway should always be!). For using the samples I had to disable JMX Authentication:
> Code:
> $ diff -u $JBOSS_HOME/server/default/deploy/jmx-invoker-service.xml~ jmx-invoker-service.xml
> --- C:\Programme\jboss-4.0.5.GA/server/default/deploy/jmx-invoker-service.xml~  2006-12-13 09:27:32.
> 578125000 +0100
> +++ jmx-invoker-service.xml     2007-03-07 19:52:39.132619900 +0100
> @@ -102,8 +102,8 @@
>              <return-type>java.lang.Object</return-type>
>              <descriptors>
>                 <interceptors>
> -                  <interceptor code="org.jboss.jmx.connector.invoker.AuthenticationInterceptor"
> -                     securityDomain="java:/jaas/jmx-console"/>
> +                  <!-- interceptor code="org.jboss.jmx.connector.invoker.AuthenticationInterceptor"
> +                     securityDomain="java:/jaas/jmx-console"/-->
>                 </interceptors>
>              </descriptors>
>           </operation>
> 	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list