• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Generated wsdl file not found in GF3

 
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 created a war file based on CXF2 , spring 3 and maven.
During the processing of deployment, I got this error from glassfish (3.1):




I did a search from the domain1/ directory, but I can't find my own wsdl (OrderProcess.wsdl)



What is wrong and how to correct the error?

Your suggestion is very appreciated.
Thanks

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,

Does anyone know how to bundle the generated WSDL/*.wsdl file in an Application Server like Tomcat and Glassfish?
The project is Spring 3, Maven 2, Netbeans 7 and Glassfish3.1 base.
Here I also attached a snapshot file of the project structure snapshot.

Thanks
Sam
tree.png
[Thumbnail for tree.png]
Project Structure
 
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
As shown in the attachment above, the generated wsdl/OrderProcess.wsdl file is not bundled in the WAR file.

Can anyone please shed some light to me?

Thanks
Sam
 
reply
    Bookmark Topic Watch Topic
  • New Topic