UNABLE TO CONFIGURE TORQUE AS A STANDALONE

2004-01-02 Thread suneel gupta
HELLO EVERYBODY I WANT TO CONFIGURE TORQUE OUTSIDE TURBINE BUT IT CREATES SOME PROBLEM. FIRSTLY I HAVE DOWNLOAD THE torque-3.1-src.tar AND ALSO JAR FILES FROM THE TORQUE SITES. AFTER READING TO HOW TO CONFIGURE TORQUE I HAVE EDIT THE FOUR FILES WHICH ARE 1 =

RE: Torque with more dynamic DB connections, avoiding singleton and statics?

2004-01-02 Thread Jiaqi Guo
Hi Ekkehard, To my understanding, torque is able to connect many databases at the same time without avoiding singleton and static. First it's possible to define more than one database connection for torque like this: Torque.database.default=dsf1 Torque.dsfactory.dsf1.factory=.. .

Unable to connect to mysql

2004-01-02 Thread Hassan Abolhassani
Hi, When I try to connect to a mysql server following error appears: ... [ERROR] AbstractDataSourceFactory - -Property: driver value:org.gjt.mm.mysql.Driver is not supported by DataSource:org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS ... Any guide about how to resolve this issue. My

Re: Torque with more dynamic DB connections, avoiding singleton and statics?

2004-01-02 Thread Ekkehard Kraemer
On Thu, 1 Jan 2004 22:12:14 -0600, Jiaqi Guo [EMAIL PROTECTED] wrote: Hello Jiaqi, First it's possible to define more than one database connection for torque like this: Torque.database.default=dsf1 Torque.dsfactory.dsf1.factory=.. . Torque.database.another=dsf2

Re: Unable to connect to mysql

2004-01-02 Thread Sonu Vijay
The driver you are using is the older outdated one, try using the new driver. It coming in the same jar as the one that u are using. Try using this one: com.mysql.jdbc.Driver ( I'm pretty confident that this is the name but make sure anyways). --- Hassan Abolhassani [EMAIL PROTECTED] wrote: