PropPatchMethod Hints

2004-11-18 Thread Tim Frank
I thought this piece of information might be useful for others who are using/setting their own properties. I had some difficulty using the PropPatchMethod from the org.apache.webdav.lib.methods class for properties that had children/descendants. For example, the auto-version property

Re: proppatchMethod() of a version controlled resource

2004-11-16 Thread lixin chu
the custom property stored somewhere else. --- lixin chu [EMAIL PROTECTED] wrote: Hi, I am trying to write a custom property of a version controlled resource. I follow some suggestion that setting 'false' to auto-version-control and leave blank to auto-version. In this case, proppatchMethod

RE: Problem with proppatchMethod for property group-member-set

2004-08-03 Thread Krishna Kankipati
Mason [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 10:13 PM To: [EMAIL PROTECTED] Subject: RE: Problem with proppatchMethod for property group-member-set Two things to try: 1) Look at the code the command line client uses to send proppatches to the server. The client library supports

Problem with proppatchMethod for property group-member-set

2004-08-02 Thread Krishna Kankipati
Hi, I am writing a wrapper on top of WebDav Client 2.1 M1 (with latest CVS code for DOMUtils.java). I am having a problem executing proppatchMethod() for the property group-member-set. I am trying to assign user john to role root. If I try the same through DAVExplorer 0.9, it is working

RE: PropPatchMethod and property data types

2004-05-25 Thread Michael Oliver
CTO Matrix Intermedia Inc. 3325 N. Nellis Blvd, #1 Las Vegas, NV 89115 Phone:(702)643-7425 Fax:(520)844-1036 -Original Message- From: Paananen, Tero [mailto:[EMAIL PROTECTED] Sent: Monday, May 24, 2004 6:54 AM To: [EMAIL PROTECTED] Subject: PropPatchMethod and property data types Looks

RE: PropPatchMethod and properties of properties

2004-05-25 Thread Paananen, Tero
}/ !-- these are the properties to be set -- h1:0x8104 b:dt=dateTime.tz2003-09-11T18:45:00.00Z/h1:0x8104 h2:0x801c b:dt=int1/h2:0x801c d:set d:prop /d:prop /d:set /d:propertyupdate The datatypes (b:dt=dateTime.tz) are specified as properties of the PropPatchMethod property to set. Confused yet? :) Slide, however, doesn't

PropPatchMethod and property data types

2004-05-24 Thread Paananen, Tero
Looks like PropPatchMethod is not supporting setting datatypes on the properties to be set, thus limiting me to setting String type properties only. Since my project absolutely requires support for other data types on the client side, I'm in wee bit of trouble. Before I go ahead and extend Slide

Re: PropPatchMethod and property data types

2004-05-24 Thread Julian Reschke
Paananen, Tero wrote: Looks like PropPatchMethod is not supporting setting datatypes on the properties to be set, thus limiting me to setting String type properties only. Since my project absolutely requires support for other data types on the client side, I'm in wee bit of trouble. Before I go

Re: PropPatchMethod and property data types

2004-05-24 Thread Simone Gianni
in a property. Ciao, Simone Gianni At 15.53 24/05/2004, you wrote: Looks like PropPatchMethod is not supporting setting datatypes on the properties to be set, thus limiting me to setting String type properties only. Since my project absolutely requires support for other data types on the client

proppatchMethod

2002-03-21 Thread Elodie Tasia
Hi, I'm testing the proppathMethod from the class WebdavResource. But I've seen in the code source that there is written that the property name must be in DAV: namespace. When I try to use it to change the value of an existing property, I get a not allowed method, even if I'm logged as root