From: <pka...@us...> - 2009-08-02 23:06:56
|
Revision: 433 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=433&view=rev Author: pkasprzak Date: 2009-08-02 23:06:46 +0000 (Sun, 02 Aug 2009) Log Message: ----------- * RefId from message Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/catalog.xml trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddCourse.bpel Modified: trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/catalog.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/catalog.xml 2009-08-02 23:05:40 UTC (rev 432) +++ trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/catalog.xml 2009-08-02 23:06:46 UTC (rev 433) @@ -3,7 +3,6 @@ <system systemId="file:/home/pete/openESB/ilias-3.10.5.wsdl" uri="src/ilias-3.10.5.wsdl"/> <system systemId="Common/WS-Addressing.xsd" uri="nb-uri:Common#src/schemas.xmlsoap.org/ws/2004/08/addressing.xsd"/> <system systemId="Common/WS-BPEL-ServiceRef.xsd" uri="nb-uri:Common#src/serviceref.xsd"/> - <system systemId="ObjectProcessor/ReplyProcessor.wsdl" uri="nb-uri:ObjectProcessor#src/ReplyProcessor.wsdl"/> <nextCatalog catalog="nbproject/private/cache/retriever/catalog.xml"/> <system systemId="Common/ConfigurationManager.wsdl" uri="nb-uri:Common#src/ConfigurationManager.wsdl"/> <system systemId="Common/serviceref.xsd" uri="nb-uri:Common#src/serviceref.xsd"/> Modified: trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddCourse.bpel =================================================================== --- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddCourse.bpel 2009-08-02 23:05:40 UTC (rev 432) +++ trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddCourse.bpel 2009-08-02 23:06:46 UTC (rev 433) @@ -241,6 +241,14 @@ </sequence> </if> + <!-- Set REAL category-id --> + <assign> + <copy> + <from>number($AddCourseIn.course/dt:categories/dt:category[0])</from> + <to variable="CategoryRefId"/> + </copy> + </assign> + <!-- If no appropriate catgeory was found, create one --> <if> <condition>string($CategoryRefId) = 'NaN' or $CategoryRefId = 0</condition> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |