Hide Forgot
Description of problem: When migrating legacy (e.g. the BRMS 5.x) guided decision tables using the jcr2vfs migration tool, the migration sometimes ends with NPE, coming from org.drools.workbench.models.guided.dtable.backend.util.GuidedDecisionTableUpgradeHelper2.upgrade:68 (see the attachment for full exception). Version-Release number of selected component (if applicable): 6.3.0.ER2 How reproducible: Steps to Reproduce: 1. Download the attached JCR repository and run the migration tool. 2. See the standard output (or log). NPE is logged.
Created attachment 1141331 [details] Exception stacktrace
Fixed directly in drools repo. 6.4.x: https://github.com/droolsjbpm/drools/commit/8709d05cc16f master: https://github.com/droolsjbpm/drools/commit/bb0ebf232bae0
Verified in BRMS 6.3.0 ER3.