I have the following situation. I use Apache Felix as an implementation of OSGi Service and Apache Karaf as an OSGi container. There is a package in karaf that should save some data through hibernation to the database, but I always get SQLException: No Suitable Driver found. I deployed mysql-connector-bundle to karaf . The problem is, in my opinion, in sleep mode: does mysql-driver-packages and my classes import which should be mapped. But I do not know how to fix it. I am familiar with eclipse rcp where a buddy policy fixes such problems, is there any best practice for this problem for felix and karaf ?
Mirco source share