Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 26408 invoked from network); 9 Nov 2004 09:12:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Nov 2004 09:12:56 -0000 Received: (qmail 17109 invoked by uid 500); 9 Nov 2004 09:12:55 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 17089 invoked by uid 99); 9 Nov 2004 09:12:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of peeter.piegaze@gmail.com designates 64.233.170.205 as permitted sender) Received: from [64.233.170.205] (HELO rproxy.gmail.com) (64.233.170.205) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 09 Nov 2004 01:12:53 -0800 Received: by rproxy.gmail.com with SMTP id g11so32244rne for ; Tue, 09 Nov 2004 01:12:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=LUj9DUsvByiStrm1RWhN234nCtZsKyggwWypORy9ZBNZwO+nHTvzzDjOfbC2oJaWlPBQY+3ryMy4qwMSfA7HXnuD06oYL9IhXWXcR1zKNDE6s6bdZ6Z6+IllR5D2pLexKpzXRHSdRdTJc5SvpkeXVNwAoY2aPcNGnyS5zBEVEto= Received: by 10.38.161.76 with SMTP id j76mr194736rne; Tue, 09 Nov 2004 01:12:50 -0800 (PST) Received: by 10.38.162.60 with HTTP; Tue, 9 Nov 2004 01:12:50 -0800 (PST) Message-ID: <3df33a2504110901127a87bfae@mail.gmail.com> Date: Tue, 9 Nov 2004 10:12:50 +0100 From: Peeter Piegaze Reply-To: peeter.piegaze@day.com To: jackrabbit-dev@incubator.apache.org, j.alkjaer@gmail.com Subject: Re: Reverting changes in the store In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Session.refresh(false) On Tue, 9 Nov 2004 09:51:06 +0100, j.alkjaer@gmail.com wrote: > A quick question: > > I can't seem to find the opposite of session/node.save() > something like rollback / revert > > So how do I *not* save the changes to the repo? > > /Johal >