Hi,

we are using tomee with mutiple mysql data sources in one application.
So we defined all jta enabled resources with
com.mysql.jdbc.jdbc2.optional.MysqlXADataSource.

In Tomee 1.7.0 this is no longer possible. 
If you do, you get an amount of warnings:
2014-08-22 14:43:42,134 [main] INFO  unknown.jul.logger - Creating
Resource(id=repairDataSource)
2014-08-22 14:43:42,296 [main] WARN  unknown.jul.logger - Property "JdbcUrl"
not supported by "repairDataSource"
2014-08-22 14:43:42,296 [main] WARN  unknown.jul.logger - Property
"UserName" not supported by "repairDataSource"
2014-08-22 14:43:42,296 [main] WARN  unknown.jul.logger - Property
"Password" not supported by "repairDataSource"
2014-08-22 14:43:42,296 [main] WARN  unknown.jul.logger - Property
"PasswordCipher" not supported by "repairDataSource"
2014-08-22 14:43:42,296 [main] WARN  unknown.jul.logger - Property
"ConnectionProperties" not supported by "repairDataSource"
2014-08-22 14:43:42,297 [main] WARN  unknown.jul.logger - Property
"DefaultAutoCommit" not supported by "repairDataSource"
2014-08-22 14:43:42,297 [main] WARN  unknown.jul.logger - Property
"DefaultReadOnly" not supported by "repairDataSource"
2014-08-22 14:43:42,297 [main] WARN  unknown.jul.logger - Property
"InitialSize" not supported by "repairDataSource"
2014-08-22 14:43:42,297 [main] WARN  unknown.jul.logger - Property
"MaxActive" not supported by "repairDataSource"
2014-08-22 14:43:42,297 [main] WARN  unknown.jul.logger - Property "MaxIdle"
not supported by "repairDataSource"
2014-08-22 14:43:42,297 [main] WARN  unknown.jul.logger - Property "MinIdle"
not supported by "repairDataSource"
2014-08-22 14:43:42,297 [main] WARN  unknown.jul.logger - Property
"ValidationQuery" not supported by "repairDataSource"
2014-08-22 14:43:42,297 [main] WARN  unknown.jul.logger - Property
"TestOnBorrow" not supported by "repairDataSource"
2014-08-22 14:43:42,298 [main] WARN  unknown.jul.logger - Property
"TestOnReturn" not supported by "repairDataSource"
2014-08-22 14:43:42,298 [main] WARN  unknown.jul.logger - Property
"TestWhileIdle" not supported by "repairDataSource"
2014-08-22 14:43:42,298 [main] WARN  unknown.jul.logger - Property
"NumTestsPerEvictionRun" not supported by "repairDataSource"
2014-08-22 14:43:42,298 [main] WARN  unknown.jul.logger - Property
"PoolPreparedStatements" not supported by "repairDataSource"
2014-08-22 14:43:42,298 [main] WARN  unknown.jul.logger - Property
"MaxOpenPreparedStatements" not supported by "repairDataSource"
2014-08-22 14:43:42,298 [main] WARN  unknown.jul.logger - Property
"AccessToUnderlyingConnectionAllowed" not supported by "repairDataSource"

And obviously it is not working than.
Is this a bug or intentional ?

Regards,
Oliver






--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Using-in-com-mysql-jdbc-jdbc2-optional-MysqlXADataSource-in-Tomee-1-7-0-not-possible-tp4671446.html
Sent from the TomEE Dev mailing list archive at Nabble.com.

Reply via email to