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

Pete Muir (JIRA) jira-events at lists.jboss.org
Thu Oct 11 18:43:03 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-2081?page=all ]

Pete Muir closed JBSEAM-2081.
-----------------------------

    Resolution: Done
      Assignee: Pete Muir

Thanks Joshua!

> 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 Partogi
>         Assigned To: Pete Muir
>             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