Hello to all.
I am really new of ServiceMix... and maven!
I'm tring to follow the tutorials but I have some problem.
I tried to use de suggest but now i have this error:
Reason: POM 'org.apache.cxf:cxf-codegen-plugin' not found in repository:
Unable
to download the artifact from any repository
What's can be the problem?
Thank you.
bela
Jean-Baptiste Onofre wrote:
>
> Have you make a try using directly CXF ?
>
> You can use something like:
>
> <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>${project.build.directory}/generated/cxf</sourceRoot>
>
> <wsdlOptions>
> <wsdlOption>
>
> <wsdl>${basedir}/src/main/wsdl/myService.wsdl</wsdl>
> </wsdlOption>
> </wsdlOptions>
> </configuration>
> <goals>
> <goal>wsdl2java</goal>
> </goals>
> </execution>
> </executions>
> </plugin>
>
> Maybe I haven't right understood your request.
>
> Regards
> JB
>
>
--
View this message in context:
http://www.nabble.com/wsgen-and-generateServerStubs-tp25645181p25671778.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.