Hey, like I said I just even tried the old resource.xml without any Tomcat
pool properties or values. I still get the JMX stacktrace above. So with or
without datasourcecreator it does not work. To clarify here is what works
for a previous version of the snapshot (3 weeks old)

<?xml version="1.0" encoding="UTF-8"?>
<resources>
        <Resource id="sportivityDS" type="javax.sql.DataSource">
          JdbcDriver org.postgresql.Driver
          JdbcUrl jdbc:postgresql://127.0.0.1:5432/db
          JtaManaged true
          UserName db
          Password dbpsw
          MaxActive                     100
          InitialSize                                   2
          MaxIdle                       25
          MinIdle                       2
          suspectTimeout                                60
          maxWait                                               10000
          TimeBetweenEvictionRunsMillis    60000
          minEvictableIdleTimeMillis       60000
          testOnBorrow                                  true
          validationInterval                    30000
          removeAbandoned                               true
          removeAbandonedTimeout                60
          logAbandoned                                  true
          abandonWhenPercentageFull             60
          NumTestsPerEvictionRun        2
          ValidationQuery               SELECT 1
     </Resource>
</resources>



--
View this message in context: 
http://openejb.979440.n4.nabble.com/default-tomee-ds-pool-tp4656531p4656643.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Reply via email to