Just a thought:
Did you try to extract an interface out of the class and make a proxy on
the interface? Then cglib should be omitted and a jdk dynamic proxy (or
something like that) would be created.
Don't know if it works but I remember I had a similar issue with proxied
classes once in spring tests.

Markus



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to