]
Jason Greene updated AS7-1616:
------------------------------
Fix Version/s: 7.1.0.Beta1
(was: 7.0.2.Final)
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.1.0.Beta1
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: