Posted By:
Olivier_Michallat
Posted On:
Wednesday, January 29, 2003 05:36 AM
Hi,
I've already posted this as an answer but I think I might receive more feedback in the `questions' section :
I'm using XDoclet to generate EJB for Weblogic 7. I'd like to implement an optimistic concurrency check, but the default feature of WLS is not supported by XDoclet (yet?). Apparently the
use-soft-locking
option of
ejb.bean
is not recommended for EJB 2.0 beans.
So what would be the suggested approach to implement optimistic concurrency?
Thanks,
Olivier