pax-jdbc dbcp2 pooling

2017-12-21 Thread dpravin
Hello, We leverage pax-jdbc for managing the database connection pools. We are still on 0.10.0 version of the pax-jdbc. My understanding was any updates to the connection pooling properties will restart/refresh the connection pool as well restart all the bundles that refer to the pax-jdbc osgi

Re: pax-jdbc-dbcp2 and connection pooling

2017-01-17 Thread dpravin
Hello Christian, I started testing the new pax-jdbc today and found following issues during my testing with dbcp2, Environment details are Jboss Fuse 6.2.1 pax-jdbc 0.10.0- SNAPSHOT Oracle - 11.2.0.4.0 Installed following features from pax-jdbc, >features:install transaction jndi

Re: pax-jdbc-dbcp2 and connection pooling

2016-11-28 Thread dpravin
Hi Achim, Here is link to the pull request. https://github.com/ops4j/org.ops4j.pax.jdbc/pull/29 Thanks, Pravin -- View this message in context: http://karaf.922171.n3.nabble.com/pax-jdbc-dbcp2-and-connection-pooling-tp4048791p4048851.html Sent from the Karaf - User mailing list archive at

Re: pax-jdbc-dbcp2 and connection pooling

2016-11-23 Thread dpravin
Hi Achim, I created Jira ticket/issue https://ops4j1.jira.com/projects/PAXJDBC/issues/PAXJDBC-102 and few days back Sascha had requested me to create a new PR. I did created a new PR but the changes are yet to be accepted. BTW - How stable is the current snapshot version? As it is undergoing

Re: pax-jdbc-dbcp2 and connection pooling

2016-11-23 Thread dpravin
Thank you Christain. I downloaded the snapshot version few months back and added Teradata DS factory to it. I have created a PR but it is yet to be accepted. I will try to download the latest snapshot version and test it. Thanks, Pravin -- View this message in context:

pax-jdbc-dbcp2 and connection pooling

2016-11-23 Thread dpravin
Hi, We are using pax-jdbc for managing database connections. My environment details are Jboss Fuse 6.2.1 pax-jdbc 0.10.0- SNAPSHOT Oracle - 11.2.0.4.0 Installed following features from pax-jdbc, >features:install transaction jndi pax-jdbc-oracle pax-jdbc-pool-dbcp2 pax-jdbc-config we have

Re: pax-jdbc-dbcp2 and oracle connection pooling

2016-07-01 Thread dpravin
Thank you Tim for your inputs. I will definitely explore this. - Pravin -- View this message in context: http://karaf.922171.n3.nabble.com/pax-jdbc-dbcp2-and-oracle-connection-pooling-tp4047028p4047055.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: pax-jdbc-dbcp2 and oracle connection pooling

2016-07-01 Thread dpravin
Thank you Christian. I uninstalled the connector feature and the issues got resolved. We had created a osgi service for datasource and had installed the connector features for it to handle DSF. Later I came across pax-jdbc utility/feature and decided to explore it instead. I have a basic

pax-jdbc-dbcp2 and oracle connection pooling

2016-06-30 Thread dpravin
Hello, We are exploring to use pax-jdbc component/utility for managing database connections. My environment is, Jboss Fuse 6.2.1 pax-jdbc 0.9.0 Oracle - 11.2.0.4.0 Installed following features from pax-jdbc, >features:install transaction jndi pax-jdbc-oracle pax-jdbc-pool-dbcp2

Re: pax-jdbc-dbcp2 connection pool properties

2016-05-26 Thread dpravin
Achim, I will try and test the pool parameters as can update the documentation as per my findings, however appreciate if you could let me know if I need to follow any specific process to do it. Regards, Pravin -- View this message in context:

Re: pax-jdbc-dbcp2 connection pool properties

2016-05-24 Thread dpravin
I went through the code for pax-jdbc-pool-dbcp2 and found out that you can set pool properties with prefix "pool." and "factory." I tried using setting the validation query with "factory." and it worked. However if we have some documentation on the prefix to be used to set specific pool properties

Re: pax-jdbc-dbcp2 connection pool properties

2016-05-24 Thread dpravin
Appreciate if anyone could help me on this. -- View this message in context: http://karaf.922171.n3.nabble.com/pax-jdbc-dbcp2-connection-pool-properties-tp4046701p4046704.html Sent from the Karaf - User mailing list archive at Nabble.com.

pax-jdbc-dbcp2 connection pool properties

2016-05-20 Thread dpravin
Hello, I am using pax-jdbc-pool-dbcp2 for handling connection pooling. I referred to the documentation and trying to set pool properties for Oracle database as following. dataSourceName=oraDS osgi.jndi.service.name=jdbc/oraDS osgi.jdbc.driver.name=oracle-pool url=jdbc:oracle:thin:@//<>:14550/<>

Re: Karaf JTA and JDBC DataSource

2016-05-19 Thread dpravin
Hello, I am not able to set DBCP2 pool properties for Oracle database using following properties. dataSourceName=oraDS osgi.jndi.service.name=jdbc/oraDS osgi.jdbc.driver.name=oracle-pool url=jdbc:oracle:thin:@//<>:14550/<> user=user password=password pool.initialSize=2