Ug.. sorry, torque.dsfactory.easydesk.connection.url=jdbc:mysql://192.168.1.25:3306/easydesk?zeroDateTimeBehavior=round&useNewIO=true is correct.
Thanks. Youngho ----- Original Message ----- From: "Youngho Cho" <[EMAIL PROTECTED]> To: "Apache Torque Users List" <[email protected]> Sent: Thursday, June 23, 2005 5:18 PM Subject: Re: MySql InnoDB question > Here is my torque confiuration part. > > torque.database.default=easydesk > torque.database.easydesk.adapter=mysql > > torque.dsfactory.easydesk.factory=\ > org.apache.torque.dsfactory.SharedPoolDataSourceFactory > torque.dsfactory.easydesk.pool.maxActive=60 > torque.dsfactory.easydesk.pool.maxWait=30000 > torque.dsfactory.easydesk.pool.testOnBorrow=true > > torque.dsfactory.easydesk.pool.timeBetweenEvictionRunsMillis=-1 > torque.dsfactory.easydesk.pool.validationQuery=SELECT 1 > torque.dsfactory.easydesk.connection.driver=org.gjt.mm.mysql.Driver > torque.dsfactory.easydesk.connection.url=jdbc:mysql://192.168.1.25:3306/easydesk?useUnicode=true&characterEncoding=EUC- > KR&zeroDateTimeBehavior=round&useNewIO=true > torque.dsfactory.easydesk.connection.user= > torque.dsfactory.easydesk.connection.password= > > torque.idbroker.clever.quantity=false > torque.idbroker.prefetch=true > torque.idbroker.usenewconnection=true > torque.manager.useCache=true > > > Thanks > > Youngho > > ----- Original Message ----- > From: "Andras Balogh" <[EMAIL PROTECTED]> > To: "Apache Torque Users List" <[email protected]> > Sent: Thursday, June 23, 2005 4:53 PM > Subject: Re: MySql InnoDB question > > > > Hello, > > > > Can You post your torque.properties file? > > I have seen this error when i have not added correctly this line: > > torque.database.<YOURDB>.adapter=mysql > > > > Best regards, > > Andras. > > > > > > Youngho Cho wrote: > > > > >Hello, > > > > > >Yes I know Torque support idMethod="native" for mysql. > > >But I would like to use idMethod="idbroker" for enjoing database > > >independant feature fully. > > > > > >Thanks. > > > > > >Youngho > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED]
