[seam-commits] Seam SVN: r11116 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 11 10:00:06 EDT 2009


Author: manaRH
Date: 2009-06-11 10:00:06 -0400 (Thu, 11 Jun 2009)
New Revision: 11116

Modified:
   branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools.xml
Log:
JBSEAM-4034

Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools.xml	2009-06-11 01:11:17 UTC (rev 11115)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Drools.xml	2009-06-11 14:00:06 UTC (rev 11116)
@@ -149,8 +149,8 @@
 
 public void pricePolicy() throws FactException
 {
-    policyPricingWorkingMemory.assertObject(policy);
-    policyPricingWorkingMemory.assertObject(customer);
+	policyPricingWorkingMemory.insert(policy);
+	policyPricingWorkingMemory.insert(customer); 
     policyPricingWorkingMemory.fireAllRules();
 }]]></programlisting>
      
@@ -268,15 +268,6 @@
                dependencies as needed.
             </para>
          </caution>
-         
-         <tip>
-             <para>
-                 Drools comes with MVEL compiled for Java 1.4, which is 
-                 compatible with Java 1.4, Java 5 and Java 6. You may want to
-                 change your MVEL jar with one compiled for the version of Java
-                 you are using
-             </para>
-         </tip>
 
      </section>
      




More information about the seam-commits mailing list