2 Replies Latest reply on Mar 27, 2012 3:13 AM by jjakub

    <convertBodyTo type="javax.xml.transform.Source"/> fails with ClassNotFound

    jjakub

      Hallo

       

      I send back large response xml (over 100MB )

      I want to avoid building Document at end of sending

      I added

       

       

      I want now at end of route to change Document to Source

                  <!<convertBodyTo type="org.w3c.dom.Document"/>>

                   

      with the same Error

       

      I use latest apache-servicemix-4.4.1-fuse-03-06 on windows

      with camel 2.8.0.fuse-03-06

       

      How can I avoid building Document?

      What do I wrong in above code?

       

      Thanks for help