Re: npe when receiving a soapfault

2013-04-06 Thread Christian Müller
OK, thanks! Sent from a mobile device Am 06.04.2013 00:16 schrieb "Nico Mommaerts" : > Was not sure this was a bug or my fault. Logged one: > https://issues.apache.org/jira/browse/CAMEL-6243 > > On Fri, Apr 5, 2013 at 9:03 PM, Christian Müller < > christian.muel...@gmail.com> wrote: > > > Did you

Re: npe when receiving a soapfault

2013-04-05 Thread Nico Mommaerts
Was not sure this was a bug or my fault. Logged one: https://issues.apache.org/jira/browse/CAMEL-6243 On Fri, Apr 5, 2013 at 9:03 PM, Christian Müller < christian.muel...@gmail.com> wrote: > Did you already created a JIRA? > > Sent from a mobile device > Am 05.04.2013 12:54 schrieb "Nico Mommaert

Re: npe when receiving a soapfault

2013-04-05 Thread Christian Müller
Did you already created a JIRA? Sent from a mobile device Am 05.04.2013 12:54 schrieb "Nico Mommaerts" : > I switched to PAYLOAD format to avoid this exception. I have the feeling > no one uses CXF_MESSAGE and it isn't really implemented completely yet > > On Thu, Apr 4, 2013 at 5:35 PM, Nico Mo

Re: npe when receiving a soapfault

2013-04-05 Thread Nico Mommaerts
I switched to PAYLOAD format to avoid this exception. I have the feeling no one uses CXF_MESSAGE and it isn't really implemented completely yet On Thu, Apr 4, 2013 at 5:35 PM, Nico Mommaerts wrote: > Hey, > > I'm using Camel (2.10.3) to proxy a webservice (and insert some custom > headers): > >

npe when receiving a soapfault

2013-04-04 Thread Nico Mommaerts
Hey, I'm using Camel (2.10.3) to proxy a webservice (and insert some custom headers): from("cxf:bean:brokerOrderLimit?dataFormat=CXF_MESSAGE") .process(soapHeadersEnricher) .to("cxf:bean:thalerOrderLimit?dataFormat=CXF_MESSAGE"); When the 'thalerOrderLimit' bean sends back a SOAPFault I just wa