Re: RE: Error setting up slide-admin

2002-04-16 Thread Christopher Lenz
Hi Rajesh, correct deployment of the admin-webapp depends on a couple of factors, I'll list them here: - slide-kernel.jar and slide-stores.jar must be in a shared library location, so that both the webdav-servlet and the admin-webapp use the same instance. - the webdav-servlet must have been

Retrieving lock owners

2002-04-16 Thread Elodie Tasia
Hi, I want to retrieve the owner of a lock set on a particular resource. So I call the method : WebdavResource.getActiveLockOwners(). The problem is that, when I set my lock with a user called franck, for example, the owner returned is : /users/franck... because I'm using Slide ! But if I use

Object creation order bug?

2002-04-16 Thread Eric Hodges
I think I've found a bug in Slide. My domain.xml file contains this line in the data section: objectNode classname=slideroles.basic.RootRoleImpl uri=/users/portaladmin/ But that object never gets created in the Objects table (using JDBCDescriptorsStore). The problem is that the first request

bug when file name or path contains special characters

2002-04-16 Thread Yu Yizhuan
Hi, webdavlib.jar API bug: 1. bug one WebdavResource.list() WebdavResource.listBasic() WebdavResource.listResource() cannot list file with this kind of name: no row%f$ound.html, which includes space, %. 2. bug two Another bug is if the path of a file contains space or %, you can create the

RE: RE: Error setting up slide-admin

2002-04-16 Thread PRAKASH,RAJESH (Non-HP-PaloAlto,ex1)
Hello, Thank you very much for the response. I am using slide version 1.0.16. on tomcat 4.0.2. I have the slide-kernal.jar and the slide-stores.jar and slide-roles.jar in the shared library location. This time I made sure that the webdav-servlet has been started for the domain to be