From: <pka...@us...> - 2009-07-08 10:44:34
|
Revision: 324 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=324&view=rev Author: pkasprzak Date: 2009-07-08 10:44:27 +0000 (Wed, 08 Jul 2009) Log Message: ----------- * Prettying... Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddAccount.bpel Modified: trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddAccount.bpel =================================================================== --- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddAccount.bpel 2009-07-08 10:41:29 UTC (rev 323) +++ trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/AddAccount.bpel 2009-07-08 10:44:27 UTC (rev 324) @@ -57,7 +57,7 @@ </assign> <!-- Construct login --> - <if> + <if name="ConstructLogin"> <condition>$AddAccountIn.account/dt:attribute[dt:name = 'login']/dt:value/text()</condition> <!-- Login is set in attributes --> <assign> @@ -89,7 +89,7 @@ </if> <!-- Construct Password --> - <if> + <if name="ConstructPassword"> <condition> $AddAccountIn.account/dt:attribute[dt:name = 'password']/dt:value/text() and string-length($AddAccountIn.account/dt:attribute[dt:name = 'password']/dt:value/text()) > 5</condition> <!-- Password is set in attributes AND long enough --> @@ -112,7 +112,7 @@ </if> <!-- Construct EMail --> - <if> + <if name="ConstrucEMmail"> <condition>$AddAccountIn.account/dt:attribute[dt:name = 'emailAddress']/dt:value/text()</condition> <!-- EMail is set in attributes --> <assign> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |