Commit 8f7e1ab8 authored by Tiemo Bang's avatar Tiemo Bang

Commit

parent d6372bd1
<!-- ConductOrder84 BPEL Process [Generated by the Eclipse BPEL Designer] -->
<!-- Date: Sun Nov 06 17:39:57 CET 2016 -->
<bpel:process name="ConductOrder84"
<bpel:process name="ConductOrderAsyncGroup12"
targetNamespace="group12"
suppressJoinFailure="yes"
xmlns:tns="group12"
......@@ -89,6 +89,86 @@
<bpel:correlationSets>
<bpel:correlationSet name="newCorrelationSet" properties="tns:CustomerId"></bpel:correlationSet>
</bpel:correlationSets>
<bpel:faultHandlers>
<bpel:catch faultName="bpel:selectionFailure">
<bpel:sequence>
<bpel:assign validate="no" name="Assign">
<bpel:copy>
<bpel:from><bpel:literal><tns:ConductOrder84Response2 xmlns:tns="group12" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:result>tns:result</tns:result>
<tns:state>0</tns:state>
<tns:success>
<tns:price>0.0</tns:price>
<tns:order>
<tns:orderId>tns:orderId</tns:orderId>
<tns:customerId>tns:customerId</tns:customerId>
<tns:products>
<tns:product>
<tns:productId>tns:productId</tns:productId>
<tns:numberOfItems>0</tns:numberOfItems>
</tns:product>
</tns:products>
<tns:shippingAddress>tns:shippingAddress</tns:shippingAddress>
<tns:paymentDetails>
<tns:bankName>tns:bankName</tns:bankName>
<tns:bankAddress>tns:bankAddress</tns:bankAddress>
<tns:accountNumber>tns:accountNumber</tns:accountNumber>
<tns:accountHolderName>tns:accountHolderName</tns:accountHolderName>
</tns:paymentDetails>
<tns:status>ordered</tns:status>
</tns:order>
</tns:success>
</tns:ConductOrder84Response2>
</bpel:literal></bpel:from>
<bpel:to variable="output" part="payload"></bpel:to>
</bpel:copy>
<bpel:copy>
<bpel:from><bpel:literal><tns:ConductOrder84Response2 xmlns:tns="group12" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:result>tns:result</tns:result>
<tns:state>0</tns:state>
<tns:success>
<tns:price>0.0</tns:price>
<tns:order>
<tns:orderId>tns:orderId</tns:orderId>
<tns:customerId>tns:customerId</tns:customerId>
<tns:products>
<tns:product>
<tns:productId>tns:productId</tns:productId>
<tns:numberOfItems>0</tns:numberOfItems>
</tns:product>
</tns:products>
<tns:shippingAddress>tns:shippingAddress</tns:shippingAddress>
<tns:paymentDetails>
<tns:bankName>tns:bankName</tns:bankName>
<tns:bankAddress>tns:bankAddress</tns:bankAddress>
<tns:accountNumber>tns:accountNumber</tns:accountNumber>
<tns:accountHolderName>tns:accountHolderName</tns:accountHolderName>
</tns:paymentDetails>
<tns:status>ordered</tns:status>
</tns:order>
</tns:success>
</tns:ConductOrder84Response2>
</bpel:literal></bpel:from>
<bpel:to variable="output" part="payload"></bpel:to>
</bpel:copy>
<bpel:copy>
<bpel:from>
<![CDATA[string($input.storeOrderDetailsInput)]]>
</bpel:from>
<bpel:to part="payload" variable="output">
<bpel:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0">
<![CDATA[tns:result]]>
</bpel:query>
</bpel:to>
</bpel:copy>
</bpel:assign>
<bpel:reply name="Reply" partnerLink="client" operation="process" portType="tns:ConductOrder84" variable="output"></bpel:reply>
</bpel:sequence>
</bpel:catch>
</bpel:faultHandlers>
<bpel:sequence name="main">
<!-- Receive input from requester.
......@@ -113,7 +193,7 @@
<bpel:if name="EmptyRequest">
<bpel:condition><![CDATA[true()]]></bpel:condition>
<bpel:condition><![CDATA[false()]]></bpel:condition>
<bpel:assign validate="no" name="InitStuff">
<bpel:copy>
<bpel:from><bpel:literal xml:space="preserve"><tns:ConductOrder84Response xmlns:tns="group12" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
......@@ -384,7 +464,8 @@
<![CDATA["http://46.101.159.46:32850/ode/processes/IntentoryCallbackService"]]>
<![CDATA["http://46.101.159.46:33175/ode/processes/IntentoryCallbackService"]]>
</bpel:from>
<bpel:to part="checkAvailabilityAsyncInput" variable="InventoryPLRequest">
<bpel:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0"><![CDATA[ns:callbackUrl]]></bpel:query>
......
......@@ -18,7 +18,7 @@
</extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#/"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ProcessExtension" modificationStamp="1481143270196" processName="{group12}ConductOrder84" processVersion="1"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ProcessExtension" modificationStamp="1481489582835" processName="{group12}ConductOrderAsyncGroup12" processVersion="9"/>
</extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.1/@activity"/>
......@@ -288,4 +288,8 @@
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.1"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ActivityExtension"/>
</extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#//@faultHandlers/@catch.0/@activity/@activities.0/@copy.0"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:CopyExtension"/>
</extensions>
</extensionmodel:ExtensionMap>
<?xml version="1.0" encoding="UTF-8"?>
<bplog:Log xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bplog="http://simtech.de/bpel/logging" processModelName="ConductOrder84" processModelPath="C:\Users\Admin\Desktop\bpmn\workspace\ConductOrderAsynchron\rev0\ConductOrder84.bpel">
<bplog:Log xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bplog="http://simtech.de/bpel/logging" processModelName="ConductOrderAsyncGroup12" processModelPath="C:\Users\Admin\Desktop\bpmn\workspace\ConductOrderAsynchron\rev0\ConductOrder84.bpel">
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-06T17:42:42.190+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<newElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[1]"/>
......@@ -17564,4 +17564,328 @@
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/flow[1]/sequence[2]/assign[1]/copy[4]/from[1]"/>
<attribute attributeName="expressionLanguage" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="TextChanged" timestamp="2016-12-11T20:57:02.295+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/flow[1]/sequence[2]/assign[1]/copy[4]/from[1]"/>
<attribute attributeName="text" oldValue="&quot;http://46.101.159.46:32850/ode/processes/IntentoryCallbackService&quot;" newValue="&quot;http://46.101.159.46:33175/ode/processes/IntentoryCallbackService&quot;"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T20:57:02.306+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/flow[1]/sequence[2]/assign[1]/copy[4]/from[1]"/>
<attribute attributeName="expressionLanguage" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T20:57:02.311+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/flow[1]/sequence[2]/assign[1]/copy[4]/from[1]"/>
<attribute attributeName="expressionLanguage" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T20:57:59.276+0100">
<containingElement elementType="process" elementName="ConductOrder84" elementXPath="/process"/>
<attribute attributeName="name" oldValue="ConductOrder84" newValue="ConductOrderAsyncGroup12"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:39:11.572+0100">
<containingElement elementType="catch" elementName=""/>
<attribute attributeName="faultName" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:39:11.574+0100">
<containingElement elementType="catch" elementName=""/>
<attribute attributeName="faultMessageType" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:39:11.575+0100">
<containingElement elementType="catch" elementName=""/>
<attribute attributeName="faultElement" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:39:11.591+0100">
<parentElement elementType="process" elementName="ConductOrderAsyncGroup12" elementXPath="/process"/>
<newElement elementType="faultHandlers" elementName="" elementXPath="/process/faultHandlers[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:39:11.591+0100">
<parentElement elementType="faultHandlers" elementName="" elementXPath="/process/faultHandlers[1]"/>
<newElement elementType="catch" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:39:11.591+0100">
<parentElement elementType="catch" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]"/>
<newElement elementType="sequence" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:39:11.591+0100">
<parentElement elementType="sequence" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]"/>
<newElement elementType="compensate" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/compensate[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:39:11.591+0100">
<parentElement elementType="sequence" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]"/>
<newElement elementType="rethrow" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/rethrow[1]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:39:28.138+0100">
<containingElement elementType="catch" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]"/>
<attribute attributeName="faultName" oldValue="" newValue="selectionFailure"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:39:28.144+0100">
<containingElement elementType="catch" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]"/>
<attribute attributeName="faultName" oldValue="selectionFailure" newValue="bpel:selectionFailure"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:39:33.714+0100">
<parentElement elementType="sequence" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]"/>
<oldElement elementType="compensate" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/compensate[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:39:38.187+0100">
<parentElement elementType="sequence" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]"/>
<oldElement elementType="rethrow" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/rethrow[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:39:45.533+0100">
<parentElement elementType="sequence" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]"/>
<newElement elementType="assign" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:39:45.534+0100">
<containingElement elementType="assign" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]"/>
<attribute attributeName="name" oldValue="" newValue="Assign"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:39:49.633+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:39:49.665+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:39:49.693+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:39:56.939+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:39:56.939+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:39:56.940+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:39:56.940+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue="" newValue="input"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:00.179+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:00.180+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:00.180+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:00.181+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue="" newValue="payload"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:00.184+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue="" newValue="output"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:40:03.494+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:40:03.500+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:40:03.507+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:40:03.518+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:40:03.518+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:40:03.523+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:40:03.523+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:40:10.327+0100">
<parentElement elementType="sequence" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]"/>
<newElement elementType="reply" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/reply[1]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:10.330+0100">
<containingElement elementType="reply" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/reply[1]"/>
<attribute attributeName="name" oldValue="" newValue="Reply"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:16.471+0100">
<containingElement elementType="reply" elementName="Reply" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/reply[1]"/>
<attribute attributeName="partnerLink" oldValue="" newValue="client"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:16.479+0100">
<containingElement elementType="reply" elementName="Reply" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/reply[1]"/>
<attribute attributeName="operation" oldValue="" newValue="process"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:16.485+0100">
<containingElement elementType="reply" elementName="Reply" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/reply[1]"/>
<attribute attributeName="operation" oldValue="process"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:16.492+0100">
<containingElement elementType="reply" elementName="Reply" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/reply[1]"/>
<attribute attributeName="portType" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:19.648+0100">
<containingElement elementType="reply" elementName="Reply" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/reply[1]"/>
<attribute attributeName="operation" oldValue="" newValue="process"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:19.656+0100">
<containingElement elementType="reply" elementName="Reply" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/reply[1]"/>
<attribute attributeName="portType" oldValue="" newValue="tns:ConductOrder84"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:19.661+0100">
<containingElement elementType="reply" elementName="Reply" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/reply[1]"/>
<attribute attributeName="variable" oldValue="" newValue="output"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:56.154+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue="input"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:56.162+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:56.162+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:56.163+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
<attribute attributeName="part" oldValue="" newValue="storeOrderDetailsInput"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:40:56.166+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue="" newValue="input"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:13.956+0100">
<parentElement elementType="process" elementName="ConductOrderAsyncGroup12" elementXPath="/process"/>
<oldElement elementType="faultHandlers" elementName="" elementXPath="/process/faultHandlers[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:13.956+0100">
<parentElement elementType="faultHandlers" elementName="" elementXPath="/process/faultHandlers[1]"/>
<oldElement elementType="catch" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:13.956+0100">
<parentElement elementType="catch" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]"/>
<oldElement elementType="sequence" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:13.956+0100">
<parentElement elementType="sequence" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]"/>
<oldElement elementType="assign" elementName="Assign" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:13.956+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:13.956+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<oldElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:13.957+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:13.957+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:13.957+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:13.957+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:13.957+0100">
<parentElement elementType="sequence" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]"/>
<oldElement elementType="reply" elementName="Reply" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/reply[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:38.489+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:52:38.490+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="LiteralAdded" timestamp="2016-12-11T21:52:38.504+0100">
<containingElement elementType="from" elementName=""/>
<attribute attributeName="literal" newValue=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:52:39.746+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]"/>
<oldElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:52:39.747+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="TextChanged" timestamp="2016-12-11T21:52:53.842+0100">
<containingElement elementType="from" elementName=""/>
<attribute attributeName="text" newValue="string($input.storeOrderDetailsInput)"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:52:53.847+0100">
<containingElement elementType="from" elementName=""/>
<attribute attributeName="expressionLanguage" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:52:59.066+0100">
<containingElement elementType="to" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]/to[1]"/>
<attribute attributeName="variable" oldValue="output"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:52:59.071+0100">
<containingElement elementType="to" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]/to[1]"/>
<attribute attributeName="part" oldValue="payload"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:52:59.075+0100">
<containingElement elementType="to" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]/to[1]"/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:52:59.081+0100">
<containingElement elementType="to" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]/to[1]"/>
<attribute attributeName="part" oldValue="" newValue="payload"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-12-11T21:52:59.084+0100">
<containingElement elementType="to" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[2]/to[1]"/>
<attribute attributeName="variable" oldValue="" newValue="output"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:53:02.743+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:53:02.750+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:53:02.757+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:53:02.767+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:53:02.767+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-12-11T21:53:02.772+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-12-11T21:53:02.772+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/faultHandlers[1]/catch[1]/sequence[1]/assign[1]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
</bplog:Log>
......@@ -263,7 +263,7 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<service name="ConductOrder84Service">
<port binding="tns:ConductOrder84Binding" name="ConductOrder84Port">
<soap:address location="http://localhost:8080/ode/processes/ConductOrder84"/>
<soap:address location="http://localhost:8080/ode/processes/ConductOrderAsyncGroup12"/>
</port>
</service>
</definitions>
<?xml version="1.0" encoding="UTF-8"?>
<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03" xmlns:FlowSOG="http://iaas.uni-stuttgart.de/labs/FlowSOG" xmlns:group12="group12">
<process name="group12:ConductOrder84">
<process name="group12:ConductOrderAsyncGroup12">
<metaData>
<mdProperty name="version" value="7326"/>
<mdProperty name="version" value="8238i3"/>
</metaData>
<active>true</active>
<retired>false</retired>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment