Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7
-
Apache Karaf 2.2.10
Description
When I try to install velocity-1.7.jar into Apache Karaf container it exports packages with wrong version:
karaf@trun> exports | grep -i velocity
216 org.apache.velocity; version="0.0.0"
216 org.apache.velocity.anakia; version="0.0.0"
216 org.apache.velocity.app; version="0.0.0"
216 org.apache.velocity.app.event; version="0.0.0"
216 org.apache.velocity.app.event.implement; version="0.0.0"
216 org.apache.velocity.app.tools; version="0.0.0"
216 org.apache.velocity.context; version="0.0.0"
216 org.apache.velocity.convert; version="0.0.0"
216 org.apache.velocity.exception; version="0.0.0"
216 org.apache.velocity.io; version="0.0.0"
216 org.apache.velocity.runtime; version="0.0.0"
216 org.apache.velocity.runtime.defaults; version="0.0.0"
216 org.apache.velocity.runtime.directive; version="0.0.0"
216 org.apache.velocity.runtime.log; version="0.0.0"
216 org.apache.velocity.runtime.parser; version="0.0.0"
216 org.apache.velocity.runtime.parser.node; version="0.0.0"
216 org.apache.velocity.runtime.resource; version="0.0.0"
216 org.apache.velocity.runtime.resource.loader; version="0.0.0"
216 org.apache.velocity.runtime.resource.util; version="0.0.0"
216 org.apache.velocity.runtime.visitor; version="0.0.0"
216 org.apache.velocity.servlet; version="0.0.0"
216 org.apache.velocity.texen; version="0.0.0"
216 org.apache.velocity.texen.ant; version="0.0.0"
216 org.apache.velocity.texen.defaults; version="0.0.0"
216 org.apache.velocity.texen.util; version="0.0.0"
216 org.apache.velocity.util; version="0.0.0"
216 org.apache.velocity.util.introspection; version="0.0.0"
It caused exception while installing bundles which depends on velocity bundle:
Reason: Missing Constraint: Import-Package: org.apache.velocity.app; version="[1.7.0,2.0.0)"