From 9bd4816faf634e5e972e82a01f4090c300feedea Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Mon, 9 Oct 2017 16:47:29 -0400 Subject: MSOCommonBPMN flows are not being deployed Flows in the MSOCommonBPMN jar, which is embedded in the MSOInfrastructureBPMN war, are not being deployed. MSOCommonBPMN needs a processes.xml file. I'm also fixing a problem with CustomE2EGetService.bpmn, which claims it is the GenericGetService flow. This creates a conflict with the real GenericGetService flow. Issue: SO-199 Change-Id: I1ec9d4ad079abf65b5c276b625b46a86805a15e6 Signed-off-by: Rob Daugherty --- .../src/main/resources/META-INF/processes.xml | 32 ++++++++++++++++++++++ .../resources/subprocess/CustomE2EGetService.bpmn | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 bpmn/MSOCommonBPMN/src/main/resources/META-INF/processes.xml (limited to 'bpmn/MSOCommonBPMN/src') diff --git a/bpmn/MSOCommonBPMN/src/main/resources/META-INF/processes.xml b/bpmn/MSOCommonBPMN/src/main/resources/META-INF/processes.xml new file mode 100644 index 0000000000..d328246b2c --- /dev/null +++ b/bpmn/MSOCommonBPMN/src/main/resources/META-INF/processes.xml @@ -0,0 +1,32 @@ + + + + + + + infrastructure + + false + true + + + + diff --git a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/CustomE2EGetService.bpmn b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/CustomE2EGetService.bpmn index 28ba0363cb..37c6605a0e 100644 --- a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/CustomE2EGetService.bpmn +++ b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/CustomE2EGetService.bpmn @@ -1,6 +1,6 @@ - + SequenceFlow_1 SequenceFlow_2 -- cgit 1.2.3-korg