Usertransaction
546634Jun 16 2012 — edited Jun 19 2012A 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