So you've not configured callbacks in model - have you added callbacks through LifecycleCallbackRegistry or something? Could you give a snippet? Could you ensure that both prePersist and postAdd callbacks are invoked (e.g. add a breakpoint there). My test above shows it must be so.
2009/11/2 Lachlan Deck <[email protected]> > On 01/11/2009, at 10:24 PM, Andrus Adamchik wrote: > > >> On Oct 30, 2009, at 11:21 PM, Lachlan Deck wrote: >> >> I refactored these (after the jar update) to postAdd (when noticing that >>> it wasn't working anymore .. and checked the mail archives for what Andrus >>> had committed) ... and found that things weren't working either way until I >>> rolled back the jar update. >>> >> >> Actually no refactoring should is needed. Just open the model in the new >> CayenneModeler and agree to perform an upgrade. It will remap (in the XML) >> the existing Java method names to the right callbacks. Or do you configure >> callbacks in the code, not the model? >> > > Yeah - we've not configured any callbacks in the Model. Just accept the > default behaviour... so our code obviously needed adjusting prePersist() -> > postAdd(). > > with regards, > -- > > Lachlan Deck > > > > -- Andrey
