RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread Bill Burke
> introduced > > problems like this show up in the nightly build. > > > > Bill > > > > > -----Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]]On > Behalf Of Dain > > > Sundstrom > > &

RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread Bill Burke
[EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]]On > Behalf Of Dain > > > Sundstrom > > > Sent: Tuesday, August 07, 2001 11:19 AM > > > To: [EMAIL PROTECTED] > > > Subject: Re: [JBoss-dev] > synchronizeEntitiesWithinTransaction, null pk & >

RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread marc fleury
mit yourself. that's all |Just an idea. thanks don't sweat it, over and out, marcf | |-dain | |- Original Message - |From: "marc fleury" <[EMAIL PROTECTED]> |To: <[EMAIL PROTECTED]> |Sent: Tuesday, August 07, 2001 10:51 AM |Subject: RE: [JBoss-dev] synchronizeE

Re: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread Dain Sundstrom
ack to the parser -dain - Original Message - From: "Bill Burke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 10:51 AM Subject: RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove > Dain, > > The idea

Re: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread Dain Sundstrom
fix this stuff as soon as possible(I know the fix), I keep on > |getting pulled for stuff at the "real" job. > > great, thanks > > marcf > | > |Bill > | > |> -Original Message----- > |> From: [EMAIL PROTECTED] > |> [mailto:[EMAIL PROTECTED]]On Behalf O

RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread marc fleury
August 07, 2001 11:46 AM |> To: [EMAIL PROTECTED] |> Subject: RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & |> remove |> |> |> |> Ok |> |> yes now I remember |> |> 1- your work is truly appreciate on the cmp2.0. It is important work |> 2- I

RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread Bill Burke
Tuesday, August 07, 2001 11:46 AM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & > remove > > > > Ok > > yes now I remember > > 1- your work is truly appreciate on the cmp2.0. It is important work > 2- I didn&#

RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread Bill Burke
August 07, 2001 11:19 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & > remove > > > Mark, > > If you remember, I posted to this list the suggested change to the > interceptor, and waited a day after YOU said it was O

RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread marc fleury
[mailto:[EMAIL PROTECTED]]On Behalf Of marc |> fleury |> Sent: Tuesday, August 07, 2001 11:12 AM |> To: [EMAIL PROTECTED] |> Subject: RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & |> remove |> |> |> |bill, |> | |> |between you and I, |> |> It was b

RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread marc fleury
|> we should do it once and for all and then **lock** the 3 classes code in |CVS |> :) |> |> marcf |> |> |-Original Message- |> |From: [EMAIL PROTECTED] |> |[mailto:[EMAIL PROTECTED]]On Behalf Of Bill |> |Burke |> |Sent: Tuesday, August 07, 2001 10:34 AM |> |T

RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread Bill Burke
D]]On Behalf Of marc > fleury > Sent: Tuesday, August 07, 2001 11:12 AM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & > remove > > > |bill, > | > |between you and I, > > It was between Bill and I and then

Re: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread Dain Sundstrom
being to make the interceptor smaller and easier to understand. -dain - Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 10:05 AM Subject: RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, nul

RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread marc fleury
[EMAIL PROTECTED] ||Subject: RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & ||remove || || || || ||> -Original Message- ||> From: [EMAIL PROTECTED] ||> [mailto:[EMAIL PROTECTED]]On Behalf Of Jason ||> Dillon ||> Sent: Monday, August 06, 200

RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread marc fleury
PROTECTED] |Subject: RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & |remove | | | | |> -Original Message- |> From: [EMAIL PROTECTED] |> [mailto:[EMAIL PROTECTED]]On Behalf Of Jason |> Dillon |> Sent: Monday, August 06, 2001 9

RE: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-07 Thread Bill Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jason > Dillon > Sent: Monday, August 06, 2001 9:19 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & > remove > >

[JBoss-dev] synchronizeEntitiesWithinTransaction, null pk & remove

2001-08-06 Thread Jason Dillon
I am running into a problem with entity bean removal where the pk is null, which causes most everything passed (and including) Application.synchronizeEntitiesWithinTransaction() to fail (called from EntityContainer.remove()). Is there any reason why an EntityContext would have its pk set to null?