Subject | Re: Rollback called with current xid |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-07-13T09:02:33Z |
Hi,
the transaction, and only then you can call commit or rollback (see
page 25 of JTA 1.0.1 specification).
Roman
> I'm getting the following error when rlooing back a distributedorg.firebirdsql.jca.FBManagedConnection.internalRollback(FBManagedConnection.java:597)
> transaction
>
> org.firebirdsql.jca.FBXAException: Rollback called with current xid
> at
>
> atorg.firebirdsql.jca.FBManagedConnection.rollback(FBManagedConnection.java:578)
>
>Most likely you are using JTA in a wrong way: first you have to end
> what does it mean?
the transaction, and only then you can call commit or rollback (see
page 25 of JTA 1.0.1 specification).
Roman