Re: Slide Transaction

2006-01-03 Thread Rakesh Saha
Thanks for your help. I will take a look but most likely there are some issues with my code itself which is similar to Webdav but may be I missed something. My usecase is the following : 1. Create files in slide. [ not committed ] 2. Read the files from slide for creating some record in DB. 3.

RE: Slide Transaction

2006-01-03 Thread Warwick Burrows
Yes but there are cases where you need to run a command and then get information on the object created to store yourself or return to a caller. For example a lock gets created on an object and in another method call within the same transaction we check that the object is locked before it can allow

RE: slide-user@jakarta.apache.org

2006-01-03 Thread Subramanian, Ekan G
Attached is the code sample for authenticating and connecting to a MS Exchange server 2003. It is a sample JSP. Let me know if oyu have any questions. Thanks Ekan -Original Message- From: Azam Jalali [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006 4:49 AM To: slide-user@jakart

RE: Slide Transaction

2006-01-03 Thread Michael Oliver
Can I ask why you want to access files or collections before they are committed? The whole point of a transaction is to package things so they either all happen or all do not. If you are using the API then you already have the files you put into the transaction. If you are doing it to test that

RE: Slide Transaction

2006-01-03 Thread Ray Sprinkle
Sorry, my experience is with the Webdav interface, I do know you have to go through back flips with the Webdav interface to insure that everything is part of the same transaction. -Original Message- From: Rakesh Saha [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006 8:59 AM To: Sl