From jackrabbit-dev-return-286-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Fri Nov 05 22:30:51 2004 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 25651 invoked from network); 5 Nov 2004 22:30:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Nov 2004 22:30:51 -0000 Received: (qmail 9220 invoked by uid 500); 5 Nov 2004 22:30:50 -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 9207 invoked by uid 99); 5 Nov 2004 22:30:50 -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 oliver.zeigermann@gmail.com designates 64.233.170.204 as permitted sender) Received: from [64.233.170.204] (HELO rproxy.gmail.com) (64.233.170.204) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 05 Nov 2004 14:30:50 -0800 Received: by rproxy.gmail.com with SMTP id i8so138826rne for ; Fri, 05 Nov 2004 14:30:43 -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:mime-version:content-type:content-transfer-encoding; b=DKrbd8AFPsF/uLLBJfdodeuikGc/Qk+4X21RYziKjyYFqAn7kEcun/3Zi7Fli41KT+Us0iSJxFhcnU76Va19irRScrNr8lIqjyrsFg89NSGsiGAKOTqEYWwBDCxsVF44WVD5FXX5cbRfVm2IrVbpLedad1QYmD7lciGEgD33CDM= Received: by 10.38.99.5 with SMTP id w5mr605350rnb; Fri, 05 Nov 2004 14:30:43 -0800 (PST) Received: by 10.38.78.47 with HTTP; Fri, 5 Nov 2004 14:30:43 -0800 (PST) Message-ID: <9da4f4520411051430144cef49@mail.gmail.com> Date: Fri, 5 Nov 2004 23:30:43 +0100 From: Oliver Zeigermann Reply-To: Oliver Zeigermann To: jackrabbit-dev@incubator.apache.org Subject: Why is there something a save method Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Why is there something like Ticket.save (resp. Session.save) or Node.save? Is it because of the two compliance levels? Will calls to save be needed when transactions are available as well? Does Jackrabbit support transactions, yet? Oliver