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:[EMAIL PROTECTED] > Sent: Tuesday, January 04, 2005 3:28 PM > To: [EMAIL PROTECTED] > Cc: Jakarta Commons Users List > Subject: Re: Transaction - FileResourceManager > > On Tue, 4 Jan 2005 14:10:45 -0700, David Erickson <[EMAIL PROTECTED]> > 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
