From: <ale...@us...> - 2009-07-08 13:03:55
|
Revision: 331 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=331&view=rev Author: alexloewen Date: 2009-07-08 13:03:53 +0000 (Wed, 08 Jul 2009) Log Message: ----------- some bugs fixed in DeleteCategory, DeleteCourse. Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCategory.bpel trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCourse.bpel Modified: trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCategory.bpel =================================================================== --- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCategory.bpel 2009-07-08 12:59:44 UTC (rev 330) +++ trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCategory.bpel 2009-07-08 13:03:53 UTC (rev 331) @@ -53,11 +53,8 @@ <from>concat('*** System Fault occured in deleteCategory()!', ' ')</from> </sxt:log> </sxt:trace> + <copy> - <from>false()</from> - <to variable="DeleteCategoryOut" part="success"/> - </copy> - <copy> <from>'DeleteCategory failed with a SystemFault.'</from> <to variable="SystemFault" part="cause"/> </copy> Modified: trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCourse.bpel =================================================================== --- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCourse.bpel 2009-07-08 12:59:44 UTC (rev 330) +++ trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCourse.bpel 2009-07-08 13:03:53 UTC (rev 331) @@ -54,11 +54,8 @@ <from>concat('*** System Fault occured in deleteCourse()!', ' ')</from> </sxt:log> </sxt:trace> + <copy> - <from>false()</from> - <to variable="DeleteCourseOut" part="success"/> - </copy> - <copy> <from>'DeleteCourse failed with a SystemFault.'</from> <to variable="SystemFault" part="cause"/> </copy> @@ -89,11 +86,8 @@ <from>concat('*** System Fault occured in deleteCourse()!', ' ')</from> </sxt:log> </sxt:trace> + <copy> - <from>false()</from> - <to variable="DeleteCourseOut" part="success"/> - </copy> - <copy> <from>'DeleteCourse failed with an UnknownFault'</from> <to variable="UnknownFault" part="cause"/> </copy> @@ -170,11 +164,8 @@ <from>concat('*** IliasFault occured in deleteCourse()!', ' ')</from> </sxt:log> </sxt:trace> + <copy> - <from>false()</from> - <to variable="DeleteCourseOut" part="success"/> - </copy> - <copy> <from>'Ilias returned failed.'</from> <to variable="IliasFault" part="cause"/> </copy> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |