Jorg,There are scenarios in which we call some CQ APIs, and these APIs call save internally. For example, PageManager.touch saves the node immediately.So even if I don't call session.save in my code, some changes might still be committed without using an explicit transaction manager.As we are using ...