aspose file tools
The moose likes JBoss and the fly likes Jboss4.0 And Axis Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Jboss4.0 And Axis" Watch "Jboss4.0 And Axis" New topic
Author

Jboss4.0 And Axis

cute kts
Greenhorn

Joined: Nov 02, 2004
Posts: 1
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.
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

Did you copy axis web application to the deploy dir? :roll:


Groovy
Kiran Bandi
Greenhorn

Joined: Mar 04, 2003
Posts: 21
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


If you want to do it...DO IT!!<br />You can't cross a sea by staring at it!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Jboss4.0 And Axis
 
Similar Threads
JBOSS5.0 EJB3 lookup issue
Getting problem while creating Java client from command prompt
JBOSS 6.0 To Listen JBoss4.0 Topics: JMS
javax/xml/soap/SOAPException in EJB3 Web Service
unable to run ejb client