Everytime after the deploying project bundle jdbc pool osgi config need
to be resaved manually, or else I am getting the error at
DataSourcePool.getDataSource("testConn")unable to find the datasource
with name "testConn", oracle bundle and my project bundles are active,
how to make it pick
automatically,DataSourcePool.getDataSource("testConn") will be called
everytime when the code attempts connecting to oracle Config Name:
com.day.commons.datasource.jdbcpool.JdbcPoolService-archival.config Have...