Hi,

What kind of error did you meet when you starting the camel route?
Can you show me the stack trace and camel route?

BTW, if you need to use some other camel component in Servicemix 3.x, this FAQ[1] may help you.

[1] http://cwiki.apache.org/CAMEL/how-to-use-extra-camel-componets-in-servicemix-camel.html

Willem

Rajasegaran wrote:
All,

I am a beginner in service mix and camel and i just read through the
document for both.
I was able to successfully implement the examples listed down by Servicemix.
But i have a new requirement for which i need to receive a xml file through
jms and convert it to csv file. For this, I created the following:
JMS Consumer --> ServiceMix EIP --> XSLT Transform --> File Sender

I created an alternate solution with Camel router

JMS Consumer --> Camel Router --> XSLT Transform --> File Sender

With the first approach, my XSLT is able to transform only to another XML
but not plain text CSV.
With the second approach, i am having trouble starting camel router even
though it is part of my SA and i was able to build individual Service units.
Any help would be appreciated on this.

Thanks
Raja

Reply via email to