Re: How does passivation work?

2002-03-08 Thread Cristian Donciulescu
. Is it possible that one of those iterators may trigger a DELETE - INSERT statement? Thanks, Cristi - Original Message - From: Scott Farquhar [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, March 08, 2002 12:46 AM Subject: Re: How does passivation work? Probably the easiest way

How does passivation work?

2002-03-07 Thread Cristian Donciulescu
I am interested to know how does Orion Container treat the ejbPassivatemethod of an CMP entity-bean. Does it by any chance Deletes a record in theDB and then recreates it?The problem I'm facing is the following: I have a one-to-many relationshipin the DB. I have one entity bean (A) that has

Re: How does passivation work?

2002-03-07 Thread Scott Farquhar
Probably the easiest way to solve this would be to turn database logging on, and then see what SQL statements are being run on your db when Orion runs. Cheers, Scott Cristian Donciulescu wrote: I am interested to know how does Orion Container treat the ejbPassivate method of an CMP