Open GoogleCodeExporter opened 9 years ago
Ah darn then json-smart do not export its writer package which json-path
requires, so we get this error now, after adding jackson and gson
ERROR: Bundle org.apache.camel.camel-jsonpath [95] Error starting/stopping
bundle. (org.osgi.framework.BundleException: Unresolved constraint in bundle
org.apache.camel.camel-jsonpath [95]: Unable to resolve 95.0: missing
requirement [95.0] osgi.wiring.package;
(&(osgi.wiring.package=com.jayway.jsonpath)(version>=1.2.0)(!(version>=2.0.0)))
[caused by: Unable to resolve 88.0: missing requirement [88.0]
osgi.wiring.package; (osgi.wiring.package=net.minidev.json.writer)])
org.osgi.framework.BundleException: Unresolved constraint in bundle
org.apache.camel.camel-jsonpath [95]: Unable to resolve 95.0: missing
requirement [95.0] osgi.wiring.package;
(&(osgi.wiring.package=com.jayway.jsonpath)(version>=1.2.0)(!(version>=2.0.0)))
[caused by: Unable to resolve 88.0: missing requirement [88.0]
osgi.wiring.package; (osgi.wiring.package=net.minidev.json.writer)]
OSGi is just marvelous :(
Original comment by claus.ib...@gmail.com
on 30 Jan 2015 at 5:29
Ah yay json-smart 2.1.1 has fixed this. Maybe upgrade to use that version as
well by json-path.
Original comment by claus.ib...@gmail.com
on 30 Jan 2015 at 5:36
I'm aware of this issue and I will try to address it ASAP.
Original comment by kalle.st...@gmail.com
on 30 Jan 2015 at 11:40
Original issue reported on code.google.com by
claus.ib...@gmail.com
on 30 Jan 2015 at 5:21