]
Michael Anstis moved GUVNOR-2075 to DROOLS-1989:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1989 (was: GUVNOR-2075)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Test Scenarios Editor
(was: Test Scenarios)
Affects Version/s: 5.5.0.Final
(was: drools-5.5.0.Final)
Test scenarios: Firing a MVEL rule, whose salience is
java.lang.Long.MAX_VALUE, in Guvnor
-----------------------------------------------------------------------------------------
Key: DROOLS-1989
URL:
https://issues.jboss.org/browse/DROOLS-1989
Project: Drools
Issue Type: Bug
Components: Test Scenarios Editor
Affects Versions: 5.5.0.Final
Reporter: hisao furuichi
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.