Hi Folks,
I have hit another error while commiting the transaction on to the database.
Here is the error
javax.transaction.xa.XAException: org.postgresql.util.PSQLException: ERROR:
prepared transaction with identifier
"1197822575_XAAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==_AQAAAAAAAABHVE1JRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=="
does not exist
at
org.postgresql.xa.PGXAConnection.commitPrepared(PGXAConnection.java:446)
at org.postgresql.xa.PGXAConnection.commit(PGXAConnection.java:373)
I googled and found that it can be a problem with drivers as well.
I am using Java6 and postgresql 8.3.5.
Is there any specific driver configuration required for this combination???
Thanks
Ashish