[jboss-jira] [JBoss JIRA] Updated: (AS7-383) JMXConnector should support "jmxconnector" alias used by jmx-remoting.sar

Jason Greene (JIRA) jira-events at lists.jboss.org
Thu Sep 22 23:20:17 EDT 2011


     [ https://issues.jboss.org/browse/AS7-383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Greene updated AS7-383:
-----------------------------

    Fix Version/s: 7.1.0.Beta1
                       (was: 7.1.0.Alpha1)


> JMXConnector should support "jmxconnector" alias used by jmx-remoting.sar
> -------------------------------------------------------------------------
>
>                 Key: AS7-383
>                 URL: https://issues.jboss.org/browse/AS7-383
>             Project: Application Server 7
>          Issue Type: Task
>          Components: JMX
>            Reporter: Scott Marlow
>            Assignee: Kabir Khan
>             Fix For: 7.1.0.Beta1
>
>
> For users that might of previously used jmx-remoting.sar.  Add /jmxrmi alias for AS6+AS7. They could also later change their application for AS6/AS7 to use the "service:jmx:rmi:///jndi/rmi://localhost:1090/jmxrmi" URL. 
> This should be a one line change (I hope :-):
> registry.rebind("jmxrmi", rmiServer.toStub()); 
> registry.rebind("jmxconnector", rmiServer.toStub()); 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list