[jboss-jira] [JBoss JIRA] Created: (AS7-1616) Make add-connector and remove-connector in jmx subsystem follow the normal add/remove pattern
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Mon Aug 22 12:03:17 EDT 2011
Make add-connector and remove-connector in jmx subsystem follow the normal add/remove pattern
---------------------------------------------------------------------------------------------
Key: AS7-1616
URL: https://issues.jboss.org/browse/AS7-1616
Project: Application Server 7
Issue Type: Feature Request
Affects Versions: 7.0.1.Final
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: 7.0.2.Final
JMX has the following ops
/subsystem=jmx:add-connector(name=xxx,......)
/subsystem=jmx:remove-connector(name=xxx)
I'd like to move these to fit the normal add/remove pattern, e.g.
/subsystem=jmx/connector=xxx:add(...)
/subsystem=jmx/connector=xxx:remove
--
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