You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Scott Parkerson (JIRA)" <ji...@apache.org> on 2009/09/16 23:10:14 UTC

[jira] Commented: (SMX4-254) The bundle dom4j has a dependency to org.xmlpull.v1 which is not covered by existing bundles/specifications

    [ https://issues.apache.org/activemq/browse/SMX4-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54297#action_54297 ] 

Scott Parkerson commented on SMX4-254:
--------------------------------------

Is the version in the ServiceMix repository going to be bumped to 1.6.1 anytime soon? Hibernate requires 1.6.1, and the current version of dom4j available at {{mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.dom4j}} still has the problem with complaining about xmlpull.

{noformat}
smx@root:osgi> headers 125

Apache ServiceMix Bundles: dom4j-1.6 (125)
------------------------------------------
Tool = Bnd-0.0.255
Bundle-DocURL = http://www.apache.org/
Bundle-Description = This bundle simply wraps dom4j-1.6.jar.
Export-Package = org.dom4j.datatype;uses:="org.dom4j.util,org.dom4j,org.dom4j.io,org.relaxng.datatype,com.sun.msv.datatype.xsd,org.xml.sax,com.sun.msv.datatype,org.dom4j.tree";version="1.6",org.dom4j.rule.pattern;uses:="org.dom4j,org.dom4j.rule";version="1.6",org.dom4j.io;uses:="javax.xml.stream.events,org.xml.sax,org.dom4j.xpp,javax.xml.namespace,org.w3c.dom,org.dom4j.tree,org.dom4j,javax.xml.transform.sax,org.gjt.xpp,org.xmlpull.v1,org.xml.sax.ext,javax.xml.parsers,org.xml.sax.helpers,org.dom4j.dtd,javax.xml.stream.util,javax.xml.stream";version="1.6",org.dom4j.swing;uses:="org.dom4j,org.jaxen,javax.swing.tree,javax.swing.table";version="1.6",org.dom4j.xpp;uses:="org.dom4j,org.gjt.xpp,org.dom4j.tree";version="1.6",org.dom4j.tree;uses:="org.dom4j,org.dom4j.io,org.xml.sax,org.dom4j.rule";version="1.6",org.dom4j.util;uses:="org.dom4j,org.xml.sax,org.jaxen,org.dom4j.rule,org.dom4j.tree";version="1.6",org.dom4j;uses:="org.dom4j.util,org.dom4j.io,org.dom4j.xpath,org.xml.sax,org.jaxen,org.dom4j.rule,org.dom4j.tree";version="1.6",org.dom4j.xpath;uses:="org.jaxen.pattern,org.dom4j,org.jaxen.dom4j,org.jaxen,org.dom4j.rule,org.jaxen.saxpath";version="1.6",org.dom4j.jaxb;uses:="org.dom4j,org.dom4j.io,org.xml.sax,org.w3c.dom,javax.xml.transform.stream,javax.xml.bind,org.dom4j.dom,javax.xml.transform";version="1.6",org.dom4j.dtd;version="1.6",org.dom4j.bean;uses:="org.dom4j,org.xml.sax,org.dom4j.tree";version="1.6",org.dom4j.dom;uses:="org.dom4j.util,org.dom4j,org.w3c.dom,org.dom4j.tree";version="1.6",org.dom4j.rule;uses:="org.dom4j.rule.pattern,org.dom4j,org.jaxen";version="1.6"
Bundle-Version = 1.6.0.fuse-SNAPSHOT
Build-Jdk = 1.5.0_12
Created-By = Apache Maven Bundle Plugin
Bundle-License = http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-ManifestVersion = 2
Manifest-Version = 1.0
Bundle-Vendor = The Apache Software Foundation
Bnd-LastModified = 1253064842389
Bundle-Name = Apache ServiceMix Bundles: dom4j-1.6
Built-By = cruise
Import-Package = com.sun.msv.datatype;resolution:=optional,com.sun.msv.datatype.xsd;resolution:=optional,javax.swing.table,javax.swing.tree,javax.xml.bind,javax.xml.namespace,javax.xml.parsers,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.sax,javax.xml.transform.stream,org.dom4j;version="1.6",org.dom4j.bean;version="1.6",org.dom4j.datatype;version="1.6",org.dom4j.dom;version="1.6",org.dom4j.dtd;version="1.6",org.dom4j.io;version="1.6",org.dom4j.jaxb;version="1.6",org.dom4j.rule;version="1.6",org.dom4j.rule.pattern;version="1.6",org.dom4j.swing;version="1.6",org.dom4j.tree;version="1.6",org.dom4j.util;version="1.6",org.dom4j.xpath;version="1.6",org.dom4j.xpp;version="1.6",org.gjt.xpp;resolution:=optional,org.jaxen;resolution:=optional,org.jaxen.dom4j;resolution:=optional,org.jaxen.pattern;resolution:=optional,org.jaxen.saxpath;resolution:=optional,org.relaxng.datatype;resolution:=optional,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers,org.xmlpull.v1
Bundle-SymbolicName = org.apache.servicemix.bundles.dom4j
{noformat}

> The bundle dom4j has a dependency to org.xmlpull.v1 which is not covered by existing bundles/specifications 
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-254
>                 URL: https://issues.apache.org/activemq/browse/SMX4-254
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>            Assignee: Guillaume Nodet
>         Attachments: dom4j-1.6.1.zip, pom.xml
>
>
> org.xmlpull.v1 has been marked as optional in the Import-Package statement
>         <servicemix.osgi.export.pkg>
>             org.dom4j*,
>             org.xmlpull.v1;resolution:=optional
>         </servicemix.osgi.export.pkg>
> of the pom.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.