Re: 500- Internal server error

2004-07-27 Thread r d
Hi Oliver, It seems to be core slide issue so it would be there even if we plan to use just slide api and not webdav client, isn't it? Also it would be irrespective of store type file or db,isn't it? Is this problem related to locking and transactions? Currently we are seeing response times

Re: upload bunch of files

2004-07-27 Thread James Mason
WebFolders works well in a windows environment, and Konqueror works wells on Linux. On MacOS you could try davfs. -James >>> [EMAIL PROTECTED] 07/26/04 9:03 AM >>> Could I have a good method so that I can upload bunch of files at the same time, such as 1000 files togther? thanks a lot. haipeng

If-Modified-Since broken?

2004-07-27 Thread Jason Harrop
Hi I'm testing Slide 2. Under certain circumstances, XML Spy will include an If-Modified-Since header in its GET requests. XML Spy appears to be working correctly. However, Slide is incorrectly returning a 304. See below for transcript of what i did. I wanted to see whether Slide 1x behaved th

NullPointerException when creating a new version of a resource

2004-07-27 Thread Andrey Shulinsky
Hi there! I've got one more problem during the migration from 2.0 Beta to 2.0 Release. When I turned on auto-versioning: Domain.xml: true slide.properties: # Use version control (DeltaV) # Default: true org.apache.slide.versioncontrol=true I can not create a new

RE: Need help on slide custom store

2004-07-27 Thread Mihir Solanki
Thanks for your guidance... I would like to figure out that I am using slide 2.0 source version and I am not able to find any classes like mentioned below.. org.apache.slide.store.mem.TransientSecurityStore org.apache.slide.store.mem.TransientLockStore So is it not available in slide 2.0 OR if

Re: client.java

2004-07-27 Thread James Mason
1. The files go where you tell them to ;). Look at the Domain.xml file (in TOMCAT_HOME/slide, if you're using the binary download). The content store has two configuration properties that determine where the files are uploaded. They'll probably be in TOMCAT_HOME/bin/store, if you're using the defau

DeltaV and Slide

2004-07-27 Thread sapatnav
Hi! I'm looking for information on how well Slide 2.0 is compliant with DeltaV. Could someone point me to the right page or just explain briefly? Thanks! Regards, Amol. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Very large file problem for JDBC storage

2004-07-27 Thread KeyEvent
Hi I am using 2.1 M1 and oracle storage for upload file. The problem is that oracle has a 4GB limitation for LOB maxsize, what will happen if a file more than that is uploaded? will slide find a way to handle it or just failed. I tried to upload some large file such as 2GB and failed, anyone h

client.java

2004-07-27 Thread Jimmy Yu
Hello, I was able to view the source code of the put() in Client.java code, and I made some progress with my test file. I now have the following questions... 8-) 1, does the file go into /temp/files directory? I have modified the web.xml to allow only /files to be seen. If it doesn't go to the

Re: sample code?

2004-07-27 Thread James Mason
I know it's not what you're looking for, but have a gander at Client.java in the command line client. The way it's structured makes it pretty easy to figure out which method does what and the code is fairly clear. -James >>> [EMAIL PROTECTED] 7/27/2004 11:27:09 AM >>> Hi, Does anyone know a good

sample code?

2004-07-27 Thread Jimmy Yu
Hi, Does anyone know a good place that have some sample code for slide and webdav? I did not see too many (if any) on google at all. Sincerely -- Jimmy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Problems using Slide to upload files

2004-07-27 Thread James Mason
Can you setup a logging proxy (like Apache Axis's tcpmon) and post a trace of the http stream? It looks like IIS is using chunking and the client is handling that properly. -James >>> [EMAIL PROTECTED] 7/27/2004 11:09:17 AM >>> I'm using version 2.0 of Slide. The client, that is, not the server.

Re: Problems using Slide to upload files

2004-07-27 Thread Matthew Beermann
I'm using version 2.0 of Slide. The client, that is, not the server. This problem only occurs against an IIS WebDAV server; everything works fine against an Apache-based server. Alas, I don't really have any say in what the server will be running. --Matthew Beermann - Original Message -

Re: stuck on slide (more)

2004-07-27 Thread James Mason
Create a WebdavResource that points to "http://localhost:8080/slide/files/SlideTest.java"; and call your putMethod() on that. -James >>> [EMAIL PROTECTED] 7/27/2004 10:25:38 AM >>> Hello, I noticed that in my test program (see previous e-mail for source code) when executed, the Tomcat output win

Re: Need help on slide custom store

2004-07-27 Thread James Mason
I don't know if you can turn off versioning/locking/permissions for a store, but I do know you can provide empty implementations. My suggestion would be to extend AbstractXAService and implement all of the *Store interfaces, providing empty implementations for the features you don't need (hopefull

Re: stuck on slide (more)

2004-07-27 Thread Oliver Zeigermann
Let me guess, you use the 2.0 client version, right? The below log tells you that you must not upload files to folders. I understand you will have to give the full destination path you want to upload your file to. Otherwise it will use the current work directory. Oliver Jimmy Yu wrote: Hello,

stuck on slide (more)

2004-07-27 Thread Jimmy Yu
Hello, I noticed that in my test program (see previous e-mail for source code) when executed, the Tomcat output window has this:: http8080-Processor24, 27-Jul-2004 10:17:16, root, PROPFIND, 207 "Multi-Status", 611 ms, /files/ http8080-Processor25, 27-Jul-2004 10:17:20, root, PUT, 403 "Forbidden",

Re: 500- Internal server error

2004-07-27 Thread Oliver Zeigermann
Well, this is "somewhat" fixed in 2.1. The first beta is to be expected in August. Oliver r d wrote: Hi Oliver, I am using slide 2.0. Is this fixed in later versions? When can we expect 2.1? Revati Oliver Zeigermann <[EMAIL PROTECTED]> wrote: I guess I have found the reason for the OutOfMem

Error using PROPPATCH

2004-07-27 Thread Ricardo Gladwell
Hi All, I am using the Slide 2.1M1 WebDAV client to access a Slide WebDAV repostitory to add users to the WebDAV repository. I can create users using the MKCOL method via the client, but when I attemp to set the password property I get the following in the log file: http-8080-Processor2, 27-Jul

NetBeans DAVfs plugin - Slide 2.x

2004-07-27 Thread Jean-Baptiste Lièvremont
Hi all, I have found a plugin for NetBeans which uses the Slide WebDAV client library v1.0 to mount DAV servers as filesystems in the IDE. The issue is that, as I expected, it won't work with newer versions of the library. Does anyone know about the developpers of this library ? Is there a /wor

Re: Need help on slide custom store

2004-07-27 Thread Stefan Lützkendorf
You want to store only the metadata in a customized way. Right? Than you have to implement the interfaces RevisionDescriptorStore, RevisionDescriptorsStore and optionally NodeStore. In RevisionDescriptorStore you has to manage NodeRevisionDescriptor objects in your custom way. NodeRevisionDes

Error using slide api

2004-07-27 Thread r d
Hi, I am trying slide api as we were not getting good timings ( 3 sec for checkin at 200 usres) instead of webdav api. Will it help? Any other tips to improve if we want to use webdav? ( we are using file store). Also when I tried checkin ( create(slideToken)) with slide api, I got followi

Re: 500- Internal server error

2004-07-27 Thread r d
Hi Oliver, I am using slide 2.0. Is this fixed in later versions? When can we expect 2.1? Revati Oliver Zeigermann <[EMAIL PROTECTED]> wrote: I guess I have found the reason for the OutOfMemory error. All the descriptors were bunching up and were never freed. I guess I fixed this with my la

Re: 500- Internal server error

2004-07-27 Thread Oliver Zeigermann
I guess I have found the reason for the OutOfMemory error. All the descriptors were bunching up and were never freed. I guess I fixed this with my latest commit. Could you please check? Oliver James Mason wrote: Oliver, Here's the stacktrace. Also look at http://www.mail-archive.com/[EMAIL PROTE