Re: Blueprint route not shutdown when using OSGi service processor

2014-01-21 Thread Dominik Amon
Hi Claus, I created https://issues.apache.org/jira/browse/CAMEL-7144 Kind regards Dominik -- View this message in context: http://camel.465427.n5.nabble.com/Blueprint-route-not-shutdown-when-using-OSGi-service-processor-tp5746114p5746273.html Sent from the Camel - Users mailing list archive a

Blueprint route not shutdown when using OSGi service processor

2014-01-16 Thread Dominik Amon
Hi all, I am currently working on a Camel project inside Fuse ESB but also saw this problem inside the latest Servicemix release. When using an OSGi service as processor inside a route and I try to uninstall the project the route that uses the processor gets not shut down because it calls the toS

Re: DefaultCxfRsBinding only uses Exchange.getOut()

2013-12-12 Thread Dominik Amon
Hello Willem, Willem.Jiang wrote > I will take care of it. > > -- > Willem Jiang > > Red Hat, Inc. > Web: http://www.redhat.com > Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) > (English) > http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese) > Twitter: willemjian

Re: DefaultCxfRsBinding only uses Exchange.getOut()

2013-12-11 Thread Dominik Amon
Hi Sergey, i created a JIRA ( https://issues.apache.org/jira/browse/CAMEL-7061 ). Sergey Beryozkin-3 wrote > What I'm not understanding yet is what kind of response you actually get > if IN message is checked ? The problem in my case is tha

Re: DefaultCxfRsBinding only uses Exchange.getOut()

2013-12-11 Thread Dominik Amon
Hello Sergey I debugged a bit further into camel and found out that the TryProcessor calls ExchangeHelper.prepareOutToIn(exchange) so at the time of populating the CxfRSResponse from the the exchange the Out is always null in my case. When I remove the the and I get a response, otherwise I onl

DefaultCxfRsBinding only uses Exchange.getOut()

2013-12-11 Thread Dominik Amon
body in the same way as DefaultCxfBinding does. Now it seems to work. So my question is this intended that the DefaultCxfRsBinding only calls exchange.getOut().getBody() or should it be also like in the DefaultCxfBinding? Regards Dominik Amon DefaultCxfRsBinding.patch <http://camel.465427