Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" ?>
|
| 2 | <!--
|
| 3 | ============LICENSE_START=======================================================
|
| 4 | ECOMP MSO
|
| 5 | ================================================================================
|
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
|
| 7 | ================================================================================
|
| 8 | Licensed under the Apache License, Version 2.0 (the "License");
|
| 9 | you may not use this file except in compliance with the License.
|
| 10 | You may obtain a copy of the License at
|
| 11 |
|
| 12 | http://www.apache.org/licenses/LICENSE-2.0
|
| 13 |
|
| 14 | Unless required by applicable law or agreed to in writing, software
|
| 15 | distributed under the License is distributed on an "AS IS" BASIS,
|
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 17 | See the License for the specific language governing permissions and
|
| 18 | limitations under the License.
|
| 19 | ============LICENSE_END=========================================================
|
| 20 | -->
|
| 21 |
|
| 22 |
|
| 23 | <process-application
|
| 24 | xmlns="http://www.camunda.org/schema/1.0/ProcessApplication"
|
| 25 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
Rob Daugherty | d750eab | 2017-11-08 18:35:49 -0500 | [diff] [blame] | 26 | <process-engine name="default">
|
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 27 | <configuration>org.camunda.bpm.engine.impl.cfg.StandaloneProcessEngineConfiguration</configuration>
|
| 28 | <datasource>java:jboss/datasources/ProcessEngine</datasource>
|
| 29 | <properties>
|
| 30 | <property name="history">full</property>
|
| 31 | <property name="databaseSchemaUpdate">true</property>
|
| 32 | <property name="authorizationEnabled">true</property>
|
| 33 | <property name="jobExecutorDeploymentAware">true</property>
|
| 34 | <property name="jobExecutorActivate">true</property>
|
| 35 | </properties>
|
| 36 | <plugins>
|
| 37 |
|
| 38 | <!-- plugin enabling Process Application event listener support -->
|
| 39 | <plugin>
|
| 40 | <class>org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerPlugin</class>
|
| 41 | </plugin>
|
| 42 |
|
| 43 | <!-- plugin enabling integration of camunda Spin -->
|
| 44 | <plugin>
|
| 45 | <class>org.camunda.spin.plugin.impl.SpinProcessEnginePlugin</class>
|
| 46 | </plugin>
|
| 47 |
|
| 48 | <!-- plugin enabling connect support -->
|
| 49 | <plugin>
|
| 50 | <class>org.camunda.connect.plugin.impl.ConnectProcessEnginePlugin</class>
|
| 51 | </plugin>
|
| 52 |
|
| 53 | <plugin>
|
| 54 | <class>org.openecomp.mso.bpmn.core.plugins.LoggingAndURNMappingPlugin</class>
|
| 55 | </plugin>
|
| 56 |
|
| 57 | <!-- Needed until all subflows generate MSOWorkflowException events -->
|
| 58 | <plugin>
|
| 59 | <class>org.openecomp.mso.bpmn.core.plugins.WorkflowExceptionPlugin</class>
|
| 60 | </plugin>
|
| 61 |
|
| 62 | <!-- Optional Plugin for Camunda BPM Workbench -->
|
| 63 | <!-- <plugin>
|
| 64 | <class>org.camunda.bpm.debugger.server.EmbeddableDebugWebsocketBootstrap</class>
|
| 65 | <properties>
|
| 66 | <property name="httpPort">8088</property>
|
| 67 | </properties>
|
| 68 | </plugin> -->
|
| 69 | </plugins>
|
| 70 | </process-engine>
|
| 71 |
|
| 72 |
|
| 73 | <process-archive name="MSOInfrastructureBPMN">
|
Rob Daugherty | d750eab | 2017-11-08 18:35:49 -0500 | [diff] [blame] | 74 | <process-engine>default</process-engine>
|
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame] | 75 | <properties>
|
| 76 | <property name="isDeleteUponUndeploy">false</property>
|
| 77 | <property name="isScanForProcessDefinitions">true</property>
|
| 78 | </properties>
|
| 79 | </process-archive>
|
| 80 |
|
| 81 | </process-application>
|