[jboss-jira] [JBoss JIRA] Updated: (JBAS-8578) JMXConnector should support "jmxconnector" alias used by jmx-remoting.sar
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Thu Oct 28 10:21:54 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott Marlow updated JBAS-8578:
-------------------------------
Fix Version/s: (was: 6.0.0.Final)
> JMXConnector should support "jmxconnector" alias used by jmx-remoting.sar
> -------------------------------------------------------------------------
>
> Key: JBAS-8578
> URL: https://jira.jboss.org/browse/JBAS-8578
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: JMX
> Reporter: Scott Marlow
> Assignee: Scott Marlow
> Fix For: 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