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