This package contains a realworld scenario of a CRUD Service Framework.
We left away the entity etc, but show the important structure. The original
problem was that GenericCrudSerive
is contained twice in the
class definition chain which caused the JavassistProxyFactory to fail while
creating the proxy.