Hi,

I have a service method that takes an interface as an argument. I am calling
this service method with an instance of a subclass of the interface. At the
receiving end, I am trying to cast the object back to the subclass it was
instantiated as, but I am receiving the ClassCastException noted in the
subject. Is it not possible to cast the argument to a subclass once it has
arrived at the service method?

...Mike B.
-- 
View this message in context: 
http://www.nabble.com/java.lang.ClassCastException%3A-%24Proxy15-cannot-be-cast-to--a-subclass--tp20920038p20920038.html
Sent from the XFire - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to