I'm trying to configure JBossTS for recovery using a xa data source, and I'm getting this exception:
AppServerJDBCXARecovery.createConnection got exception java.sql.SQLException: Invalid argument(s) in call
I found this issue which made me think that the problem was my data source using a security domain with encrypted password (SecureIdentityLoginModule) which aparently is not supported for recovery, but I'm not sure if that change is included in my jboss version which is 5.1.0.GA.
https://issues.jboss.org/browse/JBTM-571
So is that really the problem?. I need some help to find a workaround, maybe replace the jbossjts integration jar with another with that fix or something.
thanks