Re: [JBoss-dev] ROWID Based Update: Load Entity Before Store Entity

2001-06-16 Thread K.V. Vinay Menon
ions at play and get back to you. Vinay - Original Message - From: "Georg Rehfeld" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 16, 2001 3:37 AM Subject: Re: [JBoss-dev] ROWID Based Update: Load Entity Before Store Entity > Hi Vinay, hi all, > >

Re: [JBoss-dev] ROWID Based Update: Load Entity Before Store Entity

2001-06-15 Thread Georg Rehfeld
Hi Vinay, hi all, Vinay: >>> This basically means that even within the same transaction the >>> rowid will be updated if the client attempts to do an update >>> [or delete]. >>> Do we now need to check for rowid being null and falling back >>> to the primary key if it is not? I had written so

Re: [JBoss-dev] ROWID Based Update: Load Entity Before Store Entity

2001-06-15 Thread K.V. Vinay Menon
] Sent: Friday, June 15, 2001 1:02 AM Subject: Re: [JBoss-dev] ROWID Based Update: Load Entity Before Store Entity Hi Vinay,> This basically means that even within the same transaction the > rowid will be updated if the client attempts to do an update > [or delete].> Do we

Re: [JBoss-dev] ROWID Based Update: Load Entity Before Store Entity

2001-06-14 Thread Georg Rehfeld
Hi Vinay, > This basically means that even within the same transaction the > rowid will be updated if the client attempts to do an update > [or delete]. > Do we now need to check for rowid being null and falling back > to the primary key if it is not? I had written some code for > this and w

Re: [JBoss-dev] ROWID Based Update: Load Entity Before Store Entity

2001-06-14 Thread K.V. Vinay Menon
Damn, i had set it to plain text. Sorry jbossers! Vinay PS: Marc pls don't send me a stinker! - Original Message - From: "Juha Lindfors" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 4:52 PM Subject: Re: [JBoss-dev] ROWID Based

[JBoss-dev] ROWID Based Update: Load Entity Before Store Entity [Plain Text!]

2001-06-14 Thread K.V. Vinay Menon
Hello, Had sometime to review the rowid based update code and was wondering whether or not to do a code change for handling updates which happen in the same transaction as the insert. Here is what I found: 1. I have a Session Bean fronting an Entity Bean. The methods in the Session bean is

Re: [JBoss-dev] ROWID Based Update: Load Entity Before Store Entity

2001-06-14 Thread Juha Lindfors
Vinay, you're still sending HTML :( -- Juha At 15:24 14.6.2001 +0100, you wrote: > Hello,a code change for handling updates which happen in the >sam > > > > > > > >e trsaction ashe insert. Here is what >Iound: > > >1. >I >he >a >Session >Bean fronting an Entity Bean. >The >methods

[JBoss-dev] ROWID Based Update: Load Entity Before Store Entity

2001-06-14 Thread K.V. Vinay Menon
Hello,    Had sometime to review the rowid based update code and was wondering whether or not to do a code change for handling updates which happen in the same transaction as the insert. Here is what I found:   1. I have a Session Bean fronting an Entity Bean. The methods in the Session