On Mar 30, 2005, at 3:56 PM, Ricardo Kustner wrote:
Now that you mention it, it's probably working anyway (The jsp is so huge
that it's hard to directly tell whether or not someting on the page
renders exactly as expected).... it's only a SERVICE level warning but
since I saw a java stack trace, I thought it was a serious error.
Thanks for the quick response... I'll change the log settings to get rid
of it.
The log message is there for a purpose, i.e. to detect code that may not be supported in future releases.
In this case it tells you that the query framework - introduced in MMBase 1.7 - cannot handle the constraint, due to it's use of the mod-operator. The processing falls back to legacy code in an attempt to provide backward compatibility. It's likely that this legacy code will be removed in some future release, so my advice is to update your jsp now to work without the mod-operator.
Regards, Rob van Maris
_______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
