田源
2025-01-16 39269c81905457378a73dc83050349d7a364a1f8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
 
<jbpm-configuration>
 
  <process-engine-context>
 
    <command-service name="txRequiredCommandService">
     <skip-interceptor />
      <retry-interceptor />
      <environment-interceptor />
      <vci-transaction-interceptor />
    </command-service>
 
    <command-service name="newTxRequiredCommandService">
      <retry-interceptor />
      <environment-interceptor policy="requiresNew"/>
      <vci-transaction-interceptor />
    </command-service>
    
    <!-- 
    <hibernate-configuration>
      <cfg file="properties/hibernate.cfg.xml" />     
    </hibernate-configuration>
 
    <hibernate-session-factory />
     -->
  </process-engine-context>
 
  <transaction-context>
    <transaction />
    <hibernate-session current="true"/>
  </transaction-context>
 
</jbpm-configuration>