My first suggestion would be to upgrade to a newer version of CXF. 2.0.6 is QUITE old at this point. If you must use 2.0.x, then use 2.0.10. Otherwise, I suggest moving up to 2.2.
Dan On Tue April 14 2009 4:24:21 pm CheapLisa wrote: > I have been trying for three days to get my first web service sample > running (from system setup/config and coding) and have failed repeatedly > using examples provided. > > The latest problem after trying the latest example I could find by > googl'ing is a maven problem that I can't resolve when building the client > is: > > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to configure plugin parameters for: > org.apache.cxf:cxf-codegen-plugin:2.0.6 > > > > Cause: Cannot find setter nor field in > org.apache.cxf.maven_plugin.WsdlOption for 'serviceName' > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 7 seconds > [INFO] Finished at: Tue Apr 14 14:22:02 MDT 2009 > [INFO] Final Memory: 16M/29M > [INFO] > ------------------------------------------------------------------------ > > Is there a way to resolve this? -- Daniel Kulp [email protected] http://www.dankulp.com/blog
