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
> <[email protected]> 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: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]