|
|
|
@ -363,10 +363,11 @@ public class ConnectionListPane extends JListControlPane implements ConnectionSh
|
|
|
|
|
if (!WorkContext.getCurrent().isLocal()) { |
|
|
|
|
EventDispatcher.fire(RemoteConfigEvent.EDIT, "ConnectionConfig"); |
|
|
|
|
} |
|
|
|
|
ConnectionRepository.getInstance().invalidCache(); |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
FineLoggerFactory.getLogger().error(e.getMessage(), e); |
|
|
|
|
throw e; |
|
|
|
|
} finally { |
|
|
|
|
ConnectionRepository.getInstance().invalidCache(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|