[ http://issues.apache.org/jira/browse/TUSCANY-153?page=comments#action_12432874 ] Robbie Minshall commented on TUSCANY-153: -----------------------------------------
FYI. All very striaght forward but in order to apply the patch I had to perform the following 1. new files not versioned. -> add files by hand prior to applying patch : touch sdo/impl/src/test/java/org/apache/tuscany/sdo/test/ChangeSummaryOnDataObjectTestCase.java touch sdo/impl/src/test/resources/datagraph.xsd touch sdo/impl/src/test/resources/sdoJava.xsd touch sdo/impl/src/test/resources/sdoModel.xsd touch sdo/impl/src/test/resources/sdoXML.xsd touch sdo/impl/src/test/resources/simpleWithChangeSummary.xsd 2. Adjust fuzz factor to 7 to get matches of recently changed files 3. DataObjectImpl could not match patch due to import reordering. -> add imports by hand after patch applied import org.apache.tuscany.sdo.SDOFactory; import org.apache.tuscany.sdo.impl.ClassImpl; import org.apache.tuscany.sdo.impl.DataObjectImpl; 4. Delete ChangeSummaryTypeImpl as kelvin mentioned > ChangeSummary on root data object not supported > ----------------------------------------------- > > Key: TUSCANY-153 > URL: http://issues.apache.org/jira/browse/TUSCANY-153 > Project: Tuscany > Issue Type: Bug > Components: Java SDO Implementation > Affects Versions: Java-Mx > Reporter: Kevin Williams > Fix For: Java-Mx > > Attachments: do_cs_2.patch, tuscany153.jar > > > The RDB DAS intends to produce data graphs without using a DataGraph instance > and this requires us to attach a change history to the root DataObject. It > seems that this capability is not yet implemented. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
