[jboss-jira] [JBoss JIRA] (DROOLS-302) MVEL throws an NPE when evaluating dynamic salience

Mario Fusco (JIRA) jira-events at lists.jboss.org
Wed Nov 13 03:56:06 EST 2013


     [ https://issues.jboss.org/browse/DROOLS-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Fusco reassigned DROOLS-302:
----------------------------------

    Assignee: Mario Fusco  (was: Mark Proctor)

    
> 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: 5.5.0.Final, 6.0.0.CR5
>            Reporter: Davide Sottara
>            Assignee: Mario Fusco
>
> 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