• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Missing CXF plugins??

 
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have written a simple CXF2 web service application based on CXF2 and spring 3, glassfish3.1 using maven 2.
However I encountered the following error during the deployment process:



My beans.xml file is shown as below:



pom.xml file:



web.xml file:



You suggestion is very appreciated.
Sam
 
sam White
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

After put in more CXF dependencies in the pom.xml file, I am able to pass it and failed with the following error:



I've looked at the following Glassfish path:

C:\Users\sam\.netbeans\7.0rc2\config\GF3\domain1

the wsdl\ folder is not there.

What should I configure my project (eg. web.xml or pom.xml ) so that I can also deploy wsdl\OrderProcess.wsdl to glassfish server?


Thanks a lot
Sam
 
Weeds: because mother nature refuses to be your personal bitch. But this tiny ad is willing:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic