Eddie Wong

Greenhorn
+ Follow
since Mar 07, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Eddie Wong

Hi all,
I am using Weblogic 6.0 and when my container-managed transaction timed out, it's not being rolled back and I am getting the following error:
"Error marking transaction for rollback: java.lang.IllegalStateException: Cannot mark the transaction for rollback. xid=... status = Rolled back. [Reason= weblogic.transaction.internal.TimedOutException: Transaction timed out after 30seconds....."
Can anyone give me some ideas on why this happened? All the methods involved are set to 'Required' in their transaction attributes.
Thanks ...
Ed.