Works great. Thanks! -----Original Message----- From: Frank Budinsky [mailto:fra...@ca.ibm.com] Sent: Thursday, December 11, 2008 10:26 AM To: user@tuscany.apache.org Subject: Re: ChangeSummary Pause Recording
Hi Murtaza, There's no standard "spec-defined" way, but I believe in Tuscany you can call endLogging() to suspend and then call ChangeSummaryImpl.resumeLogging() instead of beginLogging() to restart. Note that you'll need to cast your ChangeSummary to ChangeSummaryImpl to call resumeLogging(). Frank. "Murtaza Goga" <murtaza.g...@trisyngroup.com> wrote on 12/11/2008 06:53:59 AM: > Is there a mechanism or workaround to pause and resume the recording > in the ChangeSummary. There are times within our service layer that > we want to mutate the object without the ChangeSummary recording the > changes. Anyone has any tips on how one could simulate this without > paying the cost of making copies of objects? > > Thanks, > Murtaza.