Project

General

Profile

« Previous | Next » 

Revision 67fc6d9b

Added by Cherian Mathew over 8 years ago

#5282 Use null session in referencing objects view

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/referencingobjects/ReferencingObjectsView.java
82 82
	private ICdmEntitySession cdmEntitySession;
83 83

  
84 84
	public ReferencingObjectsView() {
85
	    cdmEntitySession = CdmStore.getCurrentSessionManager().newSession(this, true);
85
	    cdmEntitySession = CdmStore.getCurrentSessionManager().bindNullSession();
86 86
	}
87 87

  
88 88
	/* (non-Javadoc)

Also available in: Unified diff