#5214 Fix initialization of remoting session
authorCherian Mathew <c.mathew@bgbm.org>
Tue, 8 Sep 2015 12:03:24 +0000 (14:03 +0200)
committerCherian Mathew <c.mathew@bgbm.org>
Tue, 8 Sep 2015 12:03:24 +0000 (14:03 +0200)
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNavigator.java

index d41b1489f4711b19ad724d8b9c9b7322dd383043..c2d28d358fa70b5e7943a6229cca03f58ccc46bd 100644 (file)
@@ -150,7 +150,7 @@ public class TaxonNavigator extends CommonNavigator implements
                        conversation = CdmStore.createConversation();
                        conversation.registerForDataStoreChanges(TaxonNavigator.this);
                }
-               if (CdmStore.isActive() && cdmEntitySession == null) {
+               if (CdmStore.isActive()) {
                    cdmEntitySession = CdmStore.getCurrentSessionManager().newSession(this, true);
                    CdmApplicationState.getCurrentDataChangeService().register(this);
                }