[jboss-jira] [JBoss JIRA] (WFLY-1228) Remove dependency on custom extension in XMLParserActivator
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Jun 28 06:16:32 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler resolved WFLY-1228.
----------------------------------
Resolution: Won't Fix
Won't Fix - OSGi is going to get removed
> Remove dependency on custom extension in XMLParserActivator
> -----------------------------------------------------------
>
> Key: WFLY-1228
> URL: https://issues.jboss.org/browse/WFLY-1228
> Project: WildFly
> Issue Type: Task
> Components: OSGi
> 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
More information about the jboss-jira
mailing list