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