You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/14 20:02:29 UTC

[axis-axis2-java-core] 17/38: Merged r1231470 to the 1.5 branch.

This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch 1_5
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit fe0e2aed0a17d7bdca5393bc19e9d5245a5983ad
Author: Sagara Gunathunga <sa...@apache.org>
AuthorDate: Sat Jan 14 09:19:46 2012 +0000

    Merged r1231470 to the 1.5 branch.
---
 modules/samples/pojo/README.txt | 4 ++++
 modules/samples/pojo/build.xml  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/modules/samples/pojo/README.txt b/modules/samples/pojo/README.txt
index eb410be..c06177c 100644
--- a/modules/samples/pojo/README.txt
+++ b/modules/samples/pojo/README.txt
@@ -16,6 +16,10 @@ To build the sample service you must have ant-1.6.x installed in your system.
 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
 ====================
 
diff --git a/modules/samples/pojo/build.xml b/modules/samples/pojo/build.xml
index f5d6edc..7c640ca 100644
--- a/modules/samples/pojo/build.xml
+++ b/modules/samples/pojo/build.xml
@@ -115,7 +115,7 @@
 	</target>
 
 	<target name="print-usage" unless="parameters.set">
-		<echo message="ant adb.client -Dwsdl='http://&lt;yourhost>:&lt;yourport>/axis2/services/AdressBookService?wsdl'" />
+		<echo message="ant adb.client -Dwsdl='http://&lt;yourhost>:&lt;yourport>/axis2/services/AddressBookService?wsdl'" />
 	</target>
 
 	<target name="adb.client" depends="check-parameters" if="parameters.set">