What I did:

- added H2 Database to my application. It works fine outside of Karaf.

- installed H2 to Karaf with "install -s mvn:com.h2database/h2/1.4.184"

I can see the H2 bundle as "Active" (H2 Database Engine).

But when I install my application bundle in Karaf, I get this:
java.lang.ClassNotFoundException: org.h2.Driver not found

What's the proper way to install H2 to Karaf?

Reply via email to