error is: JdbcDriver = org.mariadb.jdbc.MariaDbDataSource if you set a datasource and not a driver then the datasource is created with all properties as well as the poll so the not matching one are logged (it litterally mixes/merges 2 resources creation in one)
just use org.mariadb.jdbc.Driver instead 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 1:01 GMT+02:00 paulhr <[email protected]>: > http://pastebin.com/KuCzeFSY > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Why-unusedProperty-warning-tp4679516p4679521.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
