RE: Slide client and Oracle XML Repository - error when using jdbc/Oracle

2005-07-18 Thread Raman Sandhu
Hi Andrea If you want to use input stream these is another API bundled with VFS(virtual File System) which has both methods to put and get the data thru input and output streams. URL to run that is webdav://+_userId+:+_password+@+getServerName()+:+getServerPort()+ge tFileLocation() //

Webdav Protocole question about method PUT and File Locking timeout

2005-07-18 Thread Jean-Philippe Encausse
Hi User A open a File User B open the same but a LOCK is already on User A make a PUT (by writting something) User A wait and a TIMEOUT append User B can now access the File User B make a PUT (by writting something) User B close the file User A make a PUT (by writting something) At this time

Re: file locking and events (Newby)

2005-07-18 Thread Jacob Lund
see inside /jacob - Original Message - From: Patrick Ruhkopf [EMAIL PROTECTED] To: slide-user@jakarta.apache.org Sent: Monday, July 18, 2005 4:11 PM Subject: file locking and events (Newby) Hi all, Maybe this is more like a WebDAV newby question, but I couldn't find anything

slide cache off in Slide2.0

2005-07-18 Thread Venu Sunil Boyireddy
Hi We have to set the slide caching off. Due to some constraints we can not go for Slide2.1. We did it by changing value of globalCacheOff to true, in ExtendedStore.java. But it causes us some other issues like when any object is created it's not storing the ACL. Can any one suggest a way?