• 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

Problems in JAXRPC Web Service clients on Apache JServ

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have succesfully tested web service clients on Tomcat but when I am building clients on Jserv using the wscompile bat file that comes along with JWSDP,although it is generating the necessary stubs but when I am running my client on JServ,it is giving java.lang.ExceptionInInitializerError.

Do I need to provide any additional settings for JServ???I have set the classpath for the necessay apis for JAXRPC.
Please help me out.This is very urgent.
Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic