Author: objectiser
Date: 2010-06-25 05:27:14 -0400 (Fri, 25 Jun 2010)
New Revision: 801
Modified:
trunk/samples/esb/invoke_esb_ebws/readme.txt
trunk/samples/esb/simple_esb_proxy_invoke/build.xml
Log:
Fixed issue with deploying ESB example, and readme.
Modified: trunk/samples/esb/invoke_esb_ebws/readme.txt
===================================================================
--- trunk/samples/esb/invoke_esb_ebws/readme.txt 2010-06-25 09:25:01 UTC (rev 800)
+++ trunk/samples/esb/invoke_esb_ebws/readme.txt 2010-06-25 09:27:14 UTC (rev 801)
@@ -1,26 +1,26 @@
-ESB Examples - Invoking an ESB service
-======================================
-
+ESB Examples - Invoking an ESB service
+======================================
+
This is a simple example that invokes a ESB hosted Credit Agency from within
-a BPEL process implementing an approval service.
-
-To deploy the example, open a command line window in the example's folder,
-and simply type 'ant deploy'. To undeploy, use the command 'ant
undeploy'.
-
-To test the example, for example using the SOAPUI client, an example message
-can be found in the messages sub-folder, with the relevant WSDL being
-located in the bpel sub-folder.
-
-Alternatively, use the 'ant runtest' command (from a command line window)
-to send the example message directly to the deployed process.
-
-NOTE: The "ant deploy" command will by default deploy version 1 of the
-example to the server. If you wish to change the example, and redeploy,
-then you will need to update the version number in the build.xml, or
-override the version property, e.g. "ant -Dversion=2 deploy" (and similarly
-when undeploying "ant -Dversion=2 undeploy").
-
-Some handy URLs:
-http://localhost:8080/bpel-console is the BPEL console
-http://localhost:8080/Quickstart_bpel_approval_serviceWS?wsdl is the URL to the BPEL
process' WSDL
-http://127.0.0.1:8080/CreditAgency/ebws/CreditServices/CreditAgencyService?wsdl is the
ESB service's WSDL
+a BPEL process implementing an approval service.
+
+To deploy the example, open a command line window in the example's folder,
+and simply type 'ant deploy'. To undeploy, use the command 'ant
undeploy'.
+
+To test the example, for example using the SOAPUI client, an example message
+can be found in the messages sub-folder, with the relevant WSDL being
+located in the bpel sub-folder.
+
+Alternatively, use the 'ant sendhello' command (from a command line window)
+to send the example message directly to the deployed process.
+
+NOTE: The "ant deploy" command will by default deploy version 1 of the
+example to the server. If you wish to change the example, and redeploy,
+then you will need to update the version number in the build.xml, or
+override the version property, e.g. "ant -Dversion=2 deploy" (and similarly
+when undeploying "ant -Dversion=2 undeploy").
+
+Some handy URLs:
+http://localhost:8080/bpel-console is the BPEL console
+http://localhost:8080/Quickstart_bpel_approval_serviceWS?wsdl is the URL to the BPEL
process' WSDL
+http://127.0.0.1:8080/CreditAgency/ebws/CreditServices/CreditAgencyService?wsdl is the
ESB service's WSDL
Modified: trunk/samples/esb/simple_esb_proxy_invoke/build.xml
===================================================================
--- trunk/samples/esb/simple_esb_proxy_invoke/build.xml 2010-06-25 09:25:01 UTC (rev 800)
+++ trunk/samples/esb/simple_esb_proxy_invoke/build.xml 2010-06-25 09:27:14 UTC (rev 801)
@@ -32,7 +32,6 @@
<javac srcdir="war/src" destdir="${war.build.dir}"
debug="true">
<classpath>
<path refid="compile-classpath" />
- <fileset dir="war/resources/WEB-INF/lib"
includes="*.jar" />
</classpath>
</javac>
Show replies by date