Re: findByPrimaryKey() calling store()

2000-10-18 Thread Greg Matthews
Interest" <[EMAIL PROTECTED]> Sent: Thursday, October 19, 2000 6:04 AM Subject: Re: findByPrimaryKey() calling store() > Hi Greg... > > According to Orion1.4.0's changes.txt it said: > > Optimized CMP entity stores to only store updated fields. > > > I a

RE: findByPrimaryKey() calling store()

2000-10-18 Thread Colin Jacobs
Have you implemented the suggestion in the FAQ and added an isModified() method to your bean?   I quote from http://www.orionserver.com/faq/:   I am using CMP Entity beans and call many methods on it that do not modify the state ofthe bean. How can I help Orion figure out that I am not chang

RE: findByPrimaryKey() calling store()

2000-10-18 Thread Juan Lorandi (Chile)
isolation level in these methods??? -Original Message-From: Greg Matthews [mailto:[EMAIL PROTECTED]]Sent: Miércoles, 18 de Octubre de 2000 4:52To: Orion-InterestSubject: findByPrimaryKey() calling store() dear all,i have a jsp that calls findByPrimaryKey on an entity bea

Re: findByPrimaryKey() calling store()

2000-10-18 Thread James Ho
Hi Greg... According to Orion1.4.0's changes.txt it said: Optimized CMP entity stores to only store updated fields. I am not 100% sure what it means though..maybe it is what u are after... James. > Greg Matthews wrote: > > dear all, > > i have a jsp that calls findByPrimaryKey on an entit