I am not sure if this applies to your situation or not, but my
experience with WebdavResource is as follows:

1. All of the helpful attribute get methods return internal attributes
of the Webdav Resource object.
2. The internal attributes are set with a behind the scenes propfind.
3. If you specify NONE (as opposed to DEFAULT) for what properties to
get when creating a new WebdavResource the internal attributes are never
populated (well almost never).
4. No warning is given about this situation.

In my opinion, in an OO environment, this is a huge design flaw, at the
very least some sot of unitialized exception should be thrown or a
background propfind should execute.  It is not however a bug because it
is working as intended.


-----Original Message-----
From: Sven Pfeiffer [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 03, 2005 2:43 AM
To: 'Slide Users Mailing List'
Subject: Bug in WebdavResource.getCreationDate()?

Hi,

I am using slide in a project.

I build a custom GUI for browsing it and I encountered a problem.

WebdavResource.getCreationDate() always returns 0.

When executin a propfind on creationdate the correct creation date
(minus one hour) is returned.

Is this a known issue?

SVen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to