Re: Hibernate connection pool

2012-11-08 Thread Thiago H de Paula Figueiredo
On Thu, 08 Nov 2012 18:40:35 -0200, willbro wrote: thanks fpr your answer how do i do that. which dependency should i delete? everytime i try and run mvn eclipse:eclipse the 3.5.6 version is still dowloaded! This question is completely off-topic in this mailing list, so please post it in

Re: Hibernate connection pool

2012-11-08 Thread willbro
salut I just deleted the dependency. it did not changed anything! :-( -- View this message in context: http://tapestry.1045711.n5.nabble.com/Hibernate-connection-pool-tp5717744p5717839.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Hibernate connection pool

2012-11-08 Thread Jean-Michel OLTRA
Bonjour, Le jeudi 08 novembre 2012, willbro a écrit... > how do i do that. which dependency should i delete? everytime i try and run > mvn eclipse:eclipse the 3.5.6 version is still dowloaded! You are requesting version 3.5.6 for Hibernate annotations! -- jm --

Re: Hibernate connection pool

2012-11-08 Thread willbro
This is my pom http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://maven.apache.org/POM/4.0.0";> 4.0.0 com.example tutorial 1.0-SNAPSHOT war tutorial Tapestry 5 Applicatio

Re: Hibernate connection pool

2012-11-08 Thread willbro
thanks fpr your answer how do i do that. which dependency should i delete? everytime i try and run mvn eclipse:eclipse the 3.5.6 version is still dowloaded! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Hibernate-connection-pool-tp5717744p5717833.html Sent from the Tape

Re: Hibernate connection pool

2012-11-08 Thread Thiago H de Paula Figueiredo
On Thu, 08 Nov 2012 17:32:39 -0200, willbro wrote: Error invoking method public static org.apache.tapestry5.hibernate.HibernateSessionManager org.apache.tapestry5.hibernate.HibernateCoreModule.buildHibernateSessionManager(org.apache.tapestry5.hibernate.HibernateSessionSource,org.apache.tapestry

Re: Hibernate connection pool

2012-11-08 Thread willbro
I think i have the same problem. none of the solutions proposed worked for me. I have been fighting for days with this problem. could someone help me please Error invoking method public static org.apache.tapestry5.hibernate.HibernateSessionManager org.apache.tapestry5.hibernate.HibernateCoreModul

Re: Hibernate connection pool

2012-11-07 Thread Jean-Michel OLTRA
Bonjour, Le mercredi 07 novembre 2012, antalk a écrit... > 1 > 240 > > 100 > 0 > 10 > 300 >name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider > To you

Re: Hibernate connection pool

2012-11-07 Thread antalk
Add this: 1 240 100 0 10 300 org.hibernate.connection.C3P0ConnectionProvider To your hibernate.cfg.xml and make sure you have C3P0 as available library on the classpath. Sh

Re: Hibernate connection pool

2012-11-07 Thread Thiago H de Paula Figueiredo
On Wed, 07 Nov 2012 04:37:45 -0200, Jean-Michel OLTRA wrote: Hi all, Hi! Is there a way to get Tapestry-Hibernate working with an external connection pool? I tried c3p0, and proxool. Just configure Hibernate for that as if Tapestry-Hibernate wasn't involved. -- Thiago H. de Paula F