cschneider / Karaf-Tutorial

http://cschneider.github.io/Karaf-Tutorial/
Apache License 2.0
272 stars 305 forks source link

Unable to start bundles using camel 2.15.2 #15

Closed napentathol closed 8 years ago

napentathol commented 9 years ago

Hi,

I tried using your tutorial on a fresh karaf 3.0.3 install, I got a bunch of errors trying to start it up:

diag 163

db-examplejpa (163)

Status: Installed Unsatisfied Requirements: [163.0] osgi.wiring.package; (osgi.wiring.package=net.lr.tutorial.karaf.db.examplejpa) [163.0] osgi.wiring.package; (osgi.wiring.package=org.hibernate.proxy) [163.0] osgi.wiring.package; (osgi.wiring.package=javassist.util.proxy)

diag 164

jpa2jms (164)

Status: Installed Unsatisfied Requirements: [164.0] osgi.wiring.package; (osgi.wiring.package=org.apache.openjpa.enhance)

Any idea how to resolve this?

Thanks!

cschneider commented 9 years ago

Did you follow the README in the respective project dir? It is not enough to just install the bundle. For example the first unsatisfied requirements point out that hibernate is not installed.

cschneider commented 8 years ago

Closing as there was no further feedback.