SO application deployment issues 31/40631/1
authorRob Daugherty <rd472p@att.com>
Tue, 3 Apr 2018 03:43:53 +0000 (23:43 -0400)
committerRob Daugherty <rd472p@att.com>
Tue, 3 Apr 2018 03:43:53 +0000 (23:43 -0400)
commit8d93387688812e438ed6d3daabba161950fa2a31
treefa49957bf8ea98282c270407d3028823e1cf2991
parent620071686e06abc1a2e7180e2ff1e010611ef979
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 <rd472p@att.com>
bpmn/MSOCommonBPMN/src/main/resources/META-INF/processes.xml [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/MSOInfrastructureApplication.java
bpmn/MSOInfrastructureBPMN/src/main/resources/META-INF/persistence.xml
bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoCreateResources.bpmn
bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoDeleteResources.bpmn
bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoUpdateE2EServiceInstanceRollback.bpmn
mso-catalog-db/src/main/resources/HeatFiles.hbm.xml
mso-catalog-db/src/main/resources/NetworkResource.hbm.xml
mso-catalog-db/src/main/resources/Service.hbm.xml