tfischer 2005/03/09 23:42:11 Modified: examples Torque.properties Log: TorqueDataSourceFactory is not supported any more; changed to SharedPoolDataSourceFactory Revision Changes Path 1.5 +3 -3 db-torque/examples/Torque.properties Index: Torque.properties =================================================================== RCS file: /home/cvs/db-torque/examples/Torque.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Torque.properties 16 Aug 2004 03:08:13 -0000 1.4 +++ Torque.properties 10 Mar 2005 07:42:11 -0000 1.5 @@ -45,8 +45,8 @@ torque.database.default=INTERPLANETARY torque.database.bookstore.adapter=mysql -## Using torque's old pool -torque.dsfactory.INTERPLANETARY.factory=org.apache.torque.dsfactory.TorqueDataSourceFactory +## Using dbcp +torque.dsfactory.INTERPLANETARY.factory=org.apache.torque.dsfactory.SharedPoolDataSourceFactory torque.dsfactory.INTERPLANETARY.pool.defaultMaxConnections=10 torque.dsfactory.INTERPLANETARY.pool.maxExpiryTime=3600 torque.dsfactory.INTERPLANETARY.pool.connectionWaitTimeout=10
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
