aspose file tools
The moose likes Web Services and the fly likes Missing CXF plugins?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Missing CXF plugins??" Watch "Missing CXF plugins??" New topic
Author

Missing CXF plugins??

sam White
Ranch Hand

Joined: Feb 18, 2011
Posts: 204
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

Joined: Feb 18, 2011
Posts: 204
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Missing CXF plugins??
 
Similar Threads
Could not resolve dependencies
How to change jetty binding port number in maven.
Where is my wsdl path?
Could not resolve dependencies for maven project
Incorrect hibernate version or maven ignore and didn't download hibernate jar file.