Re: Connection problem (On the Server)

2013-09-16 Thread Thiago H de Paula Figueiredo
On Mon, 16 Sep 2013 13:03:03 -0300, Will N. wrote: Hi, Hi! This is a question completely unrelated to Tapestry, so it shouldn't be posted. In addition, the error is very easy to spot from reading the end of the stack trace: Caused by: org.dom4j.DocumentException: Error on line 98 of d

Re: Connection Problem

2009-01-15 Thread abangkis
bernate.c3p0.validate=true to force >> checking of every connection on checkout from the pool. >> >> >> >>> -Original Message- >>> From: Angelo Chen [mailto:angelochen...@yahoo.com.hk] >>> Sent: Sunday, January 11, 2009 22:10 >>> To

Re: Connection Problem

2009-01-12 Thread abangkis
;> Sent: Sunday, January 11, 2009 22:10 >> To: users@tapestry.apache.org >> Subject: Re: Connection Problem >> >> >> Hi, >> >> there was a post before in this forum that solves this problem for me, but >> I >> can't reme

RE: Connection Problem

2009-01-11 Thread Jonathan Barker
m the pool. > -Original Message- > From: Angelo Chen [mailto:angelochen...@yahoo.com.hk] > Sent: Sunday, January 11, 2009 22:10 > To: users@tapestry.apache.org > Subject: Re: Connection Problem > > > Hi, > > there was a post before in this forum that

Re: Connection Problem

2009-01-11 Thread Angelo Chen
Hi, there was a post before in this forum that solves this problem for me, but I can't remember the link, basically, here are the things I added and it's running with any problem: org.hibernate.connection.C3P0ConnectionProvider 3 100 20 0 1 1000 I put this in

Re: Connection Problem

2009-01-11 Thread abangkis
Hi jonathan, in the link that I've given. I tried setting up c3po (hibernate connection pool) idle_test_period and timeout. But it didn't seem to take an effect. I was following one of the tutorial, and i notice my META-INF doesn't contain persistence.xml could this have an effect ? The connection

RE: Connection Problem

2009-01-10 Thread Jonathan Barker
It sounds like you need to configure your connection pool to issue check statements before returning a connection (new or existing). > -Original Message- > From: abangkis [mailto:abang...@gmail.com] > Sent: Saturday, January 10, 2009 17:42 > To: Tapestry users > Subject: Connection Probl