Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

I have build a workaround for this specific issue. I explain all the details in another post : How to use JPA2 on JBoss 5.x ? (or How to eliminate class loading isolation issue?)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top