RE: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-31 Thread David Friedman
ailing List' Subject: RE: OT/ Tomcat, Hibernate and MYSQL problem Hello Marco, not sure if that helps but I have found the MySql java list quite helpfull when talking about things like this - especially when it comes to the driver, as Mark Matthews (author of the driver) post frequentl

RE: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-31 Thread Jan Behrens
that allready ;) Cheers, Jan > -Original Message- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 12:24 PM > To: 'Struts Users Mailing List' > Subject: RE: OT/ Tomcat, Hibernate and MYSQL problem > > > Hello, > &

Re: OT/ Tomcat, Hibernate and MYSQL problem ( byte to blob )

2004-07-31 Thread Mark Lowe
L PROTECTED] Sent: Friday, July 30, 2004 5:08 AM To: 'Struts Users Mailing List' Subject: RE: OT/ Tomcat, Hibernate and MYSQL problem Hello, If I remember correct, mysql connector 3.0.11 Regards marco -Original Message----- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: 30 July

Re: OT/ Tomcat, Hibernate and MYSQL problem ( byte to blob )

2004-07-30 Thread Mark Lowe
bernate.org/117.html#A13 I wouldn't use DBCP though as Gavin King is apparently fed up with it, and built-in support for it is being yanked in the next major version of Hibernate. -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 5:08 AM To: &#x

RE: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread David Friedman
.1.3 but in the v2.1.4 beta. Regards, David -Original Message- From: Joe Hertz [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 6:11 AM To: 'Struts Users Mailing List' Subject: RE: OT/ Tomcat, Hibernate and MYSQL problem > I've had the same thing happen using DBCP and

Re: OT/ Tomcat, Hibernate and MYSQL problem ( byte to blob )

2004-07-30 Thread bryan
> >> > >>> I noticed this behavior with 3.0.14. > >>> > >>> This _really_ sounds like this entry in the Hibernate FAQ to me: > >>> > >>> http://www.hibernate.org/117.html#A13 > >>> > >>> I wou

RE: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread Joe Hertz
+1. Had same behavior with autoReconnect=true > -Original Message- > From: Mark Lowe [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 6:36 AM > To: Struts Users Mailing List > Subject: Re: OT/ Tomcat, Hibernate and MYSQL problem > > > I went

Re: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread Mark Lowe
I went down the same road using autoReconnect="true" to no avail. Had the same thing with tc4 and 5.. And c3po and dcbp.. Turned out to be the driver. I'd try the version 2 driver and then try the version 3 driver with c3po, and test joe's and my competing theories.. On 30 Jul 2004, at 12:24,

Re: OT/ Tomcat, Hibernate and MYSQL problem ( byte to blob )

2004-07-30 Thread Mark Lowe
ked in the next major version of Hibernate. -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 5:08 AM To: 'Struts Users Mailing List' Subject: RE: OT/ Tomcat, Hibernate and MYSQL problem Hello, If I remember correct, mysql connector 3.0

RE: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread Marco Mistroni
Hello, >Marco, please tell us what winds up happening with your app. I'm now >very curious. Well, I m using, as I said, mysql connector 3.0.11, with mysql 4.1 alpha & hibernate together. My app is running on tomcat 5.0 I m using hibernate 2.1. I haven't configured any connection pools on Tomc

RE: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread Joe Hertz
t; > http://www.hibernate.org/117.html#A13 > > > > I wouldn't use DBCP though as Gavin King is apparently fed > up with it, > > and built-in support for it is being yanked in the next > major version > > of Hibernate. > > > >> -----Origin

Re: OT/ Tomcat, Hibernate and MYSQL problem ( byte to blob )

2004-07-30 Thread Bryan Hunt
#x27;Struts Users Mailing List' Subject: RE: OT/ Tomcat, Hibernate and MYSQL problem Hello, If I remember correct, mysql connector 3.0.11 Regards marco -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: 30 July 2004 09:36 To: Struts Users Mailing List Subject: Re: O

Re: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread Mark Lowe
MAIL PROTECTED] Sent: Friday, July 30, 2004 5:08 AM To: 'Struts Users Mailing List' Subject: RE: OT/ Tomcat, Hibernate and MYSQL problem Hello, If I remember correct, mysql connector 3.0.11 Regards marco -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTE

RE: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread Joe Hertz
rnate. > -Original Message- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 5:08 AM > To: 'Struts Users Mailing List' > Subject: RE: OT/ Tomcat, Hibernate and MYSQL problem > > > Hello, > If I remember corr

Re: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread Mark Lowe
List Subject: Re: OT/ Tomcat, Hibernate and MYSQL problem Marco What jdbc driver are you using? They was a shady version 3 behaving like this. On 30 Jul 2004, at 10:05, Joe Hertz wrote: Hibernate's internal connection pooling isn't meant for production because it does things just like that.

RE: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread Marco Mistroni
Hello, If I remember correct, mysql connector 3.0.11 Regards marco -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: 30 July 2004 09:36 To: Struts Users Mailing List Subject: Re: OT/ Tomcat, Hibernate and MYSQL problem Marco What jdbc driver are you

Re: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread Mark Lowe
te.cfg.xml, I only had to add this: 5 20 1800 50 HTH -Joe -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 3:58 AM To: 'Struts Users Mailing List' Subject: OT/ Tomcat, Hibernate and MYSQL problem Hello,

RE: OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread Joe Hertz
-- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 3:58 AM > To: 'Struts Users Mailing List' > Subject: OT/ Tomcat, Hibernate and MYSQL problem > > > Hello, > > First of all, I apologize for the off topic issue.. > I

OT/ Tomcat, Hibernate and MYSQL problem

2004-07-30 Thread Marco Mistroni
Hello, First of all, I apologize for the off topic issue.. I know this is not the list, but I tried hibernate forums, and Searched the web with no solution.. hopefully some of u had the Same problem and solved it.. I m experiencing problems with Hibernate in tomcat, talking to mysql. My