you use JPA? there is the jta datasource and the non jta datasource. TomEE configures both by default, maybe that's the second one. Check logs you should get some auto creating resource or message close to it
- Romain 2012/8/9 zeeman <[email protected]> > Thanks boss! It worked after removing quotes :), already identified 40 slow > queries in the app. However, I still see warnings: > > WARNING: Tomcat-jdbc doesn't support 'MaxOpenPreparedStatements' property, > please configure the StatementCache jdbc interceptor > Aug 9, 2012 2:51:35 PM org.apache.tomee.jdbc.TomEEDataSourceCreator > updateProperties > WARNING: Tomcat-jdbc doesn't support 'PoolPreparedStatements' property, > please configure the StatementCache jdbc interceptor > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/default-tomee-ds-pool-tp4656531p4656761.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com. >
