The fact that you implement an interface doesn't automatically mean that you don't use CGLib. If you have proxyTargetClass set to true (or similair properties) you use cglib. Apparently that is the case somewhere.
So you need it or disable class proxying...That is what it is telling me I need.


Reply With Quote