]
Edson Tirelli closed JBRULES-1855.
----------------------------------
Resolution: Done
Fixed.
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: