Author: sagara Date: Sat Jan 14 09:15:11 2012 New Revision: 1231470 URL: http://svn.apache.org/viewvc?rev=1231470&view=rev Log: Applied patch for AXIS2-5130.
Modified: axis/axis2/java/core/trunk/modules/samples/pojo/README.txt axis/axis2/java/core/trunk/modules/samples/pojo/build.xml Modified: axis/axis2/java/core/trunk/modules/samples/pojo/README.txt URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/samples/pojo/README.txt?rev=1231470&r1=1231469&r2=1231470&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/samples/pojo/README.txt (original) +++ axis/axis2/java/core/trunk/modules/samples/pojo/README.txt Sat Jan 14 09:15:11 2012 @@ -16,6 +16,10 @@ To build the sample service you must hav To set AXIS2_HOME in Unix/Linux type: $export AXIS2_HOME=<path to axis2 distribution> +xerces.jar (Containing the intersection of the contents of xercesImpl.jar and xml-apis.jar) +You need to have this jar in your build and runtime class path. The easiest way to do this +is to copy it to Axis2_HOME/lib directory. + Building the Service ==================== Modified: axis/axis2/java/core/trunk/modules/samples/pojo/build.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/samples/pojo/build.xml?rev=1231470&r1=1231469&r2=1231470&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/samples/pojo/build.xml (original) +++ axis/axis2/java/core/trunk/modules/samples/pojo/build.xml Sat Jan 14 09:15:11 2012 @@ -115,7 +115,7 @@ </target> <target name="print-usage" unless="parameters.set"> - <echo message="ant adb.client -Dwsdl='http://<yourhost>:<yourport>/axis2/services/AdressBookService?wsdl'" /> + <echo message="ant adb.client -Dwsdl='http://<yourhost>:<yourport>/axis2/services/AddressBookService?wsdl'" /> </target> <target name="adb.client" depends="check-parameters" if="parameters.set">