From: <ale...@us...> - 2009-06-25 14:27:38
|
Revision: 272 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=272&view=rev Author: alexloewen Date: 2009-06-25 14:03:46 +0000 (Thu, 25 Jun 2009) Log Message: ----------- some Bugs Fixed. Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddCategory.bpel trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCourse.bpel Modified: trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddCategory.bpel =================================================================== --- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddCategory.bpel 2009-06-25 13:52:48 UTC (rev 271) +++ trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddCategory.bpel 2009-06-25 14:03:46 UTC (rev 272) @@ -168,7 +168,7 @@ <to variable="IliasFault" part="cause"/> </copy> <copy> - <from>'DeleteCategory.bpel'</from> + <from>'AddCategory.bpel'</from> <to variable="IliasFault" part="process"/> </copy> <copy> Modified: trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCourse.bpel =================================================================== --- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCourse.bpel 2009-06-25 13:52:48 UTC (rev 271) +++ trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/DeleteCourse.bpel 2009-06-25 14:03:46 UTC (rev 272) @@ -136,7 +136,7 @@ <assign name="prepareIliasFaultReply"> <sxt:trace> <sxt:log level="info" location="onStart"> - <from>concat('*** System Fault occured in deleteCourse()!', ' ')</from> + <from>concat('*** IliasFault occured in deleteCourse()!', ' ')</from> </sxt:log> </sxt:trace> <copy> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |