Thank you so much Christian, with your tip I achieved fix it. I already had searched for many hours and nothing, was paste your code and worked fine.
2012/8/22 Christian Riedel <cr.ml...@googlemail.com> > Try this: > > > <dependency> > <groupId>org.hibernate</groupId> > <artifactId>hibernate-entitymanager</artifactId> > <version>3.6.8.Final</version> > <exclusions> > <exclusion> > <groupId>org.hibernate.javax.persistence</groupId> > <artifactId>hibernate-jpa-2.0-api</artifactId> > </exclusion> > </exclusions> > </dependency> > > <dependency> > <groupId>org.hibernate</groupId> > <artifactId>hibernate-c3p0</artifactId> > <version>3.6.8.Final</version> > </dependency> > > The transitive dependency should load c3p0 0.9.1. > > Am 22.08.2012 um 05:15 schrieb Thiago H de Paula Figueiredo: > > > On Tue, 21 Aug 2012 22:49:32 -0300, William Lopes < > williamlopes....@gmail.com> wrote: > > > >> Can you to say me which is the version of yours Tapestry, Hibernate and > >> C3P0? > > > > I'm still not using Tapestry 5.3.x (sigh), so I can't help you much > here. Anyway, it's a matter of figuring out the right C3P0 version to the > Hibernate version you're using, something which is off-topic to this > mailing list. > > > > -- > > Thiago H. de Paula Figueiredo > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >