1 Reply Latest reply on Oct 28, 2005 10:28 AM by thomas.diesler

    org.jboss & org.apache

      Hello!
      I am using jboss-4.0.2 with Jboss.Net deployed. My Web Services are deployed correctly. Although, my application needs to act as a client to a remote WebService. I need to use Axis 1.3 (I am including its jar's on my application). When I try to invoke the client, I get the following exception:

      org.apache.axis.deployment.wsdd.WSDDException: java.lang.ClassCastException
      java.lang.ClassCastException
      at org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(BaseSerializerFactory.java:277)
      at org.apache.axis.deployment.wsdd.WSDDDeployment.deployMapping(WSDDDeployment.java:286)
      ...


      I think that this problem is due to using package org.jboss (deployed with jboss.net) and org.apache.

      How can I use both: org.jboss & org.apache ?

      Any help would really be appreciated.
      Thanks in advance,
      Victor Batista