Hide Forgot
Steps to Reproduce: 1. Make a Company fact type with employee field. Field type should be java.util.List 2. Make a rule using the employee field. 3. Save and reopen Actual results: Editor gives an error and opens an empty screen Expected results: Should reopen the same view. Additional info:
https://github.com/droolsjbpm/drools/commit/95857b6f9 the unit test for this
Apparently the problem is caused by the fact that the data model doesn't contains an entry for the java.util.List as it should. Toni is investigating on this.
Fixed by https://github.com/droolsjbpm/drools/commit/b3ace87d6
Verified for ER7. Guided rule is able to re-open.