Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 51926 invoked from network); 4 Jan 2005 22:48:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Jan 2005 22:48:36 -0000 Received: (qmail 16936 invoked by uid 500); 4 Jan 2005 22:48:22 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 16887 invoked by uid 500); 4 Jan 2005 22:48:22 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 16869 invoked by uid 99); 4 Jan 2005 22:48:22 -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.184.200 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.200) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 04 Jan 2005 14:48:19 -0800 Received: by wproxy.gmail.com with SMTP id 68so60022wra for ; Tue, 04 Jan 2005 14:48:17 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Y/zshx2K4ZHWF0dsteHpUqtEdrU4TPr1/4kTnsAmfMAVfA+FXAo7Sz9SMMwKamYbyMgX04uTSEcLUO+FfdiPKlZPWCk08Xn7xICE7QIieSBATdHo4UP3CcqU5IW5PknJ6eJWOOFGIxyx7YFmVUnCEbq7wZDz273Ri0AZd2yTUk8= Received: by 10.54.3.5 with SMTP id 5mr105995wrc; Tue, 04 Jan 2005 14:48:17 -0800 (PST) Received: by 10.54.11.51 with HTTP; Tue, 4 Jan 2005 14:48:17 -0800 (PST) Message-ID: <9da4f45205010414484a164265@mail.gmail.com> Date: Tue, 4 Jan 2005 23:48:17 +0100 From: Oliver Zeigermann Reply-To: ozeigermann@apache.org To: halcyon@ratemod.com Subject: Re: Transaction - FileResourceManager Cc: Jakarta Commons Users List In-Reply-To: <200501042237.j04MbAQ07323@mmellor.whsites.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <9da4f4520501041427462fe6ef@mail.gmail.com> <200501042237.j04MbAQ07323@mmellor.whsites.net> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Jakarta Slide, the project commons transaction emerged from, uses the file store as part of a JTA transaction. However, Slide has its own tx manager which might (not sure) not be entirely compliant to the spec. Oliver On Tue, 4 Jan 2005 15:37:29 -0700, David Erickson wrote: > In fact at the most opportunistic level I'd like to integrate this with JTA, > since I have some database updates that depend on files being written > correctly etc. Has anyone attempted to plug this in with JTA? > -David > > > -----Original Message----- > > From: Oliver Zeigermann [mailto:oliver.zeigermann@gmail.com] > > Sent: Tuesday, January 04, 2005 3:28 PM > > To: halcyon@ratemod.com > > Cc: Jakarta Commons Users List > > Subject: Re: Transaction - FileResourceManager > > > > On Tue, 4 Jan 2005 14:10:45 -0700, David Erickson > > wrote: > > > Thanks for the reply Oliver. I was also wondering is it possible to > > create > > > directories with this package? IE using my below example if I needed to > > > create /4 for a total of /storage/content/4 (4 being a directory)? > > > > It's similar to CVS. You can not explicitely create directories, this > > is a limiation of the current implementation :( > > > > They will be created (and deleted) along with the resource to be > > created (or deleted). E.g. if you create resource > > /storage/content/4/file.txt, all the directories will be created for > > you. If you delete the resource and the directories are empty > > otherwise they will be deleted as well. > > > > Oliver > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: commons-user-help@jakarta.apache.org > > > > -- > > No virus found in this incoming message. > > Checked by AVG Anti-Virus. > > Version: 7.0.296 / Virus Database: 265.6.7 - Release Date: 12/30/2004 > > > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.296 / Virus Database: 265.6.7 - Release Date: 12/30/2004 > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org