Re: Pessimistic locking | Any feedback?

2005-04-07 Thread Victor Langelo
Rich Armstrong wrote: I just wrote an application that allows a user to edit orders (and the sub objects). I am using pessimistic locking, and the rough architecture is as follows: OrderSFS is the stateful session bean for the orders entity. One method of this opens a transaction,

Re: Pessimistic locking | Any feedback?

2005-04-07 Thread Rich Armstrong
: Pessimistic locking | Any feedback? Rich Armstrong wrote: I just wrote an application that allows a user to edit orders (and the sub objects). I am using pessimistic locking, and the rough architecture is as follows: OrderSFS is the stateful session bean for the orders entity. One method

Pessimistic locking | Any feedback?

2005-03-27 Thread Rich Armstrong
I just wrote an application that allows a user to edit orders (and the sub objects). I am using pessimistic locking, and the rough architecture is as follows: OrderSFS is the stateful session bean for the orders entity. One method of this opens a transaction, isolation level set to