yuxc
2025-01-15 63ff693fcccf647d758fc4f300a573f6c644596e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
 
<jbpm-configuration>
 
  <process-engine-context>
  
    <repository-service />
    <repository-cache />
    <execution-service />
    <history-service />
    <management-service />
    <task-service />
    <identity-service />
 
    <ejb-remote-command-service 
        initial-context-factory="org.jnp.interfaces.NamingContextFactory"
        provider-url="jnp://localhost"
        url-pkg-prefixes="org.jboss.naming:org.jnp.interfaces">
      <retry-interceptor />
    </ejb-remote-command-service>
 
  </process-engine-context>
 
</jbpm-configuration>