Project

General

Profile

« Previous | Next » 

Revision ce82a12e

Added by Cherian Mathew over 8 years ago

Bind null session for new derived unit wizard

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewDerivedUnitBaseWizard.java
59 59

  
60 60
    public NewDerivedUnitBaseWizard() {
61 61
        super();
62
        CdmStore.getCurrentSessionManager().bindNullSession();
62 63
    }
63 64

  
64 65
    public NewDerivedUnitBaseWizard(SpecimenOrObservationType specOrObsType) {
......
171 172
                MessagingUtils.error(DerivateSearchCompositeController.class, e);
172 173
            }
173 174
        }
175

  
174 176
        return performFinish;
175 177
    }
176 178

  

Also available in: Unified diff