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 
-- 
View this message in context: 
http://www.nabble.com/Beginner-question-on-ServiceMix---Camel-tp25530464p25530464.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to