Sander van Leeuwen wrote:
> I am wondering whether the getList(...) will return records/nodes which have
> been added to the cloud using a SQL script instead of doing it the need way
> using the bridge. Will it include these new nodes or does a caching
> mechanism prevent these nodes to be shown. 

There is a chance that the caching mechanism will prevent those new nodes to be shown 
if you
manually change the database. Of courses it is not sure, because the query must have 
been executed
earlier, and not been invalidated for another reason.

You may want to empty the caches after running such a script. That can be done
programmaticly. (Caches.getCaches().. if(cache instanceof QueryResultCache) 
cache.clear() or so). If
the SQL script is only a single occurence you could as well just restart MMBase.


MIchiel


-- 
Michiel Meeuwissen                  mihxil'
Mediacentrum 140 H'sum                [] ()
+31 (0)35 6772979         nl_NL eo_XX en_US




Reply via email to