From: <ha...@us...> - 2008-10-23 05:16:10
|
Revision: 2242 http://cogkit.svn.sourceforge.net/cogkit/?rev=2242&view=rev Author: hategan Date: 2008-10-23 05:16:05 +0000 (Thu, 23 Oct 2008) Log Message: ----------- oops; forgot to update that method, which may cause commands not to time out when they should Modified Paths: -------------- trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/workflow/service/commands/Command.java Modified: trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/workflow/service/commands/Command.java =================================================================== --- trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/workflow/service/commands/Command.java 2008-10-21 21:53:56 UTC (rev 2241) +++ trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/workflow/service/commands/Command.java 2008-10-23 05:16:05 UTC (rev 2242) @@ -140,8 +140,7 @@ public void executeAsync(KarajanChannel channel, Callback cb) throws ProtocolException { this.cb = cb; - channel.registerCommand(this); - send(); + send(channel, true); } public void executeAsync(KarajanChannel channel) throws ProtocolException { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |