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 TarPM and it is transactional, is there a way to
expose a JCR transaction manager, etc. to have total, explicit control
over transactions?Thanks.