Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 4373 invoked from network); 12 Jul 2008 13:26:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2008 13:26:21 -0000 Received: (qmail 23149 invoked by uid 500); 12 Jul 2008 13:26:21 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 23130 invoked by uid 500); 12 Jul 2008 13:26:21 -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 23119 invoked by uid 99); 12 Jul 2008 13:26:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jul 2008 06:26:21 -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; Sat, 12 Jul 2008 13:25:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4DDBA234C16B for ; Sat, 12 Jul 2008 06:26:00 -0700 (PDT) Message-ID: <822875507.1215869160303.JavaMail.jira@brutus> Date: Sat, 12 Jul 2008 06:26:00 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-708) CXF - Improve document for new end-users to CXF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org CXF - Improve document for new end-users to CXF ----------------------------------------------- Key: CAMEL-708 URL: https://issues.apache.org/activemq/browse/CAMEL-708 Project: Apache Camel Issue Type: Improvement Components: camel-cxf Affects Versions: 1.4.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 1.5.0 During my work on a new web app sample for Camel that exposes a webservice I have had to figure out a few issues working with the CXF. Combined with this sample and the existing docuementation we could improve the documentation in regards to: - use CXF in a webapp (war file) - how to generate source code based on a wsdl (contract first) - how to startup in jetty and test it - how to get in / out source generated objects from Camel exchange - how to use a POJO as the endpoint impl and then use eg. a producertemplate to send a message to camel routing. - etc. etc. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.