Hello everyone.
I’m beginning modeling in BPMN in the Camunda Modeler, and it displays a warning, indicating a unresolved reference
It seems I can’t know what’s going on until I deploy my compiled .war file in my server. Then it indicates me at deployment :
29-Mar-2017 13:11:06.027 INFO [localhost-startStop-4] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08023 Deployment summary for process archive ‘refundreq’:
RefundManagement.bpmn
29-Mar-2017 13:11:06.045 SEVERE [localhost-startStop-4] org.camunda.commons.logging.BaseLogger.logError ENGINE-01004 Unexpected Exception with message: null
29-Mar-2017 13:11:06.045 SEVERE [localhost-startStop-4] org.camunda.commons.logging.BaseLogger.logError ENGINE-16004 Exception while closing command context: ENGINE-09005 Could not parse BPMN process. Errors:
- cvc-complex-type.2.4.b: The content of element ‘bpmn:dataInputAssociation’ is not complete. One of ‘{“http://www.omg.org/spec/BPMN/20100524/MODEL”:documentation, “http://www.omg.org/spec/BPMN/20100524/MODEL”:extensionElements, “http://www.omg.org/spec/BPMN/20100524/MODEL”:sourceRef, “http://www.omg.org/spec/BPMN/20100524/MODEL”:targetRef}’ is expected. | RefundManagement.bpmn | line 87 | column 36
- cvc-complex-type.2.4.b: The content of element ‘bpmn:dataInputAssociation’ is not complete. One of ‘{“http://www.omg.org/spec/BPMN/20100524/MODEL”:sourceRef, “http://www.omg.org/spec/BPMN/20100524/MODEL”:targetRef}’ is expected. | RefundManagement.bpmn | line 90 | column 35
- cvc-complex-type.2.4.b: The content of element ‘bpmn:dataOutputAssociation’ is not complete. One of ‘{“http://www.omg.org/spec/BPMN/20100524/MODEL”:documentation, “http://www.omg.org/spec/BPMN/20100524/MODEL”:extensionElements, “http://www.omg.org/spec/BPMN/20100524/MODEL”:sourceRef, “http://www.omg.org/spec/BPMN/20100524/MODEL”:targetRef}’ is expected. | RefundManagement.bpmn | line 91 | column 37
Since I’m new to this forum, please let me know if my question has already been asked, but I don’t think so. Thanks !