[jboss-jira] [JBoss JIRA] (DROOLS-5386) Accumulate with static method with pettern bind variable

Toshiya Kobayashi (Jira) issues at jboss.org
Fri May 29 01:19:32 EDT 2020


Toshiya Kobayashi created DROOLS-5386:
-----------------------------------------

             Summary: Accumulate with static method with pettern bind variable
                 Key: DROOLS-5386
                 URL: https://issues.redhat.com/browse/DROOLS-5386
             Project: Drools
          Issue Type: Bug
          Components: executable model
    Affects Versions: 7.38.0.Final
            Reporter: Toshiya Kobayashi
            Assignee: Toshiya Kobayashi


This rule fails with PATTERN_DSL
{noformat}
rule R when
  accumulate (
       $p : Person(), $result : sum( MyUtil.add($p.getAge(), 10) )          )
then
  insert($result);
end
{noformat}



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list