[jboss-jira] [JBoss JIRA] Created: (JBRULES-2164) CLONE -Serialization of working memories for rulebases with Accumulates are failing
Neil Wallace (JIRA)
jira-events at lists.jboss.org
Tue Jul 7 08:40:51 EDT 2009
CLONE -Serialization of working memories for rulebases with Accumulates are failing
-----------------------------------------------------------------------------------
Key: JBRULES-2164
URL: https://jira.jboss.org/jira/browse/JBRULES-2164
Project: JBoss Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 5.0.0.M2
Reporter: Neil Wallace
Assignee: Edson Tirelli
Fix For: 5.0.1.FINAL
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