]
Guilherme Gomes updated DROOLS-1989:
------------------------------------
Labels: drools-tools (was: )
Test scenarios: Firing a MVEL rule, whose salience is
java.lang.Long.MAX_VALUE, in Guvnor
-----------------------------------------------------------------------------------------
Key: DROOLS-1989
URL:
https://issues.redhat.com/browse/DROOLS-1989
Project: Drools
Issue Type: Bug
Components: Test Scenarios Editor
Affects Versions: 5.5.0.Final
Reporter: Hisao Furuichi
Priority: Major
Labels: drools-tools
Attachments: repository_export.xml
Problem to fire a MVEL rule, whose salience is 9223372036854775807, in Guvnor. The value
9223372036854775807 is java.lang.Long.MAX_VALUE. If I run a test program in JBDS, I can
run without any Exception.
Additional info:
If I change a dialect of the rule from "mvel" to "java", I can run
the test without any Exception.