You've got to set proper transaction isolation level in your data source (SERIALIZABLE
in your case). @Version annotation is used to turn on optimistic locking policy for a
given entity which is separate issue from transaction isolation.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237921#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...