directorySession.commit() actually does nothing if you're in a managed situation, which is the case when you configured your directory through a datasource.
"Managed" means that there's a container that deals with transaction begin/commit for you. Nuxeo does the transaction management at the HTTP filter level, so it's always done for every request (unless otherwise configured by http://explorer.nuxeo.org/nuxeo/site/distribution/Nuxeo%20DM-5.4.2/viewComponent/org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService) --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
