Hi Dennis, Somehow mvn archetype:generate -Dfilter=org.apache.cxf.archetype: did not generate the project properly. Specifically, it hadn't created the client source. So I downloaded the CXF distribution, as you suggested, and used the same project in its samples folder and repeated the remaining steps. They work.
Thanks. Rupinder On Fri, May 5, 2017 at 11:26 AM, Dennis Kieselhorst <[email protected]> wrote: > Hi! > > > Finally, I > > 'm trying to test it with client available in the project using maven, > but > > not eclipse (as in that tutorial). I'm seeing build failure as in the > > output attached. Although, it refers to the other logs, I feel the slip > is > > simpler, but I'm unable to figure it. Any help? > > Have you created the class hom.rupipal.cxf.starter.hello.HelloWorldImplTest? > It should not make any difference whether running it in Maven or Eclipse. > > You can find lots of working samples here: http://cxf.apache.org/docs/ > sample-projects.html > > I suggest that you download the distribution from > http://www.apache.org/dyn/closer.lua/cxf/3.1.11/apache-cxf-3.1.11.zip and > start with java_first (as code first in your tutorial) or wsdl_first > (contract first) from the samples folder. After that compare it with your > project. > > Regards > Dennis >
