opends/src/guitools/org/opends/guitools/controlpanel/ui/TableViewEntryPanel.java
@@ -226,6 +226,26 @@ */ public Entry getEntry() throws OpenDsException { if (SwingUtilities.isEventDispatchThread()) { editor.stopCellEditing(); } else { try { SwingUtilities.invokeAndWait(new Runnable() { public void run() { editor.stopCellEditing(); } }); } catch (Throwable t) { } } Entry entry = null; LDIFImportConfig ldifImportConfig = null; try