From 8d93387688812e438ed6d3daabba161950fa2a31 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Mon, 2 Apr 2018 23:43:53 -0400 Subject: SO application deployment issues There are a few problems here. 1) Hibernate definitions for a few tables don't match the column definitions in the MySQL schema scripts. 2) The process engine in MSOInfrastructureBPMN is defined incorrectly. 3) Several bpmn flows have errors that block deployment. Change-Id: I029238b82736a3d4977fdf56416c5feb2705b041 Issue-ID: SO-557 Signed-off-by: Rob Daugherty --- .../src/main/resources/META-INF/processes.xml | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bpmn/MSOCommonBPMN/src/main/resources/META-INF/processes.xml (limited to 'bpmn/MSOCommonBPMN/src/main') 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..772867d3f2 --- /dev/null +++ b/bpmn/MSOCommonBPMN/src/main/resources/META-INF/processes.xml @@ -0,0 +1,32 @@ + + + + + + + default + + false + true + + + + -- cgit 1.2.3-korg