Author: alex.guizar(a)jboss.com
Date: 2009-12-09 18:25:04 -0500 (Wed, 09 Dec 2009)
New Revision: 374
Modified:
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/bpel-deploy.xml
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/purchase.bpel
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/purchase.bpelex
Log:
RIFTSAW-128: Qualify fault name as prescribed in the spec
fix process namespace in deployment descriptor
Modified:
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/bpel-deploy.xml
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/bpel-deploy.xml 2009-12-09
16:26:04 UTC (rev 373)
+++
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/bpel-deploy.xml 2009-12-09
23:25:04 UTC (rev 374)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<deploy
xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
xmlns:def="http://manufacturing.org/wsdl/purchase"
-
xmlns:pro="http://manufacturing.org/ws-bp/purchase">
- <process name="pro:PurchaseOrder"
xmlns:pur="http://acme.com/ws-bp/purchase">
+
xmlns:pro="http://acme.com/ws-bp/purchase">
+ <process name="pro:PurchaseOrder">
<active>true</active>
<provide partnerLink="purchasing">
<service name="def:purchaseSVC" port="purchaseOrderSP" />
Modified:
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/purchase.bpel
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/purchase.bpel 2009-12-09
16:26:04 UTC (rev 373)
+++
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/purchase.bpel 2009-12-09
23:25:04 UTC (rev 374)
@@ -31,7 +31,7 @@
<bpws:faultHandlers>
<bpws:catch faultMessageType="lns:orderFaultType"
faultName="lns:cannotCompleteOrder"
faultVariable="POFault">
- <bpws:reply faultName="cannotCompleteOrder"
name="NotifyPurchaseFault"
+ <bpws:reply faultName="lns:cannotCompleteOrder"
name="NotifyPurchaseFault"
operation="sendPurchaseOrder" partnerLink="purchasing"
portType="lns:purchaseOrderPT"
variable="POFault" />
</bpws:catch>
Modified:
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/purchase.bpelex
===================================================================
---
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/purchase.bpelex 2009-12-09
16:26:04 UTC (rev 373)
+++
trunk/integration-tests/src/test/resources/samples/Tutorial_bpel_purchase/bpel/purchase.bpelex 2009-12-09
23:25:04 UTC (rev 374)
@@ -106,6 +106,6 @@
</extensions>
<extensions>
<extendedObject href="purchase.bpel#/"/>
- <extensionObject
xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ProcessExtension"
modificationStamp="1258410536000"/>
+ <extensionObject
xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ProcessExtension"
modificationStamp="1260391390000"/>
</extensions>
</extensionmodel:ExtensionMap>