JDBC DataSource Bundle (SLING-3574)

2014-05-19 Thread Chetan Mehrotra
Hi, I have implemented a JDBC DataSource Bundle which which configures and registers a DataSource services based on OSGi configuration. it uses Tomcat JDBC pool [1] as the backing Connection Pool 1. Supports configuring the DataSource based on OSGi config wihich rich metatype 2. Supports

Re: JDBC DataSource Bundle (SLING-3574)

2014-05-19 Thread Robert Munteanu
Hi Chetan, On Mon, May 19, 2014 at 11:56 AM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: Hi, I have implemented a JDBC DataSource Bundle which which configures and registers a DataSource services based on OSGi configuration. it uses Tomcat JDBC pool [1] as the backing Connection Pool

Re: JDBC DataSource Bundle (SLING-3574)

2014-05-19 Thread Chetan Mehrotra
Hi Robert, On Mon, May 19, 2014 at 2:30 PM, Robert Munteanu rob...@lmn.ro wrote: Not having looked at the code, I'm curious how this differs from pax-jdbc [4]? Pax JDBC implements the OSGi org.osgi.service.jdbc.DataSourceFactory [5] spec. Its primary focus is to expose DataSourceFactory for

Re: JDBC DataSource Bundle (SLING-3574)

2014-05-19 Thread Robert Munteanu
On Mon, May 19, 2014 at 12:25 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: Hi Robert, On Mon, May 19, 2014 at 2:30 PM, Robert Munteanu rob...@lmn.ro wrote: Not having looked at the code, I'm curious how this differs from pax-jdbc [4]? Pax JDBC implements the OSGi