• 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

Jboss4.0 And Axis

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed JBoss4.0 and Axis 1.2.
Jboss and Axis configuration is finished well.

Now I have written the source to test axis service. When we do the WDSL process using ant toll. I am getting ".ClassNotFoundException" Error . I have set the Classpath as follows

set classpath=;C:\jboss4.0\client\avalon-framework.jar;C:\jboss4.0\client\axis-ws4ee.jar;C:\jboss4.0\client\axis-ws4eeold.jar;C:\jboss4.0\client\commons-discovery.jar;C:\jboss4.0\client\commons-logging.jar;C:\jboss4.0\client\concurrent.jar;C:\jboss4.0\client\getopt.jar;C:\jboss4.0\client\jacorb.jar;C:\jboss4.0\client\jaxr-client.jar;C:\jboss4.0\client\jbossall-client.jar;C:\jboss4.0\client\jboss-client.jar;C:\jboss4.0\client\jboss-common-client.jar;C:\jboss4.0\client\jbosscx-client.jar;C:\jboss4.0\c lient\jboss-deployment.jar;C:\jboss4.0\client\jbossha-client.jar;C:\jboss4.0\client\jboss-iiop-client.jar;C:\jboss4.0\client\jboss-j2ee.jar;C:\jboss4.0\client\jboss-jaxrpc.jar;C:\jboss4.0\client\jbossjmx-ant.jar;C:\jboss4.0\client\jboss-jsr77-client.jar;C:\jboss4.0\client\jbossmq-client.jar;C:\jboss4.0\client\jboss-saaj.jar;C:\jboss4.0\client\jbosssx-client.jar;C:\jboss4.0\client\jboss-system-client.jar;C:\jboss4.0\client\jboss-transaction-client.jar;C:\jboss4.0\client\jboss-ws4ee-client.jar;C:\ jboss4.0\client\jmx-client.jar;C:\jboss4.0\client\jmx-invoker-adaptor-client.jar;C:\jboss4.0\client\jnp-client.jar;C:\jboss4.0\client\log4j.jar;C:\jboss4.0\client\logkit.jar;C:\jboss4.0\client\namespace.jar;C:\jboss4.0\client\wsdl4j.jar;C:\jboss4.0
\client\juin.jar;

How do i test the axis service in JBoss4.0. I am a stranger in JBoss. So anyone pls help me.

Regards
Siva.
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you copy axis web application to the deploy dir? :roll:
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually Jboss 3.6 and above ships with apache axis.You dont have to download this seperately and deploy. You have to use "all" config not "default" to utilise this feature in jboss.

If you did successful webservices application using weblogic, and want to migrate to jboss, add appropriate jboss descriptors to .ear and drop the file in deploy under "all".

Hope it helps !

Good Luck
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic