Converting output of Camel Exec to String

2015-09-19 Thread anish.somadevan
I have a route where i execute a curl command using Camel exec, which returns a JSON as response. I try convert the JSON to XML using But i get an error about type conversion. This is my route XML, This is the error i get Error during type conversion from type:

Re: rabbitMQ message forwarding from one queue to another

2015-09-19 Thread Christian Müller
Facing which problem? Best, Christian Am 18.09.2015 13:20 schrieb "prajath" : > Hi All, > could you please help me to resolve the problem I am facing when forwarding > message from one queue to another , please see the spring xml. > thanks in advance > prajath > http://camel.apache.org/schema/spr

Re: Unit testing Fuse (Karaf) with camel implemented in blueprint (shortcoming 1)

2015-09-19 Thread Christian Müller
If you are talking about inter-bundle dependencies, than it's not an unit test, right. What kind of issues do you face (details please). Best, Christian Am 18.09.2015 16:13 schrieb "ywang9009" : > This is one of the 2 shortcoming I discovered with Fuse/Karaf > > I have been using Fuse for only 1

Re: Can I config a JMS routing app w/multiple PlatformTransactionManagers?

2015-09-19 Thread kov
Thanks, I'd been trying to set the transactionManager property on the JMS Component initially but still saw the exception. It was setting the transaction-policy on the route that finally fixed it. For those interested:

Re: Zookeeper Route Policy not respected on route with sftp consumer?

2015-09-19 Thread Claus Ibsen
Hi Ah good to hear, though maybe the route policy could do this logic a bit earlier on route startup or something - though I havent looked if that would be possible. You are welcome to dive into the code. On Fri, Sep 18, 2015 at 10:59 PM, ablevine1 wrote: > After further findings, it turns out t

Re: Need help getting Camel ActiveMQComponent working in Tomcat web app

2015-09-19 Thread Claus Ibsen
Your pojo class CamelSender must be created by spring so it can trigger the dependency injection. You may need to add a @Component or whatever the spring annotation is to mark a class for dependency injection. On Fri, Sep 18, 2015 at 9:24 PM, jcraw62 wrote: > Claus, > > thank you for the prompt

out.body empty with CXF dataFormat=PAYLOAD

2015-09-19 Thread qba
I have a simple route receiving soap request via cxf endpoint: How can I create message body for response? If I add a bean with following code: I'm still getting empty soap body: Even thou out body seems to be ok: I'm using java2wsdl cxf-codegen-plugin maven plugin. How can i tell came