-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Example. Say we have
/subsystem=ds/ds=* with all the standard attributes (e.g. "jndi-name") and operations (e.g. "enable") for a DS registered
and then
/subsystem=ds/ds=H2DS with additional H2-specific attribute "foo" and operation "bar" registered.
We want a search for "jndi-name" or "enable" to succeed on any DS address, but searching for "foo" and "bar" should also succeed for address /subsystem=ds/ds=H2DS
Note that the above example is a bad practice. Better would be:
/subsystem=ds/ds=* with all the standard attributes (e.g. "jndi-name") and operations (e.g. "enable") for a DS registered
and then
/subsystem=ds/ds=H2DS with additional H2-specific submodel statistics=jdbc. Then "foo" and "bar" would be registered as attribute/operation of statistics=jdbc.