From a61f2965b46709bc2b822dc51c48262a47e204ec Mon Sep 17 00:00:00 2001 From: Kushal Munir < kmunir@ca.ibm.com> Date: Fri, 23 Feb 2007 21:54:57 +0000 Subject: [PATCH] [170916] [efs] Implementation for SSH should work. FTP and Dstore will not work for EFS. Those implementations will be ready in next milestone. --- .../files/core/model/SystemFileTransferModeRegistry.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java b/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java index 2abc7fc554a..90970b89e0e 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java +++ b/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java @@ -115,6 +115,8 @@ public class SystemFileTransferModeRegistry try { wb = PlatformUI.getWorkbench(); } + // exception occurs if this is initialized before workbench has started + // TODO: we need to listen for workbench start to complete, then reinitialize catch (Exception e) { wb = null; }