2 Replies Latest reply on Aug 14, 2009 12:16 AM by davsclaus

    unwinding now Marshalling Error

    italost

      I am using the following route:

       

                from("direct:fetchRidSource")

                     .splitter(true).method("ridSplitter","pixResponseSplitter")

                     .to("log:com.vettatech.test");

       

      I have implemented my own splitter. It returns a List where each message is a CxfMessage.

       

      After the splitter execution I get the following error:

       

      INFO: Interceptor has thrown exception, unwinding now Marshalling Error: class org.apache.camel.component.cxf.CxfMessage nor any of its super class is known to this context.

       

      It is not really clear for me what is cousing this error. Inspecting the created messages into the message list, everything is fine. I recreated a sample using the same message and content types with out problems.

       

      Some one knows what this error means? Where should I start look for the error? (I have tried many things to investigating it).

       

       

      Regards.

       

      Italo Stefani

      Vetta Technologies

      www.vettatech.com