[jboss-jira] [JBoss JIRA] Created: (JBRULES-2983) IooB exception when using positional notation on pojo fact

Wolfgang Laun (JIRA) jira-events at lists.jboss.org
Mon Apr 25 06:17:18 EDT 2011


IooB exception when using positional notation on pojo fact
----------------------------------------------------------

                 Key: JBRULES-2983
                 URL: https://issues.jboss.org/browse/JBRULES-2983
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: drools-compiler (expert)
    Affects Versions: 5.2.0.CR1
            Reporter: Wolfgang Laun
            Assignee: Mark Proctor


If Sale is a Java class containing int custid and int amount, the following pattern crashes the builder:

query bigSales ( int $custid, int $limit )
  $s: Sale( $custid; amount >= $limit )
end


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list