Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Seam 2.x and Hibernate 3.5?

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!

like image 331
Shadowman Avatar asked Oct 15 '22 06:10

Shadowman


1 Answers

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.

like image 70
Pascal Thivent Avatar answered Nov 09 '22 15:11

Pascal Thivent