[jboss-jira] [JBoss JIRA] (AS7-5171) Remove dependency on custom extension in XMLParserActivator

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Jul 13 09:23:12 EDT 2012


Thomas Diesler created AS7-5171:
-----------------------------------

             Summary: Remove dependency on custom extension in XMLParserActivator
                 Key: AS7-5171
                 URL: https://issues.jboss.org/browse/AS7-5171
             Project: Application Server 7
          Issue Type: Task
          Components: OSGi
            Reporter: Thomas Diesler
             Fix For: 7.2.0.CR1


We currently overwrite this extension

{code}
            activator = new XMLParserActivator() {
                @Override
                protected URL getResourceURL(Bundle parserBundle, String resname) {
                    return resloader.getResource(resname);
                }
            };
            activator.start(syscontext);
{code}

which is not part of the standard API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list