Hi,
I tried using the Slide WebDAV client library for an application but I
encountered some bugs during creation of objects of methods which inherit
from XMLResponseMethodBase particularly the following methods:
1.Delete
2.PropFind
3.PropPatch
4.Search
When I try to create an object of any of these classes using say
SearchMethod searchMethod = new SearchMethod();
I get a java.lang.NoSuchFieldError : name exception..
On going through the source code.. i found that each of the constructors
tries to set the value of the variable "name" to the name of the WebDAV
method.. but I could not find the variable "name" in either of these classes
or in the classes XMLResponseMethodBase,HTTPMethodBase ... WHERE IS THIS
VARIABLE DEFINED???
Please let me know what the solution could be ... or is there any other
error...
P.S: I have the following jar files already in my CLASSPATH environment :
commons-httpclient.jar, webdavlib.jar xerces.jar, jdom.jar. The only
thing missing could be commons-logging.jar.... Is that the reason I am
getting the exception????
Atul Kolhatkar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]