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 --- mso-catalog-db/src/main/resources/HeatFiles.hbm.xml | 2 +- mso-catalog-db/src/main/resources/NetworkResource.hbm.xml | 4 ++-- mso-catalog-db/src/main/resources/Service.hbm.xml | 11 +++++++---- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'mso-catalog-db') diff --git a/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml b/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml index 4674239a99..5a2c4aa537 100644 --- a/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml +++ b/mso-catalog-db/src/main/resources/HeatFiles.hbm.xml @@ -36,7 +36,7 @@ - + diff --git a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml b/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml index 5d8a2a1edb..41e049ad8d 100644 --- a/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml +++ b/mso-catalog-db/src/main/resources/NetworkResource.hbm.xml @@ -29,7 +29,7 @@ - + @@ -52,4 +52,4 @@ - \ No newline at end of file + diff --git a/mso-catalog-db/src/main/resources/Service.hbm.xml b/mso-catalog-db/src/main/resources/Service.hbm.xml index 07f7795725..2344432056 100644 --- a/mso-catalog-db/src/main/resources/Service.hbm.xml +++ b/mso-catalog-db/src/main/resources/Service.hbm.xml @@ -42,9 +42,12 @@ - - - + + + + + + @@ -57,4 +60,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg