[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2081) Update using rules with seam doc

Joshua Jackson (JIRA) jira-events at lists.jboss.org
Wed Oct 10 21:42:03 EDT 2007


Update using rules with seam doc
--------------------------------

                 Key: JBSEAM-2081
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2081
             Project: JBoss Seam
          Issue Type: Task
          Components: Documentation
    Affects Versions: 2.0.0.CR1
            Reporter: Joshua Jackson
             Fix For: 2.0.0.GA


Referring to here: http://downloads.jboss.com/drools/docs/4.0.2.15666.GA/html/index.html

Since Seam 2.0 uses JBoss drools 4.0, 

On chapter: 12.2. Using rules from a Seam component
On this line:
policyPricingWorkingMemory.assertObject(policy);
policyPricingWorkingMemory.assertObject(customer);

It should be 
policyPricingWorkingMemory.insert(policy);
policyPricingWorkingMemory.insert(customer);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list