Re: Cometd component

2011-04-13 Thread Willem.Jiang
Hi Instead of using the customer processor, the route can use the convertBodyTo directly. Willem -- View this message in context: http://camel.465427.n5.nabble.com/Cometd-component-tp4299174p4300424.html Sent from the Camel - Users mailing list archive at

Re: Cometd component

2011-04-13 Thread Gert Villemos
this message in context: http://camel.465427.n5.nabble.com/Cometd-component-tp4299174p4300394.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Cometd component

2011-04-13 Thread Joshua Watkins
https://github.com/eishay/jvm-serializers/wiki/. -josh On 12/04/2011 22:25, "Gert Villemos" wrote: >I have problems understanding how the cometd component publish objects. > >I have my own class called 'Parameter'. I want to publish instances of >'Parameter' throu

Cometd component

2011-04-12 Thread Gert Villemos
I have problems understanding how the cometd component publish objects. I have my own class called 'Parameter'. I want to publish instances of 'Parameter' through cometd to a website. I would expect the data arriving through cometd to have a structure similar to my Parameter