Hi all.
Actually I'm using
hibernate-annotations 3.3.1.GA (
hibernate 3.2.6.ga) and
hibernate-validator 3.0.0.ga but, due to validation problems, I need to upgrade the libraries to
hibernate-annotations 3.4.0.GA (
hibernate 3.3.2.GA) and
hibernate-validator 3.1.0.GA.
When I update my pom.xml file I get a lot of compilation errors. I think there are hibernate packages that have been reallocated in the new version, so I guess I must to add new dependencies. But I am not able to know which.
Examples of packages and classes not founded with the new version:
- package net.sf.cglib.proxy
- class MethodInterceptor
- class MethodProxy
- class Enhancer
- class CallbackFilter
- class Callback
Should I add
hibernate-search and/or
hibernate-entitymanager dependencies?
Anyone has the same problem?
Any idea?
Thanks in advance!