1 Reply Latest reply on May 22, 2008 10:42 AM by mdavis

    Using ADS as a marshaller

    mdavis

      Hello. I am trying to use ADS 1.3.7 as a marshaller for Fuse Mediation Router to convert a text file to tag-value pairs. Here is my route:

       

       

      Everything builds, Fuse Router starts but the message goes to deadletter. Actually I get a class path error when an exception is thrown.

       

      Main                           INFO  Apache Camel 1.3.2.0-fuse starting

      DeadLetterChannel              ERROR Failed delivery for exchangeId: ID-MDAVIS820/4053-1211397215841/0-2. On delivery attempt: 0 caught: java.lang.NoClassDefFoundError: net/sf/saxon/trans/XPathException

      java.lang.NoClassDefFoundError: net/sf/saxon/trans/XPathException

       

      Where is this class?

       

      Also, I can run this message through ADS successfully through this model.

       

      Edited by: mdavis on May 21, 2008 3:17 PM