Hi! I've noticed such a problem in Karaf 4.0.1. I have a DataSourceFactory for creating IBM DB2 DataSources, but it's not registerd just after installing and starting the bundle. I install the DB2 Driver and DB2 Driver Adapter as bundles. DB2DataSourceFactory of Adapter bundle is implementing org.osgi.service.jdbc.DataSourceFactory interface and registered as a service via blueprint. Pax Jdbc version is 0.6.0.
And there is no any DB2DataSourceFactory in ds-factories list after installing and starting the bundles. But after restarting the Karaf DB2 DataSourceFactories are registered and work fine with DB2. Why are they not registered dynamically on the fly? ----- Pavel -- View this message in context: http://karaf.922171.n3.nabble.com/Adding-DataSourceFactory-in-Karaf-4-0-1-tp4042308.html Sent from the Karaf - User mailing list archive at Nabble.com.
