RE: [Tapernate] Error when trying to use c3p0 connection pooling

2006-05-02 Thread James Carman
pestry users Subject: Re: [Tapernate] Error when trying to use c3p0 connection pooling | I use the mysql-connector-3.1.12. I've checked in the changes to | tapernate-example... Ah, and I see some new transaction/hibernate stuff, too ;-) Anything to tell concerning the code - can I try it, does

Re: [Tapernate] Error when trying to use c3p0 connection pooling

2006-05-02 Thread Andreas Bulling
| I use the mysql-connector-3.1.12. I've checked in the changes to | tapernate-example... Ah, and I see some new transaction/hibernate stuff, too ;-) Anything to tell concerning the code - can I try it, does it work already? Cheers, Andreas

RE: [Tapernate] Error when trying to use c3p0 connection pooling

2006-05-02 Thread James Carman
James -Original Message- From: Ted Steen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 02, 2006 8:16 AM To: Tapestry users Subject: Re: [Tapernate] Error when trying to use c3p0 connection pooling Thanks for your answers! I tried the url jdbc:mysql://localhost/tapestrySandbox but to no

Re: [Tapernate] Error when trying to use c3p0 connection pooling

2006-05-02 Thread Ted Steen
Yes, I did. But the same error. :/ On 5/2/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: On 02. Mai 2006 - 14:16:29, Ted Steen wrote: | Thanks for your answers! | | I tried the url jdbc:mysql://localhost/tapestrySandbox but to no avail.. :/ | | James, which version of the connector did you use w

Re: [Tapernate] Error when trying to use c3p0 connection pooling

2006-05-02 Thread Andreas Bulling
On 02. Mai 2006 - 14:16:29, Ted Steen wrote: | Thanks for your answers! | | I tried the url jdbc:mysql://localhost/tapestrySandbox but to no avail.. :/ | | James, which version of the connector did you use when you tried MySQL? | Also, it would be great if you could commit the mysql code (or just

Re: [Tapernate] Error when trying to use c3p0 connection pooling

2006-05-02 Thread Ted Steen
Thanks for your answers! I tried the url jdbc:mysql://localhost/tapestrySandbox but to no avail.. :/ James, which version of the connector did you use when you tried MySQL? Also, it would be great if you could commit the mysql code (or just mail me the changes if you don't want to bloat the svn

Re: [Tapernate] Error when trying to use c3p0 connection pooling

2006-05-02 Thread Andreas Bulling
On 02. Mai 2006 - 13:26:04, Ted Steen wrote: | Ok, here are the relevant configuration files. | By the way.. is there anyone who use MySQL + Tapernate + c3p0? | Maybe it couldbe MySQL specific? I forgot to tell you the URL where you can find the (by the way recommended) connector: http://dev.mysq

Re: [Tapernate] Error when trying to use c3p0 connection pooling

2006-05-02 Thread Andreas Bulling
On 02. Mai 2006 - 13:26:04, Ted Steen wrote: | Ok, here are the relevant configuration files. | By the way.. is there anyone who use MySQL + Tapernate + c3p0? | Maybe it couldbe MySQL specific? Yes, me ;) After a quick look at your configuration I've found the following differences to my configu

RE: [Tapernate] Error when trying to use c3p0 connection pooling

2006-05-02 Thread James Carman
] Error when trying to use c3p0 connection pooling Ok, here are the relevant configuration files. By the way.. is there anyone who use MySQL + Tapernate + c3p0? Maybe it couldbe MySQL specific? On 5/2/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: > Hi Ted, > > to be honest I don&#x

Re: [Tapernate] Error when trying to use c3p0 connection pooling

2006-05-02 Thread Ted Steen
Ok, here are the relevant configuration files. By the way.. is there anyone who use MySQL + Tapernate + c3p0? Maybe it couldbe MySQL specific? On 5/2/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: Hi Ted, to be honest I don't think that this has something to do with Tapernate because I'm using

Re: [Tapernate] Error when trying to use c3p0 connection pooling

2006-05-02 Thread Andreas Bulling
Hi Ted, to be honest I don't think that this has something to do with Tapernate because I'm using Tapernate quite happily with Hibernate and c3p0 without any problems. Can you post your configuration as something rather seems to be wrong there IMHO.. Cheers, Andreas On 02. Mai 2006 - 01:38:1

[Tapernate] Error when trying to use c3p0 connection pooling

2006-05-01 Thread Ted Steen
I'm trying to switch to c3p0:s connection pooling, but when I do that I get this error http://rafb.net/paste/results/W4tsCJ17.html I'm not doing anything fancy here, I just set c3p0.max_size=100 When I switch back to Hibernates native connection provider it works.. Is there anything I should set