[jboss-svn-commits] JBL Code SVN: r15495 - labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Language.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Oct 1 21:00:58 EDT 2007
Author: tirelli
Date: 2007-10-01 21:00:58 -0400 (Mon, 01 Oct 2007)
New Revision: 15495
Modified:
labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Language/Section-DSL.xml
Log:
JBRULES-1219: updating docs
Modified: labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Language/Section-DSL.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Language/Section-DSL.xml 2007-10-02 00:44:34 UTC (rev 15494)
+++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Rule_Language/Section-DSL.xml 2007-10-02 01:00:58 UTC (rev 15495)
@@ -222,8 +222,10 @@
[when]- type is '{type}'=type=='{type}'
[when]- country equal to '{country}'=country=='{country}'</programlisting></para>
- <para><emphasis role="bold">IMPORTANT:</emphasis> There must be an space
- between the "-" (dash) and the constraint mappings.</para>
+ <para><emphasis role="bold">IMPORTANT:</emphasis> It is NOT possible to
+ use the "-" feature after an <emphasis role="bold">accumulate</emphasis>
+ statement to add constraints to the accumulate pattern. This limitation
+ will be removed in the future.</para>
<para>You can then write rules with conditions like the following:
<programlisting>There is a Cheese with
More information about the jboss-svn-commits
mailing list