Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 90382 invoked from network); 16 Jul 2008 06:15:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jul 2008 06:15:21 -0000 Received: (qmail 5356 invoked by uid 500); 16 Jul 2008 06:15:20 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 5337 invoked by uid 500); 16 Jul 2008 06:15:20 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 5326 invoked by uid 99); 16 Jul 2008 06:15:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 23:15:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2008 06:14:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4CF56234C15F for ; Tue, 15 Jul 2008 23:15:00 -0700 (PDT) Message-ID: <128441369.1216188900309.JavaMail.jira@brutus> Date: Tue, 15 Jul 2008 23:15:00 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-726) Exception on using WS-Addressing with Apache Camel as Transport In-Reply-To: <1246161060.1216135740324.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44318#action_44318 ] Claus Ibsen commented on CAMEL-726: ----------------------------------- The best person to look into this is Willem. Eduard have your tried google and checked that without Camel the CXF part works? Maybe you could debug and track what the header name/value was that cause this exception. Would help in the trace of the bug. > Exception on using WS-Addressing with Apache Camel as Transport > --------------------------------------------------------------- > > Key: CAMEL-726 > URL: https://issues.apache.org/activemq/browse/CAMEL-726 > Project: Apache Camel > Issue Type: Bug > Components: camel-cxf > Affects Versions: 1.4.0 > Reporter: Eduard Hildebrandt > Fix For: 1.4.0, 1.5.0 > > Attachments: example-ws-addr.zip > > > Not sure if this is a bug in CXF or Camel. Please see attached sample project. > -------------------------------------------------- > 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.