ninada / full-hibernate-plugin-for-struts2

Automatically exported from code.google.com/p/full-hibernate-plugin-for-struts2
1 stars 0 forks source link

S2hibernate plugin is incompatible with latest hibernate validator 4: ClassNotFoundException: org.hibernate.validator.InvalidStateException #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
S2hibernate plugin is incompatible with latest hibernate validator 4

I get the following error:

java.lang.ClassNotFoundException: 
org.hibernate.validator.InvalidStateException

This is because this exception is now deprecated i believe.

You can see it in the javadocs for version 3:
http://docs.jboss.org/hibernate/validator/3.x/api/index.html?
org/hibernate/validator/InvalidStateException.html

But in the latest version of hibernate it isn't there:
http://docs.jboss.org/hibernate/stable/validator/api/index.html?
org/hibernate/validator/package-summary.html

Please help, thanks.

Original issue reported on code.google.com by chris.hu...@gmail.com on 7 Jan 2010 at 12:43

GoogleCodeExporter commented 8 years ago

Original comment by jyoshiriro on 7 Jan 2010 at 9:33

GoogleCodeExporter commented 8 years ago
Can be the same problem of issue 13

Original comment by jyoshiriro on 20 Jan 2010 at 3:05