This happens with certain Ant versions because the client code is executed in the same JVM as Ant. You can avoid this by upgrading to a more recent Ant version or by applying the following change to the build.xml files:
http://svn.apache.org/viewvc?view=revision&revision=1136159 Axis2 itself doesn't have any dependency on Xerces. Andreas On Wed, Jun 15, 2011 at 06:52, Ravindran Kanniah <[email protected]> wrote: > Hi there, > > Recently I tried axis2 1.6.0's few selected samples for the java version, I > noticed that there is a problem such as 'class not found error' with the > client execution in quickstartadb & quickstartaxiom. I included > xerces-2.6.2.jar file into AXIS2_HOME\lib to overcome this problem. I > suggest that this jar file should be included in future. > > Thanx & regards > Ravindran Kanniah > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
