hi dirk,
The package org.apache.slide.search goes into the slide.jar file when we
do the build.
But the classes of the package org.apache.slide.search like SearchQuery
are used on the client side as well
to generate the search string in xml format. Does this mean that the jar
file slide.jar would also need
to be placed in the directory dist/client/lib along with webdav.jar and
webdavlib.jar
thanks,
rajkumar
-----Original Message-----
From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 12:11 PM
To: [EMAIL PROTECTED]
Subject: Re: WebdavResource upload wierdness
Dan Diephouse wrote:
> I'm sure this is really stupid of me, but I having some problems
> with the webdav client lib and I am at the end of my rope in trying to
> explain it! Also, if I should be posting to the http-commons list, let
> me know... Anyway, here is the flow of things:
>
> 1) user browses to a web page and uploads a file through html forms
> 2) the servlet stores the file
> 3) I take the input stream and give it to the
> WebdavResource.putMethod(InputStream)
> 4) Everything works great, unless the file is over 120kb!?!?!?! Then I
> get the following exception:
>
> org.apache.commons.httpclient.HttpException: Unable to process request
> at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:615)
> at
org.apache.webdav.lib.WebdavResource.putMethod(WebdavResource.java:2319)
> at
org.apache.webdav.lib.WebdavResource.putMethod(WebdavResource.java:2295)
>
> Arghh...But it works fine with files less then 120kb (rough estimate)...
> Can anyone give me any insight into this????
Could be several things... can't really say
I need to know what version you are using before I can look at you stack
trace.
If you could send a test program, that would make debugging this problem
easier.
Dirk