[sorry for posting this in old post, i already posted as a separate discussion ( https://community.jboss.org/message/779804#779804 ), i didnt get satisfactory reply]
Hi pls tell me what is the REASON for the following exception to occur:
Caused by: 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)
pls note i am USING ONLY ONE LOCAL-TX-DATASOURCE [since am using only one database]
what is that META AWARE OBJECT?
[i dont think, this is coming because of a transaction being marked as rollback, because if thats the case, the exception would have contained already marked for rollback msg]
[and i dont think this is coming because of time out, since logs didnt contain timed out msg, [i experimented this by setting small time out for a transaction, logs showed msg about it. so only saying this]]