Found the problem. CXF generated objects aren't serializable, so camel must just be dropping it somewhere & not tell me.
If I changed the generated object to extend java.io.Serializable, it will works. I thought that since camel handle the cxf objects, it would handle them being passed around as well. So, I guess the solution here is to convert them to xml before pass through camel. Thanks for the help. -- View this message in context: http://www.nabble.com/Camel---Sending-CXF-generated-objects-tp14989933s22882p15005823.html Sent from the Camel - Users mailing list archive at Nabble.com.
