How to save a select result from camel-sql componnent to xml ( No type converter available to convert from type: java.util.ArrayList issue )

2009-10-16 Thread llecaroz
Hello, I am really impresed by the capabilities of Apache Camel. I am creating a workflow with a similar route 1 out.txt

Re: How to save a select result from camel-sql componnent to xml ( No type converter available to convert from type: java.util.ArrayList issue )

2009-10-21 Thread llecaroz
Claus Ibsen-2 wrote: > > > You can use Java code to transform the payload into a more appropriate > format. > > You can use a org.apache.camel.Processor or POJO > > > > > class="com.mycompany.MyTransformProcessor"/> > > public class MyTran