Re: Unmarshal not working

2015-05-17 Thread Reji Mathews
Are u using the cxf framework itself for Web service invocation ? If so don't worry. Just change the messageFormat= PAYLOAD cxf does the task of ripping out the soap envelop from received response and give you the payload with its name spaces in place. You can easily unmarshal it . But when you

Camel elasticsearch bulk api not working

2015-05-17 Thread umang
Hi, I was experimenting with camel elasticsearch component. I was sending following request to elasticsearch with INDEX operation. It is working as expected. { "entityId":"test", "userId":"test", "timestamp":"2014-12-06 15:59:48", "xyz":"test", } Now I changed the about request to a Lis

Re: Client not abel to recieve response within 20seconds

2015-05-17 Thread Andrew Block
Hi, It sounds like your are trying to do a produce via JMS in a request/response manner and it is taking longer than 20 seconds. By default, the JMS component will wait 20 seconds and then throw a timeout error if a response was not received within the time interval. This setting can be changed

Re: Unmarshal not working

2015-05-17 Thread Christian Müller
What do you mean with "my real webservice doesnt support PAYLOAD format"? I don't understand it. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin

Re: Camel Mail mapMailMessage flag ignored

2015-05-17 Thread Claus Ibsen
Hi I found a spot for improving https://issues.apache.org/jira/browse/CAMEL-8779 Thanks for spotting this. On Sun, May 17, 2015 at 8:37 AM, Claus Ibsen wrote: > Hi > > Yeah the uow copy would cause the message to be initialized. You can > however turn off allowUseOriginalMessage which is what C