[
https://issues.apache.org/jira/browse/KARAF-3596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14353708#comment-14353708
]
ASF GitHub Bot commented on KARAF-3596:
---------------------------------------
GitHub user dhirajsb opened a pull request:
https://github.com/apache/karaf/pull/57
KARAF-3596: Added xerces.stax packages to org.osgi.framework.system.pack...
...ages.extra, and removed xerces from org.osgi.framework.bootdelegation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dhirajsb/karaf karaf-3.0.x-KARAF-3596
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/57.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #57
----
----
> Export Xerces packages using org.osgi.framework.system.packages.extra instead
> of org.osgi.framework.bootdelegation
> ------------------------------------------------------------------------------------------------------------------
>
> Key: KARAF-3596
> URL: https://issues.apache.org/jira/browse/KARAF-3596
> Project: Karaf
> Issue Type: Bug
> Affects Versions: 3.0.3, 2.3.10, 4.0.0.M2
> Reporter: Dhiraj Bokde
>
> Some xerces packages like org.apache.xerces.jaxp.datatype, and
> org.apache.xerces.stax are being exported using
> org.osgi.framework.bootdelegation, which simply delegates package resolution,
> instead of exporting them through system bundle with version information,
> which should be done using org.osgi.framework.system.packages.extra.
> Hence, all xerces packages should be listed in
> org.osgi.framework.system.packages.extra, and removed from
> org.osgi.framework.bootdelegation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)