Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Save a rule: rule "Test" salience 10 dialect "mvel" when map : HashMap( ) then map.put( "1", "2" ); end 2. Open/reopen the rule Actual results: "1" and "2" are not visible. Expected results: "1" and "2" should be visible and editable. Additional info:
master: https://github.com/droolsjbpm/drools-wb/commit/de1dd3fdc 6.0.x: https://github.com/droolsjbpm/drools-wb/commit/e48c6897a
I just checked a build from today from 6.0.x and this doesn't seem to be fixed yet.
The example in this BZ works. Closing this again. The issue Kris had has it's own ticket now https://bugzilla.redhat.com/show_bug.cgi?id=1043395
*** This bug has been marked as a duplicate of bug 1043395 ***