Since we were defining our datasources as JNDI via JndiObjectFactoryBean,
I subclassed it, added a cleanupPool method, and of course, updated the spring config files to use the new class as well as...
Type: Posts; User: blockzter; Keyword(s):
Since we were defining our datasources as JNDI via JndiObjectFactoryBean,
I subclassed it, added a cleanupPool method, and of course, updated the spring config files to use the new class as well as...
We deploy to tomcat, however we have dev, qa, and production environments each with different database connection information. By using JNDI resources we extract any environment specific information...
We have an app which defines JNDI resources inside spring [dataAccess.xml] as
org.springframework.jndi.JndiObjectFactoryBean and uses both JDBC template and StoreProcedure data access. In...