java.lang.NoSuchMethodException: org.hibernate.validator.ClassValidator Seam weblogic 10.3

前端 未结 3 1688
悲哀的现实
悲哀的现实 2020-12-29 06:52

I have a big problem with Hibernate (use with seam) on weblogic 10.3.

When I publish my application, I get this error:

java.lang.NoSuchMethodExceptio         


        
3条回答
  •  臣服心动
    2020-12-29 07:16

    I solved this problem adding this two properties in my hibernate config.

    false 
    false
    

提交回复
热议问题