means that with this declaration you shouldn't get that much warnings, in particular 5 first are always supported whatever jdbc pool you use
would be interesting if you can share on a pastebin or gist the actual tomee.xml file Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2016-07-28 0:33 GMT+02:00 paulhr <[email protected]>: > Sorry I am so dumb, but I don't know what is meant by "should be fixed". I > got the keywords from TomEE documentation here > <http://tomee.apache.org/datasource-config.html> . > > <Resource id="aForumsDS" type="DataSource"> > JdbcDriver = org.mariadb.jdbc.MariaDbDataSource > JdbcUrl = jdbc:mysql://localhost:3306/aforumsdb > UserName = aforums > Password = [redacted] > JtaManaged = true > maxActive = 10 > maxWaitTime = 10 seconds > minIdle = 3 > maxIdle = 10 > removeAbandoned = true > removeAbandonedTimeout = 30 > logAbandoned = true > validationQuery = SELECT 1 > </Resource> > > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Why-unusedProperty-warning-tp4679516p4679519.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
