Changeset 376 for gssim_ui/branches
- Timestamp:
- 08/10/12 20:04:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/views/ExperimentEditor.mxml
r365 r376 43 43 44 44 [Bindable] 45 public var showDebug : Boolean = false;45 public var showDebug : Boolean = true; 46 46 47 47 private var isFileTransfering : Boolean = false; … … 197 197 var reader : resourceReader = new resourceReader(parentApplication.topologyEditor.objectCanvas, false); 198 198 reader.readFromString(file.data); 199 }200 201 /*****************202 * GRMS3 Methods *203 *****************/204 private function submit() : void205 {206 //var serviceDN : String = "/C=PL/O=GRID/O=PSNC/CN=grms/elder3.man.poznan.pl";207 //var serviceURL : String = "https://elder3.man.poznan.pl:8443/gridge/services/GrmsJobFactory";208 var serviceDN : String = "/C=PL/O=GRID/O=PSNC/CN=qcg-broker/qcg-broker.man.poznan.pl";209 var serviceURL : String = "https://elder12.man.poznan.pl:8443/qcg/services/JobFactory";210 parentApplication.service.doSubmitApplication(serviceURL, serviceDN, jobDesc.text);211 199 } 212 200 … … 368 356 width="200" y="150" change="onServerComboChange(event)" 369 357 /> 370 <mx:TextArea id="jobDesc" text="{parentApplication.xml}" width="400" height="300" y="170" enabled="false"/>371 358 </mx:VBox> 372 359 <mx:TextArea id="propertiesFile" width="400" height="300" y="170" /> 373 <mx:Button label="submit job" click="submit()"/>374 360 </mx:HBox> 375 361 </mx:VBox>
Note: See TracChangeset
for help on using the changeset viewer.