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 deploying of JDBC4 Driver as independent bundles and not as fragment 3. Exposes the DataSource stats as JMX MBean Refer to [2] for further details Would it be ok to add this bundle as part of contrib (SLING-3574) [3]? Chetan Mehrotra [1] http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html [2] https://github.com/chetanmeh/sling-datasource [3] https://issues.apache.org/jira/browse/SLING-3574
