[jboss-jira] [JBoss JIRA] Created: (JBAS-8577) JMXConnector should support "jmxconnector" alias used by jmx-remoting.sar

Scott Marlow (JIRA) jira-events at lists.jboss.org
Thu Oct 28 10:08:55 EDT 2010


JMXConnector should support "jmxconnector" alias used by jmx-remoting.sar
-------------------------------------------------------------------------

                 Key: JBAS-8577
                 URL: https://jira.jboss.org/browse/JBAS-8577
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: JMX
            Reporter: Scott Marlow
            Assignee: Dimitris Andreadis
             Fix For: 6.0.0.Final, 7.0.0.M2


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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list