Aleksey Sushko created ARIES-1291:
-------------------------------------
Summary: transaction will roll back. XA error code: 100
Key: ARIES-1291
URL: https://issues.apache.org/jira/browse/ARIES-1291
Project: Aries
Issue Type: Bug
Components: Transaction
Environment: org.apache.aries.transaction.jdbc:2.1.0
org.apache.aries.transaction.manager:1.1.0
org.apache.geronimo.components.geronimo-connector:3.1.1
Reporter: Aleksey Sushko
Priority: Critical
Tests show incorrect operation of the database.
Create Requerd transaction. Create internal RequiresNew transaction. Rollback
first transaction.
Error rollback.
{quote}
WARN Transaction - Error ending association for XAResource
org.apache.geronimo.transaction.manager.WrapperNamedXAResource@75288e22;
transaction will roll back. XA error code: 100
javax.transaction.xa.XAException
{quote}
If the test is to remove the string create an exception, the test will take
place without any errors.
{code}throw new Exception("rollback");{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)