How can i commit a node in JCRRepositorty that will persist in all session.

link|improve this question

51% accept rate
feedback

1 Answer

node.getSession().save(). See save(). in jcr spec or javadoc.

link|improve this answer
1  
Small type: this should read getSession() – michid Dec 4 '10 at 16:27
Thank you. I corrected. – Istao Dec 4 '10 at 20:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.