Re: EventAdmin Blacklist

2013-10-21 Thread Adam Wilson
Hi Carsten, I still haven't found a way to know, programmatically, that a service has been blacklisted so that I can re-register (the code suggests that it unregisters the handler for you upon blacklisting). That's the solution we're pursuing; adjusting the timeout for the service in question.

Re: Maven properties become Manifest headers?

2013-10-21 Thread Stefan Burkard
I found that Bnd copies instructions with a capital letter automatically to the manifest: http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html => heading "Features", first list element. I think it would be worth to document that the maven-bundle-plugin does the same with maven- o

Re: DataSourceFactory

2013-10-21 Thread Guillaume Sauthier (OW2/GMail)
DataSourceFactory is intended to creative native database connection. Just see that as a factory for db connection (DataSource creates Connection, Driver creates Connection, PooledDataSource creates PooledConnection and XADataSource creates XACOnnection). Pooling, transaction management has to be

Re: DataSourceFactory

2013-10-21 Thread Felix Meschberger
You might also want to ask on users(at)aries(dot)apache(dot)org. The Aries project has an implementation of the OSGi JDBC specification and AFAICT at least some of the project members have been involved in the spec creation and certainly know more. Regards Felix Am 20.10.2013 um 07:30 schrieb

Re: DataSourceFactory

2013-10-21 Thread Peter Kriens
Jorge, You raise a very valid point and I hope that in a future specification this will be addressed. In this case I've created a 'managed' JDBC bundle that uses Configuration Admin and Data Source Factory services to create an XA Data Source service. Since JPA has a similar issue, I also create