[jboss-jira] [JBoss JIRA] (DROOLS-302) MVEL throws an NPE when evaluating dynamic salience
Davide Sottara (JIRA)
jira-events at lists.jboss.org
Thu Oct 17 03:26:02 EDT 2013
Davide Sottara created DROOLS-302:
-------------------------------------
Summary: MVEL throws an NPE when evaluating dynamic salience
Key: DROOLS-302
URL: https://issues.jboss.org/browse/DROOLS-302
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 6.0.0.CR5, 5.5.0.Final
Reporter: Davide Sottara
Assignee: Mark Proctor
Reported by Wolfgang on the user list
Reproducer :
rule "process Token"
salience - $prio // by ascending x25No values
when
$token: Token( $x25No: x25No ) // match on int x25No
$elem: ElemType( $prio: x25No == $x25No )
then
retract($token);
end
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list