• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JBoss 4.0.2 and Apache AXIS issues

 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, I have classes generated with the Apache AXIS wsdl2Java tool. I can easily use them to access webservices in JBOSS 3.4.2 but I seem to have run into a snag with JBOSS4.

But When I try to run any of my web services, this is the error I get.



I have the jboss-net-client.jar in my lib. I don't know what to do anymore. I have been having one problem after another after migrating to JBOSS 4. Please any help on how to end my problems once and for all will be most appreciated. Many thanks and Best Wishes,
Igwe
 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like a classpath issue. Try to include jbossall-client.jar. If you get NoClassDefFoundError, check your classpath if it includes corresponding class or jar containing the class.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic