Hi All,
I need to find out how Jboss handle concurrencies.

say if user 1 and user 2 is accessing website and reading info about entity
beanA
both are "holding on" to enitity bean A.
say Bean A has Status, with value of X.
now if user1 update Status to Y.
follow shortly by user2 updating to another value Z.
i would think the Status of Bean A will take on the later value of Z.

the problem is both user think they are updating from Status X.
User1     X ->Y
User2     X ->Z

Transaction are container-managed
Enitity Beans are Bean-managed.
well, i hope you get the point and im not confusing anyone.
i did read about isolation leve,but i think in this case is not it.
thanks.

John

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to