Author: boisvert Date: Thu May 3 14:26:09 2007 New Revision: 534990 URL: http://svn.apache.org/viewvc?view=rev&rev=534990 Log: Add sample internal database configuration properties
Modified: incubator/ode/trunk/jbi/src/main/jbi/ode-jbi.properties Modified: incubator/ode/trunk/jbi/src/main/jbi/ode-jbi.properties URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/src/main/jbi/ode-jbi.properties?view=diff&rev=534990&r1=534989&r2=534990 ============================================================================== --- incubator/ode/trunk/jbi/src/main/jbi/ode-jbi.properties (original) +++ incubator/ode/trunk/jbi/src/main/jbi/ode-jbi.properties Thu May 3 14:26:09 2007 @@ -27,7 +27,7 @@ # Allow Incomplete Deployment ("true","false") # Should incomplete deployments be allowed? An incomplete deployment # arises when a service unit contains multiple processes and not all -# of the processes can be deployed. If incomplete deployments are +# of the processes can be deployed. If incomplete deployments are # allowed (true), the service unit will report success if any of the # processes can be deployed. If not allowed (false), a failure in # one process will prevent all processes from being deployed. @@ -37,7 +37,7 @@ # 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. +# * "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- @@ -51,17 +51,22 @@ # 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.mode" property is set to "EMBEDDED". #ode-jbi.db.emb.name=hibdb #ode-jbi.db.emb.name=jpadb -# DAO Connection Factory class. +# Internal Database Configuration +#ode-jbi.db.int.jdbcurl=jdbc:mysql://localhost/ode?user=sa +#ode-jbi.db.int.driver=com.mysql.jdbc.Driver + + +# DAO Connection Factory class. # uncomment the following for hibernate. #ode-jbi.dao.factory=org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl # Class name of the message mapper that should be used to convert message -# between ODE / NMS. -# org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper - use JBI WSDL 1.1 "warapped" +# between ODE / NMS. +# org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper - use JBI WSDL 1.1 "warapped" # org.apache.ode.jbi.msgmap.ServiceMixMapper # org.apache.ode.jbi.msgmap.DocLitMapper ode-jbi.messageMapper=org.apache.ode.jbi.msgmap.ServiceMixMapper