sql fix
This commit is contained in:
		| @@ -17,9 +17,9 @@ | ||||
|     <pd:startY>77</pd:startY> | ||||
|     <pd:returnBindings> | ||||
|         <root> | ||||
|             <xsl:copy-of select="$get-or-delete/root/ns2:author"/> | ||||
|             <xsl:copy-of select="$XmlGET_DELETE/root/ns2:author"/> | ||||
|             <status> | ||||
|                 <xsl:value-of select="if (boolean($XMLPOST/root/status)) then $XMLPOST/root/status else $get-or-delete/root/status"/> | ||||
|                 <xsl:value-of select="if (boolean($XmlPOST_PUT/root/status)) then $XmlPOST_PUT/root/status else $XmlGET_DELETE/root/status"/> | ||||
|             </status> | ||||
|         </root> | ||||
|     </pd:returnBindings> | ||||
| @@ -39,14 +39,14 @@ | ||||
|     <pd:errorSchemas/> | ||||
|     <pd:processVariables/> | ||||
|     <pd:targetNamespace>http://xmlns.example.com/1719484154608</pd:targetNamespace> | ||||
|     <pd:activity name="XMLPOST"> | ||||
|     <pd:activity name="XmlPOST_PUT"> | ||||
|         <pd:type>com.tibco.pe.core.CallProcessActivity</pd:type> | ||||
|         <pd:resourceType>ae.process.subprocess</pd:resourceType> | ||||
|         <pd:x>545</pd:x> | ||||
|         <pd:y>41</pd:y> | ||||
|         <config> | ||||
|             <processName>/Processes/xml/XMLPOST.process</processName> | ||||
|             <processNameXPath>concat('/Processes/xml/XML',$Start/root/method ,'.process')</processNameXPath> | ||||
|             <processName>/Processes/xml/author/XmlPOST.process</processName> | ||||
|             <processNameXPath>concat('/Processes/xml/author/Xml',$Start/root/method ,'.process')</processNameXPath> | ||||
|         </config> | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
| @@ -133,14 +133,14 @@ | ||||
|             </ns:ActivityInput> | ||||
|         </pd:inputBindings> | ||||
|     </pd:activity> | ||||
|     <pd:activity name="get or delete"> | ||||
|     <pd:activity name="XmlGET_DELETE"> | ||||
|         <pd:type>com.tibco.pe.core.CallProcessActivity</pd:type> | ||||
|         <pd:resourceType>ae.process.subprocess</pd:resourceType> | ||||
|         <pd:x>539</pd:x> | ||||
|         <pd:y>148</pd:y> | ||||
|         <pd:y>147</pd:y> | ||||
|         <config> | ||||
|             <processName>/Processes/xml/XMLGET.process</processName> | ||||
|             <processNameXPath>concat('/Processes/xml/XML',$Start/root/method ,'.process')</processNameXPath> | ||||
|             <processName>/Processes/xml/author/XmlGET.process</processName> | ||||
|             <processNameXPath>concat('/Processes/xml/author/Xml',$Start/root/method ,'.process')</processNameXPath> | ||||
|         </config> | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
| @@ -151,7 +151,7 @@ | ||||
|         </pd:inputBindings> | ||||
|     </pd:activity> | ||||
|     <pd:transition> | ||||
|         <pd:from>XMLPOST</pd:from> | ||||
|         <pd:from>XmlPOST_PUT</pd:from> | ||||
|         <pd:to>End</pd:to> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
| @@ -159,7 +159,7 @@ | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>Map Data</pd:from> | ||||
|         <pd:to>XMLPOST</pd:to> | ||||
|         <pd:to>XmlPOST_PUT</pd:to> | ||||
|         <pd:xpathDescription>post or put</pd:xpathDescription> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
| @@ -182,7 +182,7 @@ | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>Map Data</pd:from> | ||||
|         <pd:to>get or delete</pd:to> | ||||
|         <pd:to>XmlGET_DELETE</pd:to> | ||||
|         <pd:xpathDescription>get or delete</pd:xpathDescription> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
| @@ -190,7 +190,7 @@ | ||||
|         <pd:xpath>$Start/root/method = 'DELETE' or $Start/root/method = 'GET'</pd:xpath> | ||||
|     </pd:transition> | ||||
|     <pd:transition> | ||||
|         <pd:from>get or delete</pd:from> | ||||
|         <pd:from>XmlGET_DELETE</pd:from> | ||||
|         <pd:to>End</pd:to> | ||||
|         <pd:lineType>Default</pd:lineType> | ||||
|         <pd:lineColor>-16777216</pd:lineColor> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 wojciech
					wojciech