Hi all, I want to create a web app with Struts 2 that is Oracle database driven. Integrating Struts 2 + Spring 2 + JPA (as described in http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.html), how do I configure Oracle database Connection Caching (pooling)?
Oracle's JDBC driver provided in the Oracle Instant Client package has a Connection Cache implementation class ( oracle.jdbc.pool.OracleConnectionCacheImpl) which I can use in my JDBC code. I have been unsuccessfully googling for how to enable this Connection Caching feature with Struts 2 + Spring 2 + JPA. Has anybody done it before? -- Filipe David Manana, [EMAIL PROTECTED] Obvious facts are like secrets to those not trained to see them.