Author: j16sdiz
Date: 2008-12-17 05:46:30 +0000 (Wed, 17 Dec 2008)
New Revision: 24410
Modified:
trunk/plugins/XMLSpider/XMLSpider.java
Log:
LAZY mode is causing bugs :(
Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java 2008-12-17 05:43:58 UTC (rev
24409)
+++ trunk/plugins/XMLSpider/XMLSpider.java 2008-12-17 05:46:30 UTC (rev
24410)
@@ -1416,7 +1416,7 @@
//- Other
cfg.activationDepth(1);
cfg.updateDepth(1);
- cfg.queries().evaluationMode(QueryEvaluationMode.LAZY);
+ cfg.queries().evaluationMode(QueryEvaluationMode.SNAPSHOT);
cfg.diagnostic().addListener(new DiagnosticToConsole());
ObjectContainer oc = Db4o.openFile(cfg, "XMLSpider-" + version
+ ".db4o");
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs