the info is here
http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Configuring_JDBC_interceptors


you have a sample of StatementCache here:
http://www.tomcatexpert.com/blog/2010/04/19/building-extensions-jdbc-pool

jdbcInterceptors="StatementCache(prepared=true,callable=false,max=50)"



(i didnt find better doc, if anyone know?)



FYI (and for the config) the class is
http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java
(look method setProperties for the config)


- Romain


2012/8/9 zeeman <[email protected]>

> I have not used jdbcInterceptors. But whatever is needed to enable
> statement
> cache interceptor to get rid of warnings I posted. Could you point me to an
> example or how should the resoruces.xml should be configured for that?
> Thanks!
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/default-tomee-ds-pool-tp4656531p4656751.html
> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>

Reply via email to