Project

General

Profile

« Previous | Next » 

Revision 69e847c4

Added by Katja Luther over 6 years ago

bind cdmSession before save in BulkdEditor

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java
204 204
	}
205 205

  
206 206
	public void save(IProgressMonitor monitor, boolean resetMerge) {
207

  
207
	    if (!input.getCdmEntitySession().isActive()){
208
            input.getCdmEntitySession().bind();
209
        }
208 210
	    input.saveModel(resetMerge);
209 211

  
210 212
	    // commit the conversation and start a new transaction immediately

Also available in: Unified diff