We have added:
#1. Hibernate annotations.
#2. Hibernate commons annotations.
#3. Hibernate entity manager.
#4. Hibernate validator.
org.hibernate hibernate-annotations 3.5.7-SNAPSHOT org.hibernate hibernate-commons-annotations 3.2.0.Final org.hibernate hibernate-entitymanager 3.6.0.CR2 javax.validation validation-api 1.0.0.GA org.hibernate hibernate-validator 4.0.2.GA
NOTE: I had incorrectly used hibernate-commons-annotation.jar version 3.3.0. That was a mistake from hibernate and I have corrected my example above. I used the 3.2.0.Final version of hibernate-commons-annotation.jar
ReplyDelete