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.
