[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1855) Serialization of working memories for rulebases with Accumulates are failing
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Wed Mar 18 22:28:28 EDT 2009
[ https://jira.jboss.org/jira/browse/JBRULES-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Proctor updated JBRULES-1855:
----------------------------------
Fix Version/s: 5.0.0.GA
(was: 5.0.0.CR1)
> Serialization of working memories for rulebases with Accumulates are failing
> ----------------------------------------------------------------------------
>
> Key: JBRULES-1855
> URL: https://jira.jboss.org/jira/browse/JBRULES-1855
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.0.0.M2
> Reporter: Edson Tirelli
> Assignee: Edson Tirelli
> Fix For: 5.0.0.GA
>
>
> Serialization of working memories with rules like this are failing:
> rule "Test sum" salience 80
> dialect "java"
> when
> $sum : Number( doubleValue >= 10 )
> from accumulate( Person( $likes : likes ) and Cheese( type == $likes, $price : price ),
> sum( $price ) );
> then
> results.add( $sum );
> end
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list