First I'm not an expert on this part of OJB, but I think this only works when using the ODMG api, PB-api does not support any locking features. Anymore locking of objects does not solve the caching problems caused by running in a cluster and caching is done on the PB-level.
regards, Armin ----- Original Message ----- From: "Norman C. Jarvis" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 5:27 PM Subject: Re: RES: Does OJB supports clustering in an EJB container? > I know it works with the PB API and ODMG API. We are not going to use > the JDO API until it is farther along (i.e. not using Suns JDORI). I > suspect that it will work in the JDO API as well since the JDO API > implementation will be built upon the PB API. > > Norman Jarvis > > On Tue, 11 Feb 2003 13:11:46 -0300 > Fernando <[EMAIL PROTECTED]> wrote: > > > Does it applies to JDO impl? > > > > > -----Mensagem original----- > > > De: Norman C. Jarvis [mailto:[EMAIL PROTECTED]] > > > Enviada em: segunda-feira, 10 de fevereiro de 2003 13:34 > > > Para: OJB Users List > > > Assunto: Re: Does OJB supports clustering in an EJB container? > > > > > > > > > In an email from Thomas Mahler: > > > > > > "It is also possible to run the ODMG transaction manager in > > > distributed > > > mode. You just have to configure usage of the Persistent Lock > > > Manager in > > > OJB.properties." > > > > > > The message thread on the mailing list is: configuring OJB in > > > a cluster > > > > > > Norman Jarvis > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- > Norman Jarvis > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
