Hi,

I've some a questions related to the cxf-codegen-plugin in version 2.0.6.

If I invoke this configuration I'll receive my classes which are defined in
the wsdl. But I'm not sure if these are the client or the serverstubs.
Is the plugin generating generic classes for both?

           <plugin>
               <groupId>org.apache.cxf</groupId>
               <artifactId>cxf-codegen-plugin</artifactId>
               <version>${cxf.version}</version>
               <executions>
                   <execution>
                       <id>generate-sources</id>
                       <phase>generate-sources</phase>
                       <configuration>
<sourceRoot> ${basedir}/src/main/generated/ </sourceRoot>
                           <wsdlOptions>
                               <wsdlOption>
<wsdl> ${basedir}/src/main/resources/wsdl/mcastservice.wsdl
                                   </wsdl>
                               </wsdlOption>
                           </wsdlOptions>
                       </configuration>
                       <goals>
                           <goal>wsdl2java</goal>
                       </goals>
                   </execution>
               </executions>
           </plugin>

I have to use 2.0.6 because it's the only I could use together with hibernate.

yours sincerly

Marc

Reply via email to