Description of problem: Platform BZ for https://issues.jboss.org/browse/DROOLS-687 Steps to Reproduce: 1. See pull request https://github.com/droolsjbpm/drools/pull/401 Actual results: Error message is [Error: null pointer: address.street] [Near : {... address.street == "abbey" ....}] ^ [Line: 1, Column: 1] Expected results: More helpful infomation about - Which rule is associated with the constraint - Which fact caused the issue
I fixed it in the new version of mvel 2.2.3.Final + this https://github.com/droolsjbpm/drools/commit/2d86a327fae6fd0496ad5241191e23173a892f1a
Mario Fusco <mario.fusco> updated the status of jira DROOLS-687 to Resolved
Verified on BRMS 6.1.0 CR2 that this commit has not introduced any regressions.