[DAS] ApplyChnages fails in a table with generated primary key... and added DO does not include a modified property...

2006-12-20 Thread Luciano Resende
So, i was trying to create a test case for : Insert with no changed properties to row with generated ID (you could duplicate the test above with Company since it has a generated ID) public void testPartialReadInsertApplyWithGeneratedID() throws Exception { DAS das =

Re: [DAS] ApplyChnages fails in a table with generated primary key... and added DO does not include a modified property...

2006-12-20 Thread Adriano Crestani
Maybe it has something to do with ths thread: http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg11303.html Adriano Crestani On 12/20/06, Luciano Resende [EMAIL PROTECTED] wrote: So, i was trying to create a test case for : Insert with no changed properties to row with generated ID

Re: [DAS] ApplyChnages fails in a table with generated primary key... and added DO does not include a modified property...

2006-12-20 Thread Kevin Williams
You are not providing any configuration to indicate the generated key. BTW, Brent mentioned that this test case is covered by: GeneratedId.testInsert5() Luciano Resende wrote: So, i was trying to create a test case for : Insert with no changed properties to row with generated ID (you could