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:
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
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
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:
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
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
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