Subject | Re: [Firebird-Java] What means this exception ? |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-09-14T20:43:03Z |
> - but, I don't have a transaction that spans multiple databases atAll transactions use two-phase commit. If you do not use JCA or XA
> all; nor two-phase commit; nor subtransactions;
connections, prepare is followed by commit. However if you deploy JayBird as
RAR (firebirdsql.rar), it automatically means that XA transactions are used.
Now the question is how could it happen that JBoss did not commit the
prepared transaction...
Roman