Search:

Type: Posts; User: blockzter; Keyword(s):

Search: Search took 0.01 seconds.

  1. Found a solution! [or atleast it seems to work :-]

    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...
  2. We deploy to tomcat, however we have dev, qa, and...

    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...
  3. DBCP & tomcat leave connections upon redeploy.

    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...
Results 1 to 3 of 3