Re: Error in beginTransaction!

2006-05-17 Thread Danilo Tommasina
Hi, try to set also the following: jdbc-level=3.0 driver=com.mysql.jdbc.Driver and use the newest mysql JDBC driver cheers, danilo Armin Waibel wrote: Hi Marcel, Marcel Souza wrote: Hello folks, I am stucked in a problem using OJB. I am trying to use MySQL and OJB but it always happens

RE: Error in beginTransaction!

2006-05-17 Thread Eric Kelm
for transactions? http://db.apache.org/ojb/docu/guides/deployment.html#Configure+OJB+for+manag ed+environments+considering+as+JBoss+example Regard, Eric --Original Message- -From: Marcel Souza [mailto:[EMAIL PROTECTED] -Sent: Wednesday, May 17, 2006 12:21 PM -To: OJB Users List -Subject: Re: Error

Re: Error in beginTransaction!

2006-05-16 Thread Edson Carlos Ericksson Richter
I don't know if this affects you, but I have serious trouble with maxIdle 2... So I always set it to 2 or greather... Since you configured to use TestOnBorrow, check query you are using to make this test. I use something like select 1 from DUAL in Oracle databases, and select 1 in MS SQL. I

Re: Error in beginTransaction!

2006-05-16 Thread Marcel Souza
[EMAIL PROTECTED] To: OJB Users List ojb-user@db.apache.org Sent: Tuesday, May 16, 2006 2:20 PM Subject: Re: Error in beginTransaction! I don't know if this affects you, but I have serious trouble with maxIdle 2... So I always set it to 2 or greather... Since you configured to use TestOnBorrow