Gerard van Enk <[EMAIL PROTECTED]> wrote: > The next release candidate is available from > <http://www.mmbase.org/download>.
Very nice!. I'm afraid that we've found already 2 bugs in rc2, so rc2 will certainly not be 'the' release... One of them I marked high #6348 Closed Bug High 1.7.0.rc2 Core Immediate select (getNodes) after insert could yield wrong results. (alias editor, mm:image) And I think I've fixed it in 'rc3' (though I could not actually reproduce it..), but it needed a change in the way QueryResultCaches are invalidated. The initiative for that is now not taken from the 'Observer' but from the MMObjectBuilder of the changing node itself. So, I emptied the 'nodeLocalChanged' implementation on the QueryCaches's Observer (no point in doing the same thing twice). This means that you _MUST_ call super. in insert() commit() and remove() overriding from MMObjectBuilder. I think you should always have, but I'm even more sure that you must now. Michiel -- Michiel Meeuwissen Mediapark C101 Hilversum +31 (0)35 6772979 nl_NL eo_XX en_US mihxil' [] ()
