Project

General

Profile

« Previous | Next » 

Revision 42ea3f73

Added by Cherian Mathew over 8 years ago

#5214 Fix initialization of remoting session

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNavigator.java
150 150
			conversation = CdmStore.createConversation();
151 151
			conversation.registerForDataStoreChanges(TaxonNavigator.this);
152 152
		}
153
		if (CdmStore.isActive() && cdmEntitySession == null) {
153
		if (CdmStore.isActive()) {
154 154
		    cdmEntitySession = CdmStore.getCurrentSessionManager().newSession(this, true);
155 155
		    CdmApplicationState.getCurrentDataChangeService().register(this);
156 156
		}

Also available in: Unified diff