Does anyone know if Hibernate 3.5 is supported under Seam 2.x (specifically 2.2.x)? I'm very interested in some of the JPA 2 features, particularly query building, but work within the Seam framework. Is this version of the library supported? Thanks in advance!
Asked
Active
Viewed 966 times
1 Answers
4
According to this comment, this should be possible if you also upgrade to Hibernate Validator 4 and use the legacy mode. Just in case, someone listed the Maven dependencies in this thread.

Pascal Thivent
- 562,542
- 136
- 1,062
- 1,124
-
Thanks! I'll be sure to give that a shot. – Shadowman May 06 '10 at 19:33