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.

That is what it is telling me I need.
So you need it or disable class proxying...