Abhitocode opened a new issue, #2377: URL: https://github.com/apache/incubator-kie-issues/issues/2377
A message start event with no data mapping fails to build. `MessageHandler` requires an itemDefinition for every `<message>`, so a message with no `itemRef` fails with `Could not find itemDefinition null`, and a message whose itemDefinition has an empty `structureRef` is never registered and fails with `Could not find message <id>`. Both `itemRef` (on `<message>`) and `structureRef` (on `<itemDefinition>`) are optional in the BPMN2 spec, so a message with just an id and a name should be valid. The legacy jBPM parser defaulted an empty `structureRef` to `java.lang.Object` and these processes used to build. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
