The SQL plugin do not unregister it's EditBus listeners when unloading. This lead to this exception when leaving jEdit if SQL was unloaded manually.
This will also cause problems for sql plugin update.
12:34:55 [AWT-EventQueue-0] [error] EditBus: Exception while sending message on EditBus:
12:34:55 [AWT-EventQueue-0] [error] EditBus: java.lang.NoClassDefFoundError: sql/ResultSetPanel
12:34:55 [AWT-EventQueue-0] [error] EditBus: at sql.ResultSetWindow$BufferListener.handleMessage(ResultSetWindow.java:228)
12:34:55 [AWT-EventQueue-0] [error] EditBus: at org.gjt.sp.jedit.EditBus.dispatch(EditBus.java:246)
12:34:55 [AWT-EventQueue-0] [error] EditBus: at org.gjt.sp.jedit.EditBus.sendImpl(EditBus.java:281)
12:34:55 [AWT-EventQueue-0] [error] EditBus: at org.gjt.sp.jedit.EditBus.access$200(EditBus.java:87)
12:34:55 [AWT-EventQueue-0] [error] EditBus: at org.gjt.sp.jedit.EditBus$SendMessage.run(EditBus.java:461)
12:34:55 [AWT-EventQueue-0] [error] EditBus: at org.gjt.sp.jedit.EditBus.send(EditBus.java:206)
12:34:55 [AWT-EventQueue-0] [error] EditBus: at org.gjt.sp.jedit.jEdit._closeBuffer(jEdit.java:1998)
12:34:55 [AWT-EventQueue-0] [error] EditBus: at org.gjt.sp.jedit.gui.CloseDialog$ActionHandler.actionPerformed(CloseDialog.java:213)
Sergey, could you give approximate time when you plan to start working on this bug?
Hi. I am not doing Java these days, so anybody feel free to take care of that issue...
ok, setting as unassigned then.