I don't think that's entirely true, Terence. I ran into the same problem. Torque.properties in src/conf is somewhat ambiguous regarding this:
torque.database.default=default torque.database.default.adapter=mysql The "default" in torque.database.default.adapter could be referring to either the database name or the dummy default. Perhaps a little clarification is in order here in the props file. See attached for diff. Regards, Kelvin On Thu, 15 Aug 2002 23:38:03 +0800 (CST), [EMAIL PROTECTED] wrote: > >Hi, > >Thanks a lot, that solved it. I didn't modify the Torque.properties >file properly. > >Thanks again. > >Terence >---------------------------------------------- >�w��ϥ�HongKong.com�l��t�� >Thank you for using hongkong.com Email system > > >-- >To unsubscribe, e-mail: <mailto:turbine-torque-user- >[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:turbine-torque-user- >[EMAIL PROTECTED]>
cvs diff Torque.properties (in directory C:\checkout\jakarta-turbine-torque\src\conf\) Index: Torque.properties =================================================================== RCS file: /home/cvspublic/jakarta-turbine-torque/src/conf/Torque.properties,v retrieving revision 1.5 diff -r1.5 Torque.properties 45a46,50 > # > # Specify the database adapter to use for each database > # Example: > # torque.database.foobar.adapter=mysql > #
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
