[jboss-svn-commits] JBL Code SVN: r15360 - labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Sep 25 10:32:12 EDT 2007
Author: mark.proctor at jboss.com
Date: 2007-09-25 10:32:12 -0400 (Tue, 25 Sep 2007)
New Revision: 15360
Modified:
labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-The_Drools_Rule_Engine.xml
Log:
-fixed incorrect statement about the use of sequential mode
Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-The_Drools_Rule_Engine.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-The_Drools_Rule_Engine.xml 2007-09-25 13:51:42 UTC (rev 15359)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Engine/Section-The_Drools_Rule_Engine.xml 2007-09-25 14:32:12 UTC (rev 15360)
@@ -1220,7 +1220,7 @@
know an Object type has a low number of instances then indexing is
probably not of an advantage and an Object list can be used.</para>
- <para>Sequential mode can only be used with a StatefulSession and is off
+ <para>Sequential mode can only be used with a StatelessSession and is off
by default. To turn on either set the RuleBaseConfiguration.setSequentail
to true or set the rulebase.conf property drools.sequential to true.
Sequential mode can fallback to a dynamic agenda with setSequentialAgenda
More information about the jboss-svn-commits
mailing list