Hello Eric; I had this exact same problem just the other day; I forget what caused it, but the following is my database settings in the Torque.properties file and it seems to work.
<SNIP> torque.database.default=default torque.database.default.adapter=mysql torque.dsfactory.default.connection.driver = org.gjt.mm.mysql.Driver torque.dsfactory.default.connection.url = jdbc:mysql://localhost:3306/jetspeed torque.dsfactory.default.connection.user = jetspeed torque.dsfactory.default.connection.password = torque.dsfactory.default.pool.defaultMaxConnections=10 torque.dsfactory.default.pool.maxExpiryTime=3600 torque.dsfactory.default.pool.connectionWaitTimeout=10 </SNIP> Rob :wq -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: September 22, 2003 11:58 AM To: [EMAIL PROTECTED] Subject: Antwort: Re: access to the Database mysql Hi Henry Lyons, Thank you for the suggestion. I was do that, and I became a horrible Exception when I starting the application with Internet Explorer 5: Java.lang.Error: Error in BasePeer.initTableSchema (TURBINE_USER): There was no DatasourceFactory configured for the connection default. Eric Fogang --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
