MySQL JDBC/DBCP-problems starting in Karaf 2.2.5

2012-05-09 Thread Johan Ström
Hi, I've been developing a small app which utilizes Commons-DBCP to connect to a MySQL database. In karaf 2.2.4 this has been working fine, but starting in version 2.2.5 it fails to find the MySQL bundle: Caused by: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost/myd

Re: Error while loading components of bundle - Invalid BundleContext

2012-04-23 Thread Johan Ström
at is however not related, I think. Oh, and if anyone wonders why there are two posts on Nabble, I tried there first but Nabble failed to send my post to the mailing-list due to SPF blocks. Reposted directly to list to get it posted here as well. /Johan On Apr 23, 2012, at 12:15 , Johan Ström

Error while loading components of bundle - Invalid BundleContext

2012-04-23 Thread Johan Ström
Hi, I'm running karaf 2.2.6 on Linux, with a number of bundles utilizing SCR. The bundle in question provides a SCR component (non-factory, immediate=true, config designate set). The bundle is loaded from the deploy/ directory by fileinstall. Today I dropped a new version of this bundle in the