Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 46599 invoked from network); 8 Jul 2009 14:42:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jul 2009 14:42:19 -0000 Received: (qmail 22464 invoked by uid 500); 8 Jul 2009 14:42:29 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 22434 invoked by uid 500); 8 Jul 2009 14:42:29 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 22424 invoked by uid 500); 8 Jul 2009 14:42:29 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 22421 invoked by uid 99); 8 Jul 2009 14:42:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 14:42:29 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT 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, 08 Jul 2009 14:42:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 272E5234C045 for ; Wed, 8 Jul 2009 07:42:07 -0700 (PDT) Message-ID: <1202217123.1247064127159.JavaMail.jira@brutus> Date: Wed, 8 Jul 2009 07:42:07 -0700 (PDT) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-1810) Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode In-Reply-To: <586478693.1247060408070.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-1810. --------------------------------- Resolution: Fixed Fix Version/s: 2.0.0 Applied patch with thanks to Seumas, also fixed some CS error and added few comments for the code. http://svn.apache.org/viewvc?rev=792163&view=rev > Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode > -------------------------------------------------------------------------------- > > Key: CAMEL-1810 > URL: https://issues.apache.org/activemq/browse/CAMEL-1810 > Project: Apache Camel > Issue Type: New Feature > Components: camel-cxf > Affects Versions: 2.1.0 > Reporter: Seumas Soltysik > Assignee: Willem Jiang > Fix For: 2.0.0 > > Attachments: camel-1810.patch > > > Currently, when creating a cxf-endpoint, a service class is required even when running in PAYLOAD or MESSAGE mode. A service class should only be necessary when running in POJO mode. > Therefore it should be possible to define a cxf endpoint in the following manner: > wsdlURL="person.wsdl" > endpointName="person:soap" > serviceName="person:PersonService" > xmlns:person="http://camel.apache.org/wsdl-first"> > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.