|
I need to make 2 sequential updates to the same
row. The first update is made by a stateless session bean and the second
update is made by the client that called the stateless session bean.
The 2 updates change different columns of the same row.
I need an all-or-nothing approach, so my guess is
that my client needs to create a transaction, call the EJB (which does an
update), then do the update in the client, then commit / rollback. Is that
the right approach?
Thanks,
Anh
|
