Hide Forgot
Created attachment 812864 [details] Steps to reproduce - video Description of problem: When you select custom form layout > Edit in form modeler, the layout is not loaded in the HTML editor - instead NullPointerExceptions appear in server.log (attached). When generating template based on default layout there are again NPEs. NPEs are also thrown when you try to save the layout. See video and server.log attached. Version-Release number of selected component (if applicable): BPMS 6.0.0 ER4 deployed on EAP 6.1 (can be downloaded here: http://dev138.mw.lab.eng.bos.redhat.com/candidate/bpms-6.0.0-ER4/) How reproducible: Always Steps to Reproduce: 1. Authoring > project authoring 2. In project explorer select: Demo > Jbpm-playground > Evaluation 3. Open form: evaluation-taskform 4. In form modeler choose Form Properties, click Custom form layout > Edit (first batch of NPEs in the server log) 5. Click Generate template based on default > OK (2nd batch of NPEs) 6. Click save button at the bottom (3rd batch of NPEs) Actual results: described in steps to reproduce Expected results: It should open the form layout markup and it should be possible to edit it.
Created attachment 812865 [details] server.log with exceptions
It was fixed with this commits, on the 1st October, after the ER4 was made. Master https://github.com/droolsjbpm/jbpm-form-modeler/commit/e0c13b27505eac0f19dae043d37422e36ad42b73 6.0.x https://github.com/droolsjbpm/jbpm-form-modeler/commit/e9a865260e7f36a3243c5b38346c356c6bfc851c
Ok, now the Custom form layout editor works correctly - no more NPEs when opening editor or when generating forms in it. Verified with BPMS 6.0.0 ER5