[
https://issues.jboss.org/browse/JBOSGI-724?page=com.atlassian.jira.plugin...
]
Thomas Diesler moved WFLY-1228 to JBOSGI-724:
---------------------------------------------
Project: JBoss OSGi (was: WildFly)
Key: JBOSGI-724 (was: WFLY-1228)
Workflow: jira (was: GIT Pull Request workflow )
Component/s: (was: OSGi)
Remove dependency on custom extension in XMLParserActivator
-----------------------------------------------------------
Key: JBOSGI-724
URL:
https://issues.jboss.org/browse/JBOSGI-724
Project: JBoss OSGi
Issue Type: Task
Reporter: Thomas Diesler
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
For more information on JIRA, see:
http://www.atlassian.com/software/jira