the first warnings are explicit i think (that's directly linked to tomcat-jdbc), no?
the last one is here because you didn't use a D for DataSourceCreator (this one is case sensitive) - Romain 2012/8/8 zeeman <[email protected]> > With more testing I see: > > Aug 8, 2012 12:58:44 PM org.apache.tomee.jdbc.TomEEDataSourceCreator > updateProperties > WARNING: Tomcat-jdbc doesn't support 'MaxOpenPreparedStatements' property, > please configure the StatementCache jdbc interceptor > Aug 8, 2012 12:58:44 PM org.apache.tomee.jdbc.TomEEDataSourceCreator > updateProperties > WARNING: Tomcat-jdbc doesn't support 'PoolPreparedStatements' property, > please configure the StatementCache jdbc interceptor > Aug 8, 2012 12:58:44 PM org.apache.openejb.assembler.classic.Assembler > logUnusedProperties > WARNING: Property "dataSourceCreator" not supported by "sportivityDS" > > I have posted my DS config above. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/default-tomee-ds-pool-tp4656531p4656710.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com. >
