Hi,
i'm working in a project that working with some distributed transactions; and my environment is
database : Oracle 8.1.7.4
app server : websphere 5.0
jdbc driver : version 8.1.7.4 (shipping with the database)
jdk version : 1.4
so i follow the configuration guide and setup a set of datasource at the websphere. however, i found that i can't get the distributed transaction commited; it throws XAException with nested SQLException "ORA-02051: another session in same transaction failed"
I found some earlier post complaining the mis-fit on websphere & oracle (
548074)
is there any work around on the problem ??