Simon Groenewolt wrote: > > So I still don't know _why_ the posterid=null (instead of being -1 like > it should be) but it sure does look like this is causing the trouble.
Neither do I, but it makes me suspect that somewhere -1 is interpreted as 'unfilled' and hence 'null'. That is quite common beheviour in mmbase. All this because basic types cannot be null themselves. Wrapped versions are on the other hand inconvenient too, because they don't even support basic arithmetic. It boils down to the fact that, basicly, java rather sucks. Michiel -- Michiel Meeuwissen mihxil' Peperbus 211 MediaPark H'sum [] () +31 (0)35 6772979 nl_NL eo_XX en_US _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
