Hi Adrian,
i am using jboss 3.2.6
[i am using only one local-tx-datasource]
rarely i am getting the following exception:
org.jboss.util.NestedSQLException: Could not enlist in transaction on entering meta-aware object!javax.transaction.SystemException: enlistResource failed; - nested throwable: (javax.resource.ResourceException: Could not enlist in transaction on entering meta-aware object!javax.transaction.SystemException: enlistResource failed)
is the above race condition you mentioned is the reason i am getting this exception?
[i dont think this exception is coming for me because of transaction being marked as rollback or timed out transaction, if thats the case log would have contained some info regarding that.]
waiting for your reply, thank you....