Hide Forgot
Date of First Response: 2009-09-25 06:16:52 securitylevel_name: Public The following expression would compile without any problem with "dialect java": new String[][]{{"2008-04-01", "2008-04-10"}} But would generate a compiler error - "Unable to build expression...." with "dialect mvel". Will upload an sample code to demonstrate this bug.
Link: Added: This issue is related to JBRULES-1759
Fix in place.
added to BRMS 5.0 CP01 release notes as resolved: JBRULES-1759 Rules using the MVEL dialect would fail to compile if they used the new constructor. This was because this syntax was not yet supported in MVEL. Support for this constructor has been added in this release, and rules using this syntax will now compile correctly.