[jboss-jira] [JBoss JIRA] Created: (JBRULES-1855) Serialization of working memories for rulebases with Accumulates are failing

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Thu Nov 20 10:17:36 EST 2008


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.M3


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