hi remy,
   I have done some testing with the webdavResource class and it looks like
the getSupportedLock() method always return blank.The reason i think is that
the  supported lock property value is being retreived as follows
   String supportedLock = property.getPropertyAsString();
The getPropertyAsString() method is using DOMUtils.getTextValue(Node) to
return the property value as a String.
I think this implementation works fine for properties like
GetLastModifiedProperty which contain a text node as an immediate
child.  But for properties like supportedlock since there is no immediate
child node the value is always blank.
    thanks,
    rajkumar

-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 9:06 AM
To: [EMAIL PROTECTED]
Subject: Re: I would like to help for an LDAP store


> Hi there
>
> My company would be interrested to use Slide with an LDAP store.
>
> So I would like to get involved into Slide project to help you add such
> a feature.
>
> Off course I obtained from my company the right to release all this work
> under the Apache License.

Great news !

> I would like to know if an LDAP store has already been planned and if
> there are already people working on it.

No, not at the moment.

> Thanks in advance for your responses

Remy

Reply via email to