[jboss-user] [EJB 3.0] - Re: preventing dirty reads non repetablereads

wyborowiec do-not-reply at jboss.com
Tue Jun 16 09:26:22 EDT 2009


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#4237921

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237921



More information about the jboss-user mailing list