[jboss-jira] [JBoss JIRA] (AS7-6190) ExtensionAdd won't initialize parsers for more than one Extension per module

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Sat Dec 15 23:36:08 EST 2012


Brian Stansberry created AS7-6190:
-------------------------------------

             Summary: ExtensionAdd won't initialize parsers for more than one Extension per module
                 Key: AS7-6190
                 URL: https://issues.jboss.org/browse/AS7-6190
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management
    Affects Versions: 7.1.3.Final (EAP)
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 7.2.0.Alpha1


ExtensionAdd loops through the extensions the ServiceLoader loads from the modules, but will only call initializeParsers on the first because thereafter it assumes the parser is already registered since the ExtensionRegistry knows about the module.

The effect of this is the xml-namespace information for the extension won't show up in the management API. It doesn't affect parsing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list