On Thu, Jan 14, 2010 at 10:22 AM, Barrie Treloar <[email protected]> wrote:
> When I use the simple java interface I get the same
> ClassCastException: $Proxy50 as the Spring simple:client gives.

Using getClass() on the proxy to see its DeclaredMethods and DeclaredClasses,
I can see that the proxy has the method I expect, but that it doesn't
have any interfaces...

Method = [public final int $Proxy50...., $Proxy50.myMethod(MyParameter), ...)]
Interface/Classes = []

Reply via email to