Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 13662 invoked from network); 9 May 2007 11:39:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2007 11:39:36 -0000 Received: (qmail 58582 invoked by uid 500); 9 May 2007 11:39:42 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 58561 invoked by uid 500); 9 May 2007 11:39:42 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 58551 invoked by uid 99); 9 May 2007 11:39:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2007 04:39:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2007 04:39:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8854D71403F for ; Wed, 9 May 2007 04:39:15 -0700 (PDT) Message-ID: <18808675.1178710755556.JavaMail.jira@brutus> Date: Wed, 9 May 2007 04:39:15 -0700 (PDT) From: "maomaode (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Resolved: (CXF-509) java2wsdl needs to support codegen for RequestWrapper and RespondeWrapper in some case In-Reply-To: <13945650.1175566832407.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/jira/browse/CXF-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maomaode resolved CXF-509. -------------------------- Resolution: Fixed > java2wsdl needs to support codegen for RequestWrapper and RespondeWrapper in some case > -------------------------------------------------------------------------------------- > > Key: CXF-509 > URL: https://issues.apache.org/jira/browse/CXF-509 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 2.0 > Reporter: Bozhong Lin > Assigned To: maomaode > Fix For: 2.0 > > > If the @RequestWrapper/@ResponseWrapper annotations specify a classname that doesn't exist, we have to generate and compile them, Thus, the tools needs new flags for source dir and classes dir. java2wsdl also needs a "portname" flag (like the servicename flag) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.