Re: [TypConverter] How to retrive TypeConvert in a custom split method ?

2010-09-16 Thread Claus Ibsen
; View this message in context: > http://camel.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2842074.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: ht

Re: [TypConverter] How to retrive TypeConvert in a custom split method ?

2010-09-16 Thread Olivier.Roger
I spoke too soon again, I can find it using the camelcontext via the Exchange ;) Sorry for the disturbance, Olivier -- View this message in context: http://camel.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2842074.html Sent from the Camel

Re: [TypConverter] How to retrive TypeConvert in a custom split method ?

2010-09-16 Thread Olivier.Roger
.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2842058.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: [TypConverter] How to retrive TypeConvert in a custom split method ?

2010-09-15 Thread Olivier.Roger
It's exactly what I needed, Thanks ! -- View this message in context: http://camel.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2840833.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: [TypConverter] How to retrive TypeConvert in a custom split method ?

2010-09-15 Thread Claus Ibsen
not, how could I proceed to be able to use the converter inside the split > strategy ? > > Thanks! > -- > View this message in context: > http://camel.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2840819.html > Sent

[TypConverter] How to retrive TypeConvert in a custom split method ?

2010-09-15 Thread Olivier.Roger
proceed to be able to use the converter inside the split strategy ? Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/TypConverter-How-to-retrive-TypeConvert-in-a-custom-split-method-tp2840819p2840819.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: TypConverter

2009-06-24 Thread buzzterrier
orked. foo.bar.bluidapi Thanks for your help. Sorry for the goose chase. - Buzzterrier http://buzzterrier.blogspot.com/ View my blog: Ordinary Average Developer... -- View this message in context: http://www.nabble.com/TypConverter-tp24176269p24189487.html Sent

Re: TypConverter

2009-06-24 Thread Claus Ibsen
76552L; >private String parent; >private String search; > >public SearchTerms(){ > >} >public SearchTerms(String parent, String search) { >this.parent = parent; >this.search = search; >} > >public String g

Re: TypConverter

2009-06-24 Thread buzzterrier
this message in context: http://www.nabble.com/TypConverter-tp24176269p24187548.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: TypConverter

2009-06-23 Thread Claus Ibsen
> Is there a way easily convert my searchTerms pojo? I was hoping it would > >> be > >> like spring were I bind to a command object and cast it. I looked that > >> the > >> typeconverter examples, and it is not all the clear how I would hand > &

Re: TypConverter

2009-06-23 Thread buzzterrier
clear how I would hand >> this. >> >> >> >> - >> Buzzterrier >> >> http://buzzterrier.blogspot.com/ View my blog: Ordinary Average >> Developer... > > > - Buzzterrier http://buzzterrier.blogspot.com/ View my blog: Ordinary Average Developer... -- View this message in context: http://www.nabble.com/TypConverter-tp24176269p24177862.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: TypConverter

2009-06-23 Thread Willem Jiang
Hi, If you are planing to send the SearchTerms object through the JMS transport, you need to let the SeachTerms to implement the Serializable interface. camel-jms will take care rest of the work ;) Willem buzzterrier wrote: > My camel client sends a request to my service: > > Future fu

TypConverter

2009-06-23 Thread buzzterrier
and object and cast it. I looked that the typeconverter examples, and it is not all the clear how I would hand this. - Buzzterrier http://buzzterrier.blogspot.com/ View my blog: Ordinary Average Developer... -- View this message in context: http://www.nabble.com/TypConverter-tp24176269p241