Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0F59738D for ; Thu, 8 Sep 2011 14:22:34 +0000 (UTC) Received: (qmail 5309 invoked by uid 500); 8 Sep 2011 14:22:34 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 5241 invoked by uid 500); 8 Sep 2011 14:22:33 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 5196 invoked by uid 99); 8 Sep 2011 14:22:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2011 14:22:33 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2011 14:22:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DD2C8881B1 for ; Thu, 8 Sep 2011 14:22:08 +0000 (UTC) Date: Thu, 8 Sep 2011 14:22:08 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: <118136498.3139.1315491728902.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2114182541.7066.1314701497904.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CXF-3778) cxf-wadl2java-plugin (maven) does not generate an implementing service-class, neither with true nor with -impl MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100346#comment-13100346 ] Sergey Beryozkin commented on CXF-3778: --------------------------------------- Hi - can you please update to the latest Maven and Java and try again ? Just keen to close this JIRA :-) thanks > cxf-wadl2java-plugin (maven) does not generate an implementing service-class, neither with true nor with -impl > ------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: CXF-3778 > URL: https://issues.apache.org/jira/browse/CXF-3778 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 2.4.1, 2.4.2 > Environment: Maven 3.0-SNAPSHOT > Oracle Java jdk1.6_24 > Reporter: Oliver Jelinski > Attachments: RestTestService.wadl, RestTestService.xsd > > > cxf-wadl2java-plugin (maven) does not generate an implementing service-class, neither with true nor with -impl. > For example with these declarations: > ... > > 2.4.2 > > > > org.apache.cxf > cxf-rt-frontend-jaxrs > ${cxf.version} > > > ... > > org.apache.cxf > cxf-wadl2java-plugin > ${cxf.version} > > > generate-sources > generate-sources > > ${basedir}/target/generated-sources/cxf-rs > > > ${basedir}/src/main/resources/wadl/RestTestService.wadl > > -impl > -interface > -verbose > > > rest.test.service > > http://example.com/rest-test=rest.test.types > > > > > > > wadl2java > > > > > ... > Build is sucessful, the interface is generated, as well as the xml-types, but the impl class isn't. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira