[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/config framework-config.xml, 1.
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-09-10 17:58:12
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10342/jmonks/batchserver/framework/config Modified Files: framework-config.xml Log Message: no message Index: framework-config.xml =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/framework-config.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** framework-config.xml 28 Mar 2006 04:46:51 -0000 1.16 --- framework-config.xml 10 Sep 2006 17:58:07 -0000 1.17 *************** *** 8,15 **** <job-config-factory-config job-config-factory-class-name="org.jmonks.batchserver.framework.config.db.DBJobConfigFactory"> ! <property key="config-db-jdbc-driver-class-name">oracle.jdbc.driver.OracleDriver</property> ! <property key="config-db-url">jdbc:oracle:thin:@hostname:1521:instancename</property> ! <property key="config-db-username">scott</property> ! <property key="config-db-password">tiger</property> </job-config-factory-config> --> --- 8,15 ---- <job-config-factory-config job-config-factory-class-name="org.jmonks.batchserver.framework.config.db.DBJobConfigFactory"> ! <property key="jdbc-driver-class-name">oracle.jdbc.driver.OracleDriver</property> ! <property key="jdbc-url">jdbc:oracle:thin:@hostname:1521:instancename</property> ! <property key="username">scott</property> ! <property key="password">tiger</property> </job-config-factory-config> --> |