Changeset 374 for gssim_ui/branches
- Timestamp:
- 08/10/12 15:14:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java
r373 r374 209 209 210 210 } catch (SQLException e) { 211 ;212 } catch (InstantiationException e) { 213 ;214 } catch (IllegalAccessException e) { 215 ;216 } catch (ClassNotFoundException e) { 217 ;218 } catch (Exception e) { 219 ;211 log.error(e); 212 } catch (InstantiationException e) { 213 log.error(e); 214 } catch (IllegalAccessException e) { 215 log.error(e); 216 } catch (ClassNotFoundException e) { 217 log.error(e); 218 } catch (Exception e) { 219 log.error(e); 220 220 } finally { 221 221 closeConnection(connection, null); … … 234 234 Runtime.getRuntime().exec(cmd).waitFor(); 235 235 } catch (Exception e) { 236 ;236 log.error(e); 237 237 } 238 238 239 return doSubmitApplication(grmsURL, grmsDN, jobDescription); 239 return (GSSimStudioModel) VineFlexUtilClass.getUIModel(); 240 //return doSubmitApplication(grmsURL, grmsDN, jobDescription); 240 241 } 241 242
Note: See TracChangeset
for help on using the changeset viewer.