Project

General

Profile

« Previous | Next » 

Revision d2accd99

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
768 768
                                getRepo().getRegistrationService().saveOrUpdate(registration);
769 769
                                logger.debug("Blocking registration created, added to registion and persited");
770 770
                            }
771
                            getRepo().commitTransaction(txStatus);
772
                            // TODO move into a service class --------------
773 771
                        }
772
                        getRepo().commitTransaction(txStatus);
773
                        // TODO move into a service class --------------
774 774
                    } finally {
775 775
                        clearSession();
776 776
                    }

Also available in: Unified diff