Author: jeff.yuchang
Date: 2012-03-23 06:08:55 -0400 (Fri, 23 Mar 2012)
New Revision: 1498
Modified:
trunk/distribution/src/main/release/conf/bpel.properties
Log:
RIFTSAW-483: cleaned up some un-used properties.
Modified: trunk/distribution/src/main/release/conf/bpel.properties
===================================================================
--- trunk/distribution/src/main/release/conf/bpel.properties 2012-03-23 09:59:13 UTC (rev
1497)
+++ trunk/distribution/src/main/release/conf/bpel.properties 2012-03-23 10:08:55 UTC (rev
1498)
@@ -19,40 +19,7 @@
## bpel Configuraiton Properties
-## Database Mode ("INTERNAL", "EXTERNAL", "EMBEDDED")
-## What kind of database should ODE use?
-## * "EMBEDDED" - ODE will create its own embbeded database (Derby)
-## and connection pool (Minerva).
-## * "EXTERNAL" - ODE will use an app-server provided database and pool.
-## The "ode-jbi.db.ext.dataSource" property will need to
-## be set.
-## * "INTERNAL" - ODE will create its own connection pool for a user-
-## specified JDBC URL and driver.
-#bpel.db.mode=EMBEDDED
-
-## External Database [JNDI Name]
-## JNDI Name of the DataSource for the ODE database. This is only
-## used if the "ode-jbi.db.mode" property is set to "EXTERNAL"
-#bpel.db.ext.dataSource=java:comp/env/jdbc/ode
-
-## Embedded Database Name [String]
-## Name of the embedded Derby database. This is only used if the
-## "ode-jbi.db.mode" property is set to "EMBEDDED".
-#ode-jbi.db.emb.name=hibdb
-#ode-jbi.db.emb.name=jpadb
-
-## Internal Database Configuration
-#ode-jbi.db.int.jdbcurl=jdbc:mysql://localhost/ode?user=sa
-#ode-jbi.db.int.driver=com.mysql.jdbc.Driver
-#bpel.db.int.password =
-#bpel.db.int.username =
-
-## DB Pool Configuration for internal DB
-#bpel.db.pool.max = 10
-#bpel.db.pool.min = 1
-
## DAO Connection Factory class.
-## uncomment the following for hibernate.
bpel.dao.factory=org.apache.ode.dao.jpa.hibernate.BpelDAOConnectionFactoryImpl
bpel.dao.factory.store=org.apache.ode.dao.jpa.hibernate.ConfStoreDAOConnectionFactoryImpl
@@ -60,42 +27,42 @@
bpel.cache.provider=(a)cache.provider@
## Transaction Factory
-## default is org.apache.ode.il.EmbeddedGeronimoFactory
-## available alternatives are:
-## org.apache.ode.axis2.util.GeronimoFactory
-## org.apache.ode.axis2.util.JBossFactory
-## org.apache.ode.axis2.util.TomcatFactory
-
-## org.apache.ode.axis2.util.WLSFactory
bpel.tx.factory.class = org.jboss.soa.bpel.runtime.engine.ode.JBossTransactionFactory
## Set the thread pool size
#bpel.threads.pool.size = 20
-## JCA connector port (default 2099), set to 0 to disable JCA connector
-#bpel.jca.port =
-
-## JCA conncetor name (default 'ode')
-#bpel.jca.name =
-
-## Working dir
-#bpel.working.dir =
-
## MEX Interceptors
#bpel.mex.interceptors =
-## Process dehydration
-#bpel.process.dehydration =
+## Process dehydration related configuration. (age is in milli-second)
+#bpel.process.dehydration = false
+#bpel.process.dehydration.maximum.age =
+#bpel.process.dehydration.maximum.count =
-## Extension Bundles
-## FQCNs, comma separated.
-#bpel.extension.bundles.runtime =
-#bpel.extension.bundles.validation =
+## Database Mode ("INTERNAL", "EXTERNAL", "EMBEDDED")
+## What kind of database should ODE use?
+## * "EMBEDDED" - ODE will create its own embbeded database (H2)
+## * "EXTERNAL" - ODE will use an app-server provided database and pool.
+
bpel.db.mode=EXTERNAL
db.emb.create=false
bpel.db.ext.dataSource=java:BPELDB
+# all hibernate specific properties
+hibernate.dialect=@dialect@
+hibernate.hbm2ddl.auto=none
+hibernate.current_session_context_class=jta
+hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBossTransactionManagerLookup
+hibernate.show_sql=false
+hibernate.connection.isolation=2
+hibernate.jdbc.batch_size=20
+
+jta.UserTransaction=UserTransaction
+
+ode.persistence=hibernate
+
# if set to true will self-register BPEL endpoints upon deployment to a UDDI.
# this uses the juddi-client-3.0.x and the uddi client config can be set in the uddi.xml
# file
@@ -127,21 +94,6 @@
# of subsequent versions.
bpel.ws.stableInterface = false
-# all hibernate specific properties
-
-hibernate.dialect=@dialect@
-hibernate.hbm2ddl.auto=none
-hibernate.current_session_context_class=jta
-hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBossTransactionManagerLookup
-hibernate.show_sql=false
-hibernate.connection.isolation=2
-hibernate.jdbc.batch_size=20
-
-
-jta.UserTransaction=UserTransaction
-
-ode.persistence=hibernate
-
#
# Comma separated list of BPEL event listeners.
# BPAFLogAdapter is used to store BPEL events for historic analysis.
Show replies by date