Re: Getting HTTP status code as 202 always and want to override with the 200.

2015-03-02 Thread Sag21
Wow Thanks Claus. I may have to use some interceptor before sending response. -- View this message in context: http://camel.465427.n5.nabble.com/Getting-HTTP-status-code-as-202-always-and-want-to-override-with-the-200-tp5763173p5763407.html Sent from the Camel - Users mailing list archive at

Re: Getting HTTP status code as 202 always and want to override with the 200.

2015-02-28 Thread Claus Ibsen
change.setOut(msg) > exchange.getOut.setBody(exchange.getIn().getBody()) > > I need some pointer if someone already faced this issue. Appreciate your > help and time. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Getting-HTTP-status-code-as-202-

Re: Getting HTTP status code as 202 always and want to override with the 200.

2015-02-28 Thread Claus Ibsen
er if someone already faced this issue. Appreciate your > help and time. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Getting-HTTP-status-code-as-202-always-and-want-to-override-with-the-200-tp5763173.html > Sent from the Camel - Users ma

Re: Getting HTTP status code as 202 always and want to override with the 200.

2015-02-27 Thread Sag21
I can see one warning in console.Not sure if its causing this issue. java.lang.noclassdeffounderror org/apache/commons/httpclient/methods/requestentity -- View this message in context: http://camel.465427.n5.nabble.com/Getting-HTTP-status-code-as-202-always-and-want-to-override-with-the-200

Re: Getting HTTP status code as 202 always and want to override with the 200.

2015-02-27 Thread Sag21
Any Idea on this folks? -- View this message in context: http://camel.465427.n5.nabble.com/Getting-HTTP-status-code-as-202-always-and-want-to-override-with-the-200-tp5763173p5763264.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Getting HTTP status code as 202 always and want to override with the 200.

2015-02-26 Thread Sag21
org.apache.camel.component.spring.ws.bean.CamelEndpointMapping. So after endpoint I am calling some different processor which has acknowledgment and putting in JMS. -- View this message in context: http://camel.465427.n5.nabble.com/Getting-HTTP-status-code-as-202-always-and-want-to-override

Re: Getting HTTP status code as 202 always and want to override with the 200.

2015-02-26 Thread Claus Ibsen
ange.getIn().getBody()) > > I need some pointer if someone already faced this issue. Appreciate your > help and time. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Getting-HTTP-status-code-as-202-always-and-want-to-override-with-the-200-tp

Getting HTTP status code as 202 always and want to override with the 200.

2015-02-25 Thread Sag21
tBody(exchange.getIn().getBody()) I need some pointer if someone already faced this issue. Appreciate your help and time. -- View this message in context: http://camel.465427.n5.nabble.com/Getting-HTTP-status-code-as-202-always-and-want-to-override-with-the-200-tp5763173.html Sent from the Camel