Fix application update issue

feature/appm-store/pbac
lasanthaDLPDS 5 years ago
parent 93fa110a08
commit 68b9795201

@ -1579,6 +1579,7 @@ public class ApplicationManagerImpl implements ApplicationManager {
log.error(msg);
throw new ApplicationManagementException(msg);
}
ConnectionManagerUtil.commitDBTransaction();
} catch (UserStoreException e) {
ConnectionManagerUtil.rollbackDBTransaction();
throw new ApplicationManagementException(

Loading…
Cancel
Save