Re: Maven java2wsdl plugin error with jaxws

2007-07-13 Thread Cameron Jones
Hi James, That's all good, shouldn't have a problem doing a build. To fix problems with cyclic dependencies i think you can use exclusions in the pom dependencies to stop maven from drilling into them. This is something i'd really like to see throughout cxf to reduce the inherent dependencies

Re: Maven java2wsdl plugin error with jaxws

2007-07-12 Thread Cameron Jones
I tried explicitly adding those dependencies to the plugin, however still getting the error: 12-Jul-2007 10:00:57 org.apache.cxf.tools.java2wsdl.processor.JavaToProcessor process INFO: Classpath during Java2Wsdl: C:\Documents and Settings\joncam\My

Re: Maven java2wsdl plugin error with jaxws

2007-07-12 Thread James Mao
Looks like maven does not load the jaxws/simpl/soap jars from the classpath, you can turn on the flag to print the classpath maven used to load the jars. Another easiest way to load the jars, is build your own code-gen plugin by yourself, just add the dependencies(jaxws/simple/soap) in the

Maven java2wsdl plugin error with jaxws

2007-07-11 Thread Cameron Jones
hi, i've been having some trouble getting the java2wsdl plugin to generate the wsdl from a java annotated service class, the error i'm getting is: Error : Can not find the ServiceBulider for style: Jaxws Here's the config in my pom: plugin

Re: Maven java2wsdl plugin error with jaxws

2007-07-11 Thread Cameron Jones
console output attatched... Thanks, Cam On 7/11/07, Cameron Jones [EMAIL PROTECTED] wrote: hi, i've been having some trouble getting the java2wsdl plugin to generate the wsdl from a java annotated service class, the error i'm getting is: Error : Can not find the ServiceBulider for style:

Re: Maven java2wsdl plugin error with jaxws

2007-07-11 Thread Dan Diephouse
Hi Cam, I think your attachment got stripped. Can you paste it in a reply? Thanks, - Dan On 7/11/07, Cameron Jones [EMAIL PROTECTED] wrote: console output attatched... Thanks, Cam On 7/11/07, Cameron Jones [EMAIL PROTECTED] wrote: hi, i've been having some trouble getting the java2wsdl

Re: Maven java2wsdl plugin error with jaxws

2007-07-11 Thread James Mao
You also need the simple frontend and soap bindings James. hi, i've been having some trouble getting the java2wsdl plugin to generate the wsdl from a java annotated service class, the error i'm getting is: Error : Can not find the ServiceBulider for style: Jaxws Here's the config in my pom: