You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2013/03/09 21:59:12 UTC

[jira] [Created] (SMX4-1398) Crimson 1.1.3_1 bundle is exporting JAXP packages

Gert Vanthienen created SMX4-1398:
-------------------------------------

             Summary: Crimson 1.1.3_1 bundle is exporting JAXP packages 
                 Key: SMX4-1398
                 URL: https://issues.apache.org/jira/browse/SMX4-1398
             Project: ServiceMix 4
          Issue Type: Bug
          Components: Bundles
    Affects Versions: bundles-2013.02
            Reporter: Gert Vanthienen


The Crimson 1.1.3_1 is exporting a set of JAXP packages with an incorrect version (1.1.3.1).  It probably shouldn't be exporting those packages at all, but rather import them from the container instead.

{noformat}
Export-Package = 
	javax.xml.parsers;uses:="org.w3c.dom,org.xml.sax,org.xml.sax.helpers";version=1.1.3.1,
	org.xml.sax.ext;uses:=org.xml.sax;version=1.1.3.1,
	org.xml.sax.helpers;uses:=org.xml.sax;version=1.1.3.1,
	org.xml.sax;version=1.1.3.1,
	org.w3c.dom;version=1.1.3.1,
	org.apache.crimson.parser.resources;version=1.1.3,
	org.apache.crimson.jaxp;uses:="org.xml.sax.helpers,org.xml.sax,javax.xml.parsers,org.apache.crimson.parser,org.apache.crimson.tree,org.w3c.dom";version=1.1.3,
	org.apache.crimson.parser;uses:="org.xml.sax,org.xml.sax.helpers,org.apache.crimson.util,org.xml.sax.ext";version=1.1.3,
	org.apache.crimson.tree.resources;version=1.1.3,
	org.apache.crimson.tree;uses:="org.apache.crimson.util,org.w3c.dom,org.apache.crimson.parser,org.xml.sax,org.xml.sax.helpers,org.xml.sax.ext";version=1.1.3,
	org.apache.crimson.util;version=1.1.3
{noformat}

--
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