Re: Sequencers in clustered environment

2004-05-17 Thread Enrique Medina
Users List" <[EMAIL PROTECTED]> To: OJB Users List <[EMAIL PROTECTED]> Subject: Re: Sequencers in clustered environment Date: Tue, 11 May 2004 18:56:18 +0200 Enrique Medina wrote: In my architecture desing, a Business Object (BO) is responsible for invoking methods on an OJB imp

Re: Sequencers in clustered environment

2004-05-11 Thread Armin Waibel
select max(name) from table1, select max(name) from table2 ) to avoid the deadlock (this will be database dependend). What do you think? regards, Armin From: Armin Waibel <[EMAIL PROTECTED]> Reply-To: "OJB Users List" <[EMAIL PROTECTED]> To: OJB Users

Re: Sequencers in clustered environment

2004-05-11 Thread Enrique Medina
Users List" <[EMAIL PROTECTED]> To: OJB Users List <[EMAIL PROTECTED]> Subject: Re: Sequencers in clustered environment Date: Tue, 11 May 2004 14:21:54 +0200 Hi Enrique, Enrique Medina wrote: Hi, I've read the tutorial about how to work in a clustered environment, special

Re: Sequencers in clustered environment

2004-05-11 Thread Armin Waibel
Hi Enrique, Enrique Medina wrote: Hi, I've read the tutorial about how to work in a clustered environment, specially the part that has to be with sequencers. Using a Lock Column is a good solution, but as the nextVal cannot be rolled back, we would miss many possible codes. So I have impleme

Sequencers in clustered environment

2004-05-10 Thread Enrique Medina
Hi, I've read the tutorial about how to work in a clustered environment, specially the part that has to be with sequencers. Using a Lock Column is a good solution, but as the nextVal cannot be rolled back, we would miss many possible codes. So I have implemented a sequencer that extends Abstra