2

I have searched everywhere for a list of jars necessary and they don't seem to be available all in one bundle as they are in 4.x. This is my first go at setting it up. Also, does it matter which version of hibernate validator I use if I'm using Hibernate 3.5? I would like to use 4.x, but I cannot solve this problem:

Unexpected UnsupportedOperationException on Hibernate validation failure

4

1 回答 1

2

如果您不使用 maven 进行构建,您应该从SourceForge下载 Hibernate 包。它包含您需要的所有依赖项。

另外,我一直在使用 Hibernate Validator 4.3.0.Final 和 Hibernate 3.5.6 final 所以我认为应该没有问题。

您也可以在SourceForge下载 Hibernate Validator 包。

于 2012-11-17T22:46:56.277 回答