Gents,

Using Camel 2.5.0, I've noticed a problem with the
mvn:net.sf.dozer/dozer-osgi/5.3.0, it currently imports all of its exported
bundles.  Normally, this wouldn't be a problem, but it imports org.dozer,
causing the following error:

Error executing command: Could not start bundle
mvn:net.sf.dozer/dozer-osgi/5.3.0 in feature(s) : Unresolved constraint in
bundle net.sf.dozer.dozer-osgi [56]: Unable to resolve 56.0: missing
requirement [56.0] package; (package=org.dozer) - [56] package;
(package=org.dozer).

Using bnd, I was able to re-wrap this package so that it deploys and works
using a dozer.bnd file containing the following:

Export-Package: *;-noimport:=true
Bundle-Version: 5.3.0-osgi
Bundle-SymbolicName: dozer

This is probably not be the ideal fix, but this issue should be noted.  If
you'd like me to create a ticket in your Jira to address this, I'll be happy
to do so.
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Issue-with-camel-dozer-tp3315547p3315547.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to