[ https://issues.apache.org/jira/browse/CXF-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613869#action_12613869 ]
Eduard Hildebrandt commented on CXF-1703: ----------------------------------------- I haven't time to debug this issue yet. It could be a Camel issue. I will dig this issue, when I have time this or next week. But the headers are SOAP headers so it should not be affected by the transport. Maybe you can point me where the header information is set. > Exception on using WS-Addressing with Apache Camel as Transport > --------------------------------------------------------------- > > Key: CXF-1703 > URL: https://issues.apache.org/jira/browse/CXF-1703 > Project: CXF > Issue Type: Bug > Affects Versions: 2.1.1 > Reporter: Eduard Hildebrandt > Attachments: example-ws-addr.zip > > > INFO: Interceptor has thrown exception, unwinding now > org.apache.cxf.binding.soap.SoapFault: A header representing a Message > Addressing Property is not valid and the message cannot be processed > at > org.apache.cxf.ws.addressing.MAPAggregator.mediate(MAPAggregator.java:375) > at > org.apache.cxf.ws.addressing.MAPAggregator.handleMessage(MAPAggregator.java:159) > at > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:221) > at > org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:78) > at > org.apache.camel.component.cxf.transport.CamelDestination.incoming(CamelDestination.java:148) > at > org.apache.camel.component.cxf.transport.CamelDestination$ConsumerProcessor.process(CamelDestination.java:172) > at > org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsyncProcessorBridge.process(AsyncProcessorTypeConverter.java:43) > at > org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:59) > at > org.apache.camel.processor.SendProcessor.process(SendProcessor.java:75) > at > org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:57) > at > org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:155) > at > org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:91) > at > org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:57) > at > org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:39) > at > org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:41) > at > org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:66) > at > org.apache.camel.component.jms.EndpointMessageListener.onMessage(EndpointMessageListener.java:68) > at > org.springframework.jms.listener.AbstractMessageListenerContainer.doInvokeListener(AbstractMessageListenerContainer.java:531) > at > org.springframework.jms.listener.AbstractMessageListenerContainer.invokeListener(AbstractMessageListenerContainer.java:466) > at > org.springframework.jms.listener.AbstractMessageListenerContainer.doExecuteListener(AbstractMessageListenerContainer.java:435) > at > org.springframework.jms.listener.AbstractPollingMessageListenerContainer.doReceiveAndExecute(AbstractPollingMessageListenerContainer.java:322) > at > org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveAndExecute(AbstractPollingMessageListenerContainer.java:260) > at > org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.invokeListener(DefaultMessageListenerContainer.java:944) > at > org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:875) > at java.lang.Thread.run(Thread.java:595) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.