Project

General

Profile

« Previous | Next » 

Revision 5479cc9a

Added by Andreas Kohlbecker about 5 years ago

ref #8132 fixing problem of uncommited transaction in RegistrationWorkingsetPresenter

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkingsetPresenter.java
778 778
                                getRepo().getRegistrationService().saveOrUpdate(registration);
779 779
                                logger.debug("Blocking registration created, added to registion and persited");
780 780
                            }
781
                            getRepo().commitTransaction(txStatus);
782
                            // TODO move into a service class --------------
783 781
                        }
782
                        getRepo().commitTransaction(txStatus);
783
                        // TODO move into a service class --------------
784 784
                    } finally {
785 785
                        getRepo().getSession().clear();
786 786
                    }

Also available in: Unified diff