[jbpm-commits] JBoss JBPM SVN: r3470 - jbpm3/trunk/modules/enterprise/src/main/etc.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 19 19:02:55 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-12-19 19:02:55 -0500 (Fri, 19 Dec 2008)
New Revision: 3470

Added:
   jbpm3/trunk/modules/enterprise/src/main/etc/jbpm.cfg.xml
Log:
Restore jbpm.cfg.xml

Copied: jbpm3/trunk/modules/enterprise/src/main/etc/jbpm.cfg.xml (from rev 3439, jbpm3/trunk/modules/enterprise/src/main/etc/jbpm.cfg.xml)
===================================================================
--- jbpm3/trunk/modules/enterprise/src/main/etc/jbpm.cfg.xml	                        (rev 0)
+++ jbpm3/trunk/modules/enterprise/src/main/etc/jbpm.cfg.xml	2008-12-20 00:02:55 UTC (rev 3470)
@@ -0,0 +1,19 @@
+<jbpm-configuration>
+
+  <jbpm-context>
+    <service name="persistence" factory="org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory" />
+    <service name="message" factory="org.jbpm.msg.jms.JmsMessageServiceFactory" />
+    <service name="scheduler" factory="org.jbpm.scheduler.ejbtimer.EntitySchedulerServiceFactory" />
+    <service name="tx" factory="org.jbpm.tx.TxServiceFactory" />
+    <service name="logging" factory="org.jbpm.logging.db.DbLoggingServiceFactory" />
+    <service name="authentication" factory="org.jbpm.security.authentication.DefaultAuthenticationServiceFactory" />
+  </jbpm-context>
+
+  <!-- 
+    Note, that the default job executor needs to be overwritten with a null value. 
+    In the enterprise configuration there should be no job executor. 
+    Async messaging is there bound to jms and timers to ejb timers.  
+  -->  
+  <null name="jbpm.job.executor" />
+
+</jbpm-configuration>




More information about the jbpm-commits mailing list