Changeset 374 for gssim_ui/branches


Ignore:
Timestamp:
08/10/12 15:14:39 (13 years ago)
Author:
mcichenski
Message:
 
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  
    209209                         
    210210                } 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); 
    220220                } finally { 
    221221                        closeConnection(connection, null); 
     
    234234                        Runtime.getRuntime().exec(cmd).waitFor(); 
    235235                } catch (Exception e) { 
    236                         ; 
     236                        log.error(e); 
    237237                } 
    238238                 
    239                 return doSubmitApplication(grmsURL, grmsDN, jobDescription); 
     239                return (GSSimStudioModel) VineFlexUtilClass.getUIModel(); 
     240                //return doSubmitApplication(grmsURL, grmsDN, jobDescription); 
    240241        } 
    241242     
Note: See TracChangeset for help on using the changeset viewer.