Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug#233012 (SDO - Change Summary Move Support Required)

All,

FYI, I've attached a patch containing the fix for the following bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=233012
Bug summary:
If a Data Object has two list with same types, using the test case example: two DO lists, lineItem and relatedQuoteItems both based from quoteItem 
type. modify the item in relatedQuoteItems, then move the record from relatedQuoteItems to lineItems, you will see the logged changes 
(the modification on the items) are gone.

We need to keep track of not only the move, but the modifications to the DOs before the move.
  
--

Oracle
David McCann | Principal Software Engineer | TopLink Product
Oracle Corporation Canada
45 O'Connor Street, Suite 400
Ottawa, Ontario K1P 1A4
Canada
613.288.4636
613.238.2818 (fax)


Back to the top