On 11/19/01 5:08 PM, "Daniel Rall" <[EMAIL PROTECTED]> wrote:
> Dan Finkelstein <[EMAIL PROTECTED]> writes: > >> Hello again, >> >> In a few Torque files, the connection timeout is set as follows: >> >> services.DatabaseService.database.connectionWaitTimeout=10000 >> >> But, based on Torque.java, it should really be referenced as: >> >> >> services.DatabaseService.database.default.connectionWaitTimeout=10000 >> >> Effected files are: >> examples/Torque.properties >> src/test/Torque.properties >> src/test/TurbineResources.properties >> >> Can a Torque expect confirm this and update the repository? > > Hi Dan, thanks for the mail. You are correct -- now fixed in CVS. > > Jason, should the "services.DatabaseService" references in > src/test/TurbineResources.properties now be "torque"? No, the code in the 2.x repository stays as is. But when Torque is available for use on its own in 2.x than the "torque" prefixed properites will be applicable. But you will still be able to have service.DatabaseService properties as well. You will be able to run the old code alongside the new. > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
