• 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

using Apache Cxf for Code first web services with Spring - Exception coming

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

I am new to web services and using SOAP - code first approach with Spring and Apache cxf.
I got most of the Apache Cxf jars (there is no good documentation on internet) and created a service without client yet to see the WSDL generated.
But when i run Tomcat , i get exception.




Does somebody have any idea what this is? Somewhere i got on internet, it it version problem in dependences but how do i know which version is compatible with what version of other jars.
I work on Spring 3 and Apache CXF 2.5 .
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Lucky,

To debug the problem of jar dependencies please provide the further details
What jar's are available in your web-app?
What version of Tomcat are you using?
 
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by "there is no good documentation on internet"? Why not go straight to the source?

If you download the full cxf package there is a file called WHICH_JARS in the \lib folder, which says something like:


WP
 
In the renaissance, how big were the dinosaurs? Did you have tiny ads?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic