C3P0ConnectionProvider uses com.mchange.v2.c3p0.DriverManagerDataSource and DriverManager isn't OSGi friendly (when it checks if driver is allowed). I with that C3P0ConnectionProvider would be modified so that creation of initial datasource could be overridden. Then I could extend a provider on my own a version that uses org.osgi.service.jdbc.DataSourceFactory.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
C3P0ConnectionProvider uses com.mchange.v2.c3p0.DriverManagerDataSource and DriverManager isn't OSGi friendly (when it checks if driver is allowed). I with that C3P0ConnectionProvider would be modified so that creation of initial datasource could be overridden. Then I could extend a provider on my own a version that uses org.osgi.service.jdbc.DataSourceFactory.