2

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?

Laird Nelson
  • 15,321
  • 19
  • 73
  • 127

2 Answers2

0

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.

Community
  • 1
  • 1
Pascal Thivent
  • 562,542
  • 136
  • 1,062
  • 1,124
0

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?)

Community
  • 1
  • 1
Stephan
  • 41,764
  • 65
  • 238
  • 329