Created attachment 919691 [details] BPMN parse failure Description of problem: The attached bpmn file was created with the process designer, but causes an illegal argument exception when parsing: unable to parse xml : Exception class java.lang.IllegalArgumentException : Interface name is required attribute column 0 line -1 Version-Release number of selected component (if applicable): 6.0.2 How reproducible: always Steps to Reproduce: 1. import attached bpmn file 2. view error log 3. Actual results: Expected results: Additional info:
Fixed by setting default values for interface and operation on the ServiceTask and the interface objects when the BP is saved. master: https://github.com/droolsjbpm/jbpm-designer/commit/dc62f34c627b2af4848c67bbdfd64c582bd09ab6 6.2.x: https://github.com/droolsjbpm/jbpm-designer/commit/39c1e64d2f5e7667eac7515a36fa77239786f72b
it seems that import is successful, now (6.1.0 ER3).