This content has been marked as final.
Show 1 reply
-
1. Re: Could not find new XAResource to use for recovering non-serializable XAResource
wdfink Oct 26, 2010 4:02 AM (in response to jensmander)This mean that after a failure the transaction manager try to find a connector to recover (normally rollback) a transaction with a known id.
I have this behaviour after restarting JBoss due to a JCA connector which not support this.
In most cases the DB or backend will roll back the transaction itself, so the data will not become inconsistent.
See also https://jira.jboss.org/jira/browse/JBTM-353
If you are sure you should delete <jboss config>/data/tx-object-store to remove all known transactions.