Peter Reitsma <[EMAIL PROTECTED]> wrote: > Hi, > > It seems that MMBase 1.7 running on Postgresql can not handle maxNumbers > other than -1. In this case, the following error is thrown: "Value of > maxNumber other than -1 not supported."
I suppose the wrong query-handler is configured. Put in mmbaseroot.xml something like this: <property name="storagemanagerfactory">org.mmbase.storage.implementation.database.DatabaseStorageManagerFactory</property> to use 'new' storage which contains a postgresql.xml with a good PostgresqlSqlHandler, which does support maxNumbers. Michiel -- Michiel Meeuwissen Mediapark C101 Hilversum +31 (0)35 6772979 nl_NL eo_XX en_US mihxil' [] ()
