My intention is to consume a request from cxf webservice and pass it to VM in a particular jar. A completely different jar is responsible for getting the request from that particular VM and submitting it to a new producer webservice. But when I am trying to cast producer webservice response to consumer webservice response, I am getting classcastexception. Although the response classes are following same package structure but belong to different jars. May be the issue related to serialization of the object/classloader. My response objects implement java.io.Serializable. Please let me know how I can resolve the issue.
-Saikat -- View this message in context: http://camel.465427.n5.nabble.com/Camel-VM-Classcastexception-tp5659265p5659265.html Sent from the Camel Development mailing list archive at Nabble.com.