RE: Prepared statements are not cached with XA in tomcat jdbc connection pool implementation

2016-05-17 Thread Sailaja Ravipati
PGP SIGNED MESSAGE- Hash: SHA256 Sailaja, On 5/17/16 6:58 AM, Sailaja Ravipati wrote: > I am using TomEE version Apache Tomcat Version 7.0.63. I have the > following test program. > > public static void main(String[] args) throws Exception { final > TransactionManager tra

Prepared statements are not cached with XA in tomcat jdbc connection pool implementation

2016-05-17 Thread Sailaja Ravipati
Hi I am using TomEE version Apache Tomcat Version 7.0.63. I have the following test program. public static void main(String[] args) throws Exception { final TransactionManager transactionManager = TransactionManagerFactory .getTra

RE: Registering database connection pool with JMX in Tomcat - Hot setting ?

2016-05-09 Thread Sailaja Ravipati
with JMX in Tomcat - Hot setting ? On 09/05/2016 05:19, Sailaja Ravipati wrote: > Hi > > I am using Tomcat version 7.0.63. > I have registered the dbconnection pool with MBeanServer. > Is there a way to make those methods hot setting? What I mean by this is, for > example if

Registering database connection pool with JMX in Tomcat - Hot setting ?

2016-05-08 Thread Sailaja Ravipati
Hi I am using Tomcat version 7.0.63. I have registered the dbconnection pool with MBeanServer. Is there a way to make those methods hot setting? What I mean by this is, for example if I change statement cache size in the jconsole, it should take effect immediately. Any help is greatly appreciat