ref #6925 Set conversation and cdmEntitySession to null for dispose
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / editor / definedterm / e4 / DefinedTermEditorE4.java
index fcf5fa63f463ac9fde270d30f61de04f55769e39..ad965840928c1f19e8607ee396d6c27669bb29c6 100644 (file)
@@ -234,6 +234,7 @@ IPartContentHasDetails, IPartContentHasSupplementalData, IE4SavablePart, IContex
            if(conversation!=null){
                conversation.unregisterForDataStoreChanges(this);
                conversation.close();
+               conversation = null;
            }
            if(input!=null){
                input.dispose();