Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2930

Allow ConcreteResourceRegistration to search the wildcard node for attributes and operations and submodels if a non-wildcard node returns null

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 7.1.0.CR1
    • None
    • Domain Management
    • None

    Description

      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.

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: