On 15.07.11 23:09, "ChadDavis" <[email protected]> wrote: >I'm not familiar with the transaction API for the JCR, but it's >covered in the specification. The Session doesn't write any of it's >changes until you session.save(). Transactions are something more >than this.
Session.save() is transactional in itself. The support of Java transactions in JCR is only needed when you need to want 2-phase-commit involving a totally different persistence mechanism. Regards, Alex -- Alexander Klimetschek Developer // Adobe (Day) // Berlin - Basel
