views:

402

answers:

1

Hello; I'd like to upgrade the Hibernate installation that ships as part of JBoss 5.1.x to Hibernate 3.5.x.

Is there an "approved" recipe for doing this?

A: 

I don't think it's possible because of the tight coupling of JBoss 5.1 with their JPA 1.0 implementation. And the fact that JBoss skipped JBoss 5.2 in favor of JBoss 6 suggest that they are not going to provide extensions points for Java EE 6 features in their Java EE 5 container.

Pascal Thivent