Pierre van Rooden wrote:
As far as I can see, the preCommit() method was never part of the insert() method of the support classes.
I checke dout the 1.1 version of the MMInformix42Node.java or MMSQL92Node.java classes and the insert method in that code does not call preCommit().
Quite strange as we have run the VWMs quite a long time and had fix the problem this year.
At any rate, the current 'event' methods (insertDone, preEdit, preCommit) are a bit strange.
i.e. it is not clear to me why the preCommit() is called from the database layer, and not from the commit() method in MMObjectBuilder.
The location is indeed a bit odd.
I think we should strive to get a fixed set of event methods (or drop them all and just override commit/insert) and use them consistently.
Consistency would be nice. Overriding means you have to call super.insert() otherwise things go boom.
-- Rico Jansen ([EMAIL PROTECTED]) "You call it untidy, I call it LRU ordered" -- Daniel Barlow
