Author: samindaw
Date: Fri Sep 21 17:13:17 2012
New Revision: 1388571

URL: http://svn.apache.org/viewvc?rev=1388571&view=rev
Log:
save the experiment name

Modified:
    
airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java

Modified: 
airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java
URL: 
http://svn.apache.org/viewvc/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java?rev=1388571&r1=1388570&r2=1388571&view=diff
==============================================================================
--- 
airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java
 (original)
+++ 
airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java
 Fri Sep 21 17:13:17 2012
@@ -369,7 +369,7 @@ public class WorkflowInterpreterLaunchWi
                             
,null,configuration.getMessageBoxURL().toASCIIString());
                     
stub._getServiceClient().addHeader(AXIOMUtil.stringToOM(XMLUtil.xmlElementToString(builder.getXml())));
                     stub.launchWorkflow(workflow.toXMLText(), 
topicString,inputNameVals);
-//                    
engine.getConfiguration().getJcrComponentRegistry().getRegistry().saveWorkflowExecutionName(topicString,
 instanceNameFinal);
+                    
engine.getConfiguration().getJcrComponentRegistry().getRegistry().updateExperimentName(topicString,
 instanceNameFinal);
                 } catch (Exception e) {
                     
WorkflowInterpreterLaunchWindow.this.engine.getGUI().getErrorWindow().error(e);
                 }


Reply via email to