Hi,
I am trying to migrate to hibernate 3.3.1 from 2.2.6 and I have all kinds of weird issues, namely with the bytecode manipulation library.
Is Javaassist mandatory now? It seems that I can't get it to work with cglib without the Javaassist.jar on the classpath which is extremely annoying.
Also, it seems that the new modules structure has complexified the dependencies management. The following blog entry does not work for me for instance
http://relation.to/9384.lace
Oh and when I add it, then Spring has a problem
Caused by: java.lang.NoClassDefFoundError
at org.springframework.aop.framework.Cglib2AopProxy.createEnhancer(Cglib2AopProxy.java:229)
at org.springframework.aop.framework.Cglib2AopProxy.getProxy(Cglib2AopProxy.java:171)
at org.springframework.aop.framework.ProxyFactory.getProxy(ProxyFactory.java:110)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.createProxy(AbstractAutoProxyCreator.java:490)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.wrapIfNecessary(AbstractAutoProxyCreator.java:365)