110111112113114115116117118119120
try { WGARuntimeConfigurationModel model = new WGARuntimeConfigurationModel(); model.init(_runtime); if (model.getRemoteLocation() == null || !model.getRemoteLocation().equals(_remoteLocationPage.getLocation())) { model.setRemoteLocation(_remoteLocationPage.getLocation()); model.saveChanges(); } } catch (Exception e) { // ignore }
6869707172737475767778