Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Usertransaction

546634Jun 16 2012 — edited Jun 19 2012
A short question regarding use of static when declaring a usertransaction variable, i have seen use of this

Private static UserTransaction ut = null;

If two users accsess the class at the same time, vold it be that one is overwriting the other?
Or is usertransaction threadaware, so no conflicts occure?
Regards, reZer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 17 2012
Added on Jun 16 2012
8 comments
3,807 views