Re: Using latest Hibernate with Tap 5.1.0.5

2010-08-24 Thread Igor Drobiazko
On Wed, Aug 25, 2010 at 5:52 AM, Mats Andersson wrote: > > Is there any reason why Tapestry 5.1 is not configured to use the latest > Hibernate version? I see that 5.2 is updated. > > Tapestry 5.1 was released before Hibernate 3.5.5. Once a release is out, you can't update it. You have to release

Re: Using latest Hibernate with Tap 5.1.0.5

2010-08-24 Thread Mats Andersson
The problem was that I did not upgrade Hibernate Annotations to the same version. When adding this to my pom.xml it works. org.hibernate hibernate-annotations ${hibernate-core-version} The only thing in common with Tapestry is that I am overriding the default version inherited from Tapestr

Re: Using latest Hibernate with Tap 5.1.0.5

2010-08-24 Thread Mats Andersson
Thanks Thiago! I have a few references to Hibernate in the project so you are probably right about this. I will do some more tests. Mats Mats Andersson Ronsoft AB - Fridhemsvägen 8 - 372 25 Ronneby Tel. 073-368 79 82 http://www.ronsoft.se

Re: Using latest Hibernate with Tap 5.1.0.5

2010-08-23 Thread Thiago H. de Paula Figueiredo
On Mon, 23 Aug 2010 13:18:10 -0300, Mats Andersson wrote: I have encountered a problem with Hibernate 3.3.1.GA and I tried to override the version with 3.5.5-Final in my project pom-file, How did you do that? Have you checked if you don't have two Hibernate versions in your app's class