Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 25560 invoked from network); 6 Jun 2007 09:12:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2007 09:12:48 -0000 Received: (qmail 16913 invoked by uid 500); 6 Jun 2007 09:12:51 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 16891 invoked by uid 500); 6 Jun 2007 09:12:51 -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 16875 invoked by uid 99); 6 Jun 2007 09:12:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 02:12:51 -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, 06 Jun 2007 02:12:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 28A337141A7 for ; Wed, 6 Jun 2007 02:12:27 -0700 (PDT) Message-ID: <25158715.1181121147164.JavaMail.jira@brutus> Date: Wed, 6 Jun 2007 02:12:27 -0700 (PDT) From: "Alex Chen (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-704) java2wsdl error using a simple interface In-Reply-To: <26929032.1181121146630.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-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Chen updated CXF-704: -------------------------- Attachment: Hello.java > java2wsdl error using a simple interface > ---------------------------------------- > > Key: CXF-704 > URL: https://issues.apache.org/jira/browse/CXF-704 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 2.0-RC > Environment: RHAS 4.0 > Reporter: Alex Chen > Priority: Critical > Attachments: Hello.java > > > how to reproduce: > - using a simple interface, I attach it > - run command like: java2wsdl -cp . -classdir . demo.Hello > - get error like: > Jun 6, 2007 4:46:51 PM org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.Wrapper getWrapperClass > WARNING: Can not load wrapper class demo.jaxws.SayHi, please check the @RequestWrapper or @ResponseWrapper and also check the class is in your classpath > Jun 6, 2007 4:46:51 PM org.apache.cxf.tools.java2wsdl.processor.internal.jaxws.Wrapper getWrapperClass > WARNING: Can not load wrapper class demo.jaxws.SayHiResponse, please check the @RequestWrapper or @ResponseWrapper and also check the class is in your classpath > - actually, those two classes have been created -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.