Installation of pax logging in Virgo failing [message #1407035] |
Mon, 11 August 2014 14:24  |
Eclipse User |
|
|
|
As part of evaluating CXF DOSGi when I try to install the pax-logging capabilities in Virgo it is failing due to a missing dependency on org.ops4j.pax.logging.pax-logging-service that is caused by missing constraint on org.apache.juli.logging; version="[5.5.0,6.0.0)".
I have Virgo repository pointed to local maven repository which was created with a dependency on to both bundles in the plan file below.
My Google searches indicate that org.apache.juli.logging is part of the Felix tomcat installation.
Am I doing something wrong (likely) or is something missing from Virgo? Any suggestions on how to proceed?
Plan file
<?xml version="1.0" encoding="UTF-8"?>
<plan name="cxf.plan" version="1.0.0" scoped="false" atomic="true" provisioning="auto" xmlns="http://www.eclipse.org/virgo/schema/plan"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eclipse.org/virgo/schema/plan http://www.eclipse.org/virgo/schema/plan/eclipse-virgo-plan.xsd">
<artifact type="bundle" name="org.ops4j.pax.logging.pax-logging-api" version="1.7.0" />
<artifact type="bundle" name="org.ops4j.pax.logging.pax-logging-service" version="1.7.0" />
</plan>
Error message
[2014-08-11 13:58:48.616] fs-watcher <DE0500E> Unable to install application from URI 'file:/D:/dev/virgo-tomcat-server-3.6.3.RELEASE/pickup/pax-logging.plan'. Cannot satisfy constraints for bundle 'org.ops4j.pax.logging.pax-logging-service' version '1.7.3'. Cannot resolve: org.ops4j.pax.logging.pax-logging-service
Resolver report:
An Import-Package could not be resolved.
Resolver error data <Import-Package: org.apache.juli.logging; version="[5.5.0,6.0.0)">.
Caused by missing constraint in bundle <org.ops4j.pax.logging.pax-logging-service_1.7.3>
constraint: <Import-Package: org.apache.juli.logging; version="[5.5.0,6.0.0)">
. org.eclipse.virgo.kernel.osgi.framework.UnableToSatisfyBundleDependenciesException:
Unable to satisfy dependencies of bundle 'org.ops4j.pax.logging.pax-logging-service' at version '1.7.3': Cannot resolve: org.ops4j.pax.logging.pax-logging-service
Resolver report:
An Import-Package could not be resolved. Resolver error data <Import-Package: org.apache.juli.logging; version="[5.5.0,6.0.0)">.
Caused by missing constraint in bundle <org.ops4j.pax.logging.pax-logging-service_1.7.3> constraint:
<Import-Package: org.apache.juli.logging; version="[5.5.0,6.0.0)">
|
|
|
|
Powered by
FUDForum. Page generated in 0.03462 seconds