[ https://issues.apache.org/jira/browse/CXF-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093959#comment-13093959 ]
Oliver Jelinski commented on CXF-3778: -------------------------------------- ok, on my private computer I have no problems with the build, neither with 2.4.2 nor with 2.4.3-SNAPSHOT. I really think, it must be the maven version. On the computer where it works, it is: Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100) Java version: 1.6.0_24, vendor: Apple Inc. Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home Default locale: de_DE, platform encoding: MacRoman OS name: "mac os x", version: "10.5.8", arch: "x86_64", family: "mac" I will check the version which didn't work, tomorrow. > cxf-wadl2java-plugin (maven) does not generate an implementing service-class, > neither with <impl>true</impl> nor with <extraarg>-impl</extraarg> > ------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: CXF-3778 > URL: https://issues.apache.org/jira/browse/CXF-3778 > Project: CXF > Issue Type: Bug > 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 <impl>true</true> nor with <extraarg>-impl</extraarg>. > For example with these declarations: > ... > <properties> > <cxf.version>2.4.2</cxf.version> > </properties> > <dependencies> > <dependency> > <groupId>org.apache.cxf</groupId> > <artifactId>cxf-rt-frontend-jaxrs</artifactId> > <version>${cxf.version}</version> > </dependency> > </dependencies> > ... > <plugin> > <groupId>org.apache.cxf</groupId> > <artifactId>cxf-wadl2java-plugin</artifactId> > <version>${cxf.version}</version> > <executions> > <execution> > <id>generate-sources</id> > <phase>generate-sources</phase> > <configuration> > > <sourceRoot>${basedir}/target/generated-sources/cxf-rs</sourceRoot> > <wadlOptions> > <wadlOption> > > <wadl>${basedir}/src/main/resources/wadl/RestTestService.wadl</wadl> > <extraargs> > > <extraarg>-impl</extraarg> > > <extraarg>-interface</extraarg> > > <extraarg>-verbose</extraarg> > </extraargs> > > > <packagename>rest.test.service</packagename> > <schemaPackagenames> > > <schemaPackagename>http://example.com/rest-test=rest.test.types</schemaPackagename> > </schemaPackagenames> > > </wadlOption> > </wadlOptions> > </configuration> > <goals> > <goal>wadl2java</goal> > </goals> > </execution> > </executions> > </plugin> > ... > 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