RE: User addition problem

2004-03-04 Thread slide
Hi Andrey, Would you share your user addition code ? This obvious feature looks not so easy to implement. First difficulty comes from the Configuration class: its documentation says it provides only read methods. Then share this code with the community (or at least with me :P) would be greatly app

RE: slide and external UserTransactions

2004-03-04 Thread Steve Ebersole
Most excellent. That will be very good functionality. In the current code base, am I correct in assuming that using the J2EE store against a container managed datasource will give me XA control via the container's TM? Probably not through WebDAV, but I mean if I use the Slide API? Basically, I'

Q: Problem with Slide 2.0b1 + OS X?

2004-03-04 Thread ty
Hi All! I setup Tomcat 5.0.18 + Slide 2.0b1 on Mac OS X 10.3 and got tomcat to startup without complaint. Making minimal configuration changes, I can mount the drive in Finder, and I can navigate through each of the folders. However when I attempt to write a file (through a drag+drop opera

Re: Can any one provide help on how to relate with slide to have a feel of the basic

2004-03-04 Thread Gbenga Bello
Hello friends, I'm glad to discuss my progress with the slide API as well as emerging challenges I have been able to get a file from the server I have also been able to put a file into the server. However, I am experiencing some challenges 1) I could not retrieve any of the files I put into t

extractor/indexer in domain.xml

2004-03-04 Thread Ajay K. Mallik
Hi Daniel/Martin, Can you send me the snippet of the extractor configuration in domain.xml? I got the latest from cvs but I don't see the extractor configuration in domain.xml in store section..there is only one for indexer. Thanks Ajay

Re: slide and external UserTransactions

2004-03-04 Thread Daniel Florey
There is an implementation in ms exchange server. But this is not (yet) standard. We will make this feature optional (via slide.properties), so that it will not disturb the webdav compliance if wanted. Daniel [EMAIL PROTECTED] wrote: Is it in the webdav standard or it is a webdav feature presen

RE: slide and external UserTransactions

2004-03-04 Thread Christophe . LOMBART
Is it in the webdav standard or it is a webdav feature present only in Slide ? Is it supported into other webdav server ? Christophe -Original Message- From: Daniel Florey [mailto:[EMAIL PROTECTED] Sent: jeudi 4 mars 2004 12:54 To: Slide Users Mailing List Subject: Re: slide and exte

RE: slide and external UserTransactions

2004-03-04 Thread Andrew Fawcett
Hi, I also wish to embedded Slide into our application server environment and have it join our transactions via an XAResource. So for example I can post an invoice and have the attachments associated with it uploaded into the store within the same transaction. So this thread is very interesting

Re: slide and external UserTransactions

2004-03-04 Thread Oliver Zeigermann
Steve, WebDAV is transactionless. That's right. Though, when you view Slide as a database for content, not only as a WebDAV server, why not having transactions in Slide? Of course a transaction method for external control will be none-WebDAV-standard, but Slide specific. Oliver Steve Ebersole

Re: slide and external UserTransactions

2004-03-04 Thread Daniel Florey
Hi, we are currently working on a webdav method that will provide some kind of transaction support via webdav. So this is the basis for implementing a connector. regards, Daniel Steve Ebersole wrote: Thanks for all the info. Oliver, when you say "a connector to Slide talking WebDAV", are you

RE: slide and external UserTransactions

2004-03-04 Thread Steve Ebersole
Thanks for all the info. Oliver, when you say "a connector to Slide talking WebDAV", are you taking about from inside the XAResource? Isn't WebDAV inherently transactionless? -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 3:44 AM To:

Re: slide and external UserTransactions

2004-03-04 Thread Oliver Zeigermann
Hi Ritu, there is no time frame as we are currently experimenting and have no final conecept, yet. Oliver Ritu Kedia wrote: Daniel, I am also very much interested in J2EE transaction support. Is there any time frame in which this support is planned to be released? Regards, Ritu -Origina

Re: slide and external UserTransactions

2004-03-04 Thread Oliver Zeigermann
Hi Steve, if you just want to have a transactional file system, plugging in all Slide might be overkill. I have implemented the tx file system to be more or less independent of Slide. Have a look at the classes in org.apache.slide.store.txfile.rm. What you would have to do, though, is to write

RE: slide and external UserTransactions

2004-03-04 Thread Ritu Kedia
Daniel, I am also very much interested in J2EE transaction support. Is there any time frame in which this support is planned to be released? Regards, Ritu -Original Message- From: Daniel Florey [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 2:54 PM To: Slide Users Mailing List

Re: slide and external UserTransactions

2004-03-04 Thread Daniel Florey
Hi Steve, I'm sorry to tell you that it is not possible to use slide as a transactional file store in j2ee-context. We are working on making slide available as a xa datasource via jca, but this will take some time. This feature will not make it into slide 2.0 but perhaps in slide 2.x (x>0). Regar

RE: structure of History and how to clean up

2004-03-04 Thread Jacob Lund
It did help - this mail is a result of a personal problem between me and my Microsoft Outlook :-) I would never cross post messages between these two lists. I am testing your setup now - if this works, then I will be a very happy man. Thank you for the help. /jacob -Original Message- Fr