I have added http://docs.jboss.org/ironjacamar/userguide/1.0/en-US/html/deployment.html#deployingra_extensions - as noted here it requires an explicit <valid-connection-checker> for ValidatingManagedConnectionFactoryRecoveryPlugin to work.
The default recovery plugin for JCA will try and call isValid(int) and close on the underlying connection
I have added http://docs.jboss.org/ironjacamar/userguide/1.0/en-US/html/deployment.html#deployingra_extensions - as noted here it requires an explicit <valid-connection-checker> for ValidatingManagedConnectionFactoryRecoveryPlugin to work.
The default recovery plugin for JCA will try and call isValid(int) and close on the underlying connection