Author: objectiser
Date: 2009-11-25 07:12:36 -0500 (Wed, 25 Nov 2009)
New Revision: 327
Modified:
trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/Customer.wsdl
trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/Retailer.wsdl
trunk/samples/esb/webservice_esb_bpel/readme.txt
Log:
Updates related to RIFTSAW-56
Modified: trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/Customer.wsdl
===================================================================
--- trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/Customer.wsdl 2009-11-25 11:54:05 UTC
(rev 326)
+++ trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/Customer.wsdl 2009-11-25 12:12:36 UTC
(rev 327)
@@ -48,7 +48,7 @@
<wsdl:service name="CustomerService">
<wsdl:port name="CustomerSoap" binding="tns:CustomerSoap">
<soap:address
- location="http://localhost:8080/bpel/processes/ABI_Customer" />
+ location="http://localhost:8080/Webservice_esb_bpel_ABI_Customer" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Modified: trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/Retailer.wsdl
===================================================================
--- trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/Retailer.wsdl 2009-11-25 11:54:05 UTC
(rev 326)
+++ trunk/samples/esb/webservice_esb_bpel/bpel/wsdl/Retailer.wsdl 2009-11-25 12:12:36 UTC
(rev 327)
@@ -46,7 +46,7 @@
</wsdl:binding>
<wsdl:service name="RetailerService">
<wsdl:port name="RetailerPort"
binding="tns:RetailerBinding">
- <soap:address location="http://localhost:8080/bpel/processes/Retailer"
/>
+ <soap:address
location="http://localhost:8080/Webservice_esb_bpel_Retailer" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Modified: trunk/samples/esb/webservice_esb_bpel/readme.txt
===================================================================
--- trunk/samples/esb/webservice_esb_bpel/readme.txt 2009-11-25 11:54:05 UTC (rev 326)
+++ trunk/samples/esb/webservice_esb_bpel/readme.txt 2009-11-25 12:12:36 UTC (rev 327)
@@ -23,7 +23,7 @@
and a more detailed descripton of the different ways to run the quickstarts.
NOTE: This Quickstart DOES NOT run Standalone, or on the ESB Server. It only runs on
the
- JBoss Application Server (v4.2.xGA).
+ JBoss Application Server.
1. Ensure that the value of the 'directory' attribute on the
@@ -31,19 +31,15 @@
'order.approval.drop.location' property in
'webservice_esb_bpel/services/order-manager/order-manager.properties',
and that the directory exists.
- 2. In the run.bat/run.sh start script for your JBoss Appllication Server,
- set the Permanent Generation space size by adding the following to the
- "JAVA_OPTS" setting:
- -XX:MaxPermSize=128m
- 3. Restart your JBoss Application Server.
- 4. Goto the BPEL Console (
http://localhost:8080/bpel) and confirm
+ 2. Restart your JBoss Application Server.
+ 3. Goto the BPEL Console (
http://localhost:8080/bpel-console) and confirm
it displays.
To Run:
=======
1. In a command terminal window in this folder, type 'ant deploy'.
2. Goto 'Processes' on the BPEL Console
- (
http://localhost:8080/bpel) and confirm that the 'Customer' and
+ (
http://localhost:8080/bpel-console) and confirm that the 'Customer' and
'OrderProcess' BPEL processes are deployed.
3. Start your favorite SOAP client (e.g. SOAPUI) and load the
'Retailer' WSDL located in the sample's 'bpel/wsdl' folder.