propfind

2003-03-24 Thread Jacob Lund
Hi there! This question is not directly related to slide, but more a WebDAV question! I have an application that needs all visible propertied and some of the hidden ones. By hidden I am referring to those that does not appear in an allprop propfind request. My question is now, is it possible to

RE: propfind

2003-03-24 Thread Julian Reschke
From: Jacob Lund [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: propfind Hi there! This question is not directly related to slide, but more a WebDAV question! I have an application that needs all visible propertied and some of the hidden

Config of Slide 2.0

2003-03-24 Thread Wong Kam Lai
I want to ask about configuration of slide 2.0 According the RUNNING.txt file under jakarta-slide directory * Deploy the Slide server (WebDAV server) within your web server like: 1) Common jars like slide-stores.jar, slide-roles.jar, slide-kernel.jar, slide-webdavservlet.jar,

Re: JDBCDescriptorsStore

2003-03-24 Thread andpro77
I've 'solved' the problem... I find that when I restart tomcat, the slidestructure.* files will be generated under the directory where I restart tomcat. This problem can be solved if I restart tomcat under slide directory so that those files can be accessed ... Actually, how to config

RE: WebDAV JCR

2003-03-24 Thread James Higginbotham
Paul, You may want to check the mailing list archives at www.mail-archive.com - I believe there are actually 2 JSRs that the slide team is cooperating on. James -Original Message- From: Paul Hussein [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 9:51 AM To: Slide User

Re: webdav client API and mime types

2003-03-24 Thread Martin Holz
Hello Paul, Paul Hussein [EMAIL PROTECTED] writes: I am trying to understand how WebDAV and the slide API to WebDAV deals with mime-types. IIRC slide webdav determines the mime type, when a document is PUT on the server. If the client specifies a mime type, this is stored. Otherwise the

RE: WebDAV JCR

2003-03-24 Thread Pill, Juergen
Hello Paul, We are currently implementing JSR 147 (a Delta-V enable Java API). It is http-commons and partly Slide client API based. Best regards, Juergen -Original Message- From: Paul Hussein [mailto:[EMAIL PROTECTED] Sent: Montag, 24. März 2003 16:51 To: Slide User Mailing List

[newbie]Exposing dbms (oracle) through webdav??

2003-03-24 Thread Brian Gilman
Hello everyone, I'm new to the slide project and am having some problems getting up to speed with the framework. I am embarking on a project to expose DBMS through a webdav interface for the purpose of producing reports etc. from our oracle database. We would like the system to behave

RE: [newbie]Exposing dbms (oracle) through webdav??

2003-03-24 Thread James Higginbotham
Interesting approach. My guess is that Slide is a little heavy to do what you want, but you might want to look at the wedbav server source code - specifically, the xxxMethod.java sources. You may be able to better understand how it interacts with the underlying store API to determine how to

Permission setting for child directories

2003-03-24 Thread Wong Kam Lai
I have now a filepath /cnc and a child node /cnc/cidax, I have also some users 'anson,'wah', and a group called 'CNC'. Now, they have right to access /cnc with different permission level, and I want to set the permission such that only 'wah' has the right to access /cnc/cidax. How to set this?

Re: Permission setting for child directories

2003-03-24 Thread Martin Holz
What is the behaviour of slide with this configuration? I would expect, that only wah has manage permissions to /cnc/cidax, but he has no read permissions. How do you manage something, you can't see? Martin - To unsubscribe,

Re: Permission setting for child directories

2003-03-24 Thread Wong Kam Lai
What is the behaviour of slide with this configuration? But I can use other user account to access the /cnc/cidax I've now added a new line under manage permission permission action=/actions/read subject=/users/wah inheritable=false/ Maybe I attach my Domain.xml as well.. Thanks I