Sandra Hibma wrote: > Is there a way to let MMBase reload the data from the database, without > restarting the webserver? > I have made changes to some nodes in the database, but in my_editors I still > see the old data, so how do I refresh MMBase?
Invalidate all (relevant) caches. Caches.getCaches().iterator(); .. cache.clear(). or so. Or you can manually switch of and on in caches.xml which would also work, I think. Michiel -- Michiel Meeuwissen mihxil' Mediacentrum 140 H'sum [] () +31 (0)35 6772979 nl_NL eo_XX en_US
