RE: webdav implementation in a separate application

2005-02-02 Thread Eckehard.Hermann
Hi Suresh, maybe a good start to develop a webdav client would be the wvcm client API, which can be found in the CVS under jakarta-slide\proposals\wvcm. Addionally you will also find some sample code implemented as junit tests under jakarta-slide\proposals\wvcm\test\junit\src\org\apache\wvcm\test.

RE: Procedure for adding code ? Updated inheritable properties

2005-02-02 Thread Nick Longinow
Will do. -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 4:50 PM To: Slide Users Mailing List Subject: Re: Procedure for adding code ? Updated inheritable properties Would be best to create a bugzilla entry and attach your paches. O

RE: OutOfMemoryError on putMethod

2005-02-02 Thread Nick Longinow
A patch was put into 2.1 that dealt with a similar issue. Try using the zip compression option in your domain.xml and see if there is any difference. The older code could upload with zips but not unzipped, the patch made them both work. Nick -Original Message- From: Clive Borrageiro [mail

Oracle 10gAS setup ?

2005-02-02 Thread Nick Longinow
Has anyone setup authenticated, database-store slide on Oracle 10gAS ? I'm having troubles, getting a "invalid xml parser" error. Nick

deadlock on node (document within collection)

2005-02-02 Thread Nick Longinow
I am trying to find out what this means, assuming it means that some principal has a lock on a resource and the attempt to do a webdav put is conflicting. Neither the parent node, nor any above it in the slide tree show a true response to the weddav.isLocked() method. Any ideas what might be

RE: Procedure for adding code ? Updated inheritable properties

2005-02-02 Thread Krishna Kankipati
Nick, Does this mean that with this patch we can use webdav client to add Ace that has inheritable false to an ACL? Basically I am trying to use webdav client to be able to create a permission that should not inherit down the repository tree. Is it possible with your code change? Krishna

RE: Procedure for adding code ? Updated inheritable properties

2005-02-02 Thread Nick Longinow
Yes. Exactly so. -Original Message- From: Krishna Kankipati [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 3:06 PM To: 'Slide Users Mailing List' Subject: RE: Procedure for adding code ? Updated inheritable properties Nick, Does this mean that with this patch we ca

RE: Procedure for adding code ? Updated inheritable properties

2005-02-02 Thread Krishna Kankipati
Nick, Great, I have been waiting for this change for quiet some time ... thanks a bunch Krishna -Original Message- From: Nick Longinow [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 1:11 PM To: 'Slide Users Mailing List' Subject: RE: Procedure for adding code ? U

RE: Procedure for adding code ? Updated inheritable properties

2005-02-02 Thread Nick Longinow
You might have to wait longer; I don't know how long it takes for the committers to actually apply the patch, assuming they even accept it. Nick -Original Message- From: Krishna Kankipati [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 3:12 PM To: 'Slide Users Mailing List' C

RE: Procedure for adding code ? Updated inheritable properties

2005-02-02 Thread Krishna Kankipati
Nick, We are waiting on this fix for a release this month end, do you think this patch will be approved by then? Where do I get the patch from . Krishna -Original Message- From: Nick Longinow [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 1:18 PM To: 'Slide User

tomcat configuration questions

2005-02-02 Thread Brian Moseley
i'm trying to deploy the slide server binary distribution into an existing tomcat 5.0.28 installation. it's mostly straightforward, but i've run into a few issues when trying to enable security with SlideRealm. 1) am i nuts or is the catalinawrapper jar not included in the server binary distri

slide-admin app

2005-02-02 Thread Brian Moseley
i've seen references on the wiki and elsewhere to a slide-admin webapp that does user mgmt and lock killing. can't find the app tho. does it still exist, or is it an obsolete part of an earlier version? - To unsubscribe, e-mail

RE: Oracle 10gAS setup ?

2005-02-02 Thread Ragia
Hi Nick, You can replace xmlparserv2.jar on the lib directory of Oracle 10gAS with the recent one found on oracle site. I used the xmlparserv2.jat version that comes with OC4J905 preview version & it worx fine with me. Hope this helps :) Ragia -Original Message- From: Nick Longi