How can i commit a node in JCRRepositorty that will persist in all session.
node.getSession().save(). See save(). in jcr spec or javadoc.
node.getSession().save()