From 025301d08b061482c1f046d562bf017c8cbcfe8d Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 31 Jan 2017 11:40:03 +0100 Subject: Initial OpenECOMP MSO commit Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC --- .../src/main/resources/META-INF/persistence.xml | 37 ++++++++++ .../src/main/resources/META-INF/processes.xml | 81 ++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 bpmn/MSOGammaBPMN/src/main/resources/META-INF/persistence.xml create mode 100644 bpmn/MSOGammaBPMN/src/main/resources/META-INF/processes.xml (limited to 'bpmn/MSOGammaBPMN/src/main/resources/META-INF') diff --git a/bpmn/MSOGammaBPMN/src/main/resources/META-INF/persistence.xml b/bpmn/MSOGammaBPMN/src/main/resources/META-INF/persistence.xml new file mode 100644 index 0000000000..605d6f3624 --- /dev/null +++ b/bpmn/MSOGammaBPMN/src/main/resources/META-INF/persistence.xml @@ -0,0 +1,37 @@ + + + + + + + java:jboss/datasources/ProcessEngine + + + + + + + + diff --git a/bpmn/MSOGammaBPMN/src/main/resources/META-INF/processes.xml b/bpmn/MSOGammaBPMN/src/main/resources/META-INF/processes.xml new file mode 100644 index 0000000000..641e674c2e --- /dev/null +++ b/bpmn/MSOGammaBPMN/src/main/resources/META-INF/processes.xml @@ -0,0 +1,81 @@ + + + + + + + org.camunda.bpm.engine.impl.cfg.StandaloneProcessEngineConfiguration + java:jboss/datasources/ProcessEngine + + full + true + true + true + true + + + + + + org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerPlugin + + + + + org.camunda.spin.plugin.impl.SpinProcessEnginePlugin + + + + + org.camunda.connect.plugin.impl.ConnectProcessEnginePlugin + + + + org.openecomp.mso.bpmn.core.plugins.LoggingAndURNMappingPlugin + + + + + org.openecomp.mso.bpmn.core.plugins.WorkflowExceptionPlugin + + + + + + + + + + + false + true + + + + -- cgit 1.2.3-korg