Author: jeff.yuchang
Date: 2010-09-27 03:21:17 -0400 (Mon, 27 Sep 2010)
New Revision: 987
Modified:
trunk/distribution/src/main/release/db/bpel.properties
Log:
* Configured the simple scheduler module to use JPA's implementation.
Modified: trunk/distribution/src/main/release/db/bpel.properties
===================================================================
--- trunk/distribution/src/main/release/db/bpel.properties 2010-09-27 07:11:55 UTC (rev
986)
+++ trunk/distribution/src/main/release/db/bpel.properties 2010-09-27 07:21:17 UTC (rev
987)
@@ -56,6 +56,7 @@
bpel.dao.factory=org.apache.ode.dao.jpa.hibernate.BpelDAOConnectionFactoryImpl
bpel.dao.factory.store=org.apache.ode.dao.jpa.hibernate.ConfStoreDAOConnectionFactoryImpl
+bpel.dao.factory.scheduler=org.apache.ode.dao.jpa.hibernate.SchedulerDAOConnectionFactoryImpl
## Transaction Factory
## default is org.apache.ode.il.EmbeddedGeronimoFactory
Show replies by date