Re: Not able to modify DAV:displayname property of a Collection

2004-06-14 Thread Julian Reschke
James Mason wrote: Ritu, Rather than changing the property can you just move/rename the file? WebDav has the concept of "live" properties that are dynamic and cannot be edited. It might be that DAV:displayname isn't modifiable. My 2 cents...: 1) DAV:displayname shouldn't be a live property. If it's

RE: Not able to modify DAV:displayname property of a Collection

2004-06-14 Thread James Mason
Ritu, Rather than changing the property can you just move/rename the file? WebDav has the concept of "live" properties that are dynamic and cannot be edited. It might be that DAV:displayname isn't modifiable. -James >>> [EMAIL PROTECTED] 6/11/2004 9:41:05 AM >>> I apologize if I am inconveniencin

Re: oracle db_schema??

2004-06-14 Thread Davide Savazzi
> thx for your reply first. could you tell me the values of the properties > oracle.lib.dir and oracle-jdbc.jar in build.properties files. very > appreciate it. oracle.lib.dir should contain the path where your oracle jdbc drivers are. oracle-jdbc.jar the name of the jar that contains the jdbc d

Problems modifying ACLs with the commandline client.

2004-06-14 Thread James Mason
I'm using Slide 2.0 (server and client) and trying to modify the ACL for a new collection. I either get an error saying that PropFind didn't return an AclProperty or a Syntax error in my command. Maybe someone can shed some light on what I'm doing wrong? Here's what I've tried: C:\jakarta-slide-

My own simple Store

2004-06-14 Thread Arnis Ziedins
I am working on my own simple store. This sore would use custom API having certain similarities with JDBC Connection. Therefore, I am considering implementation similar to StandardRDBMSAdapter and AbstractRDBMSStore. With the difference that my implementation will not care about any permissions, in

JDBCStore with MySQL problem

2004-06-14 Thread Arnis Ziedins
I am trying to run SLIDE 2.0 and MySQL with the following configuration: MySQL version: 4.1.2-alpha-debug Driver version: mysql-connector-java-3.0.14-production SQL script: http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-slide/src/conf/schema/M ySql-4.1-Schema.sql?rev=1.2 The database seems t

+ in an URI

2004-06-14 Thread Peder Nordvaller
Hello, I'm having some troubles with '+' in filenames/URI's in Slide. I can create nodes with the + sign in them just fine (either via Slide or PUT's via webdav), but when I try to access the file(s)/folders via WebDAV in Internet Explorer the + is interpretted as a space and hence the file isn

Re: oracle db_schema??

2004-06-14 Thread 陶 京瑞
hi, thx for your reply first. could you tell me the values of the properties oracle.lib.dir and oracle-jdbc.jar in build.properties files. very appreciate it. From: Davide Savazzi <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" <[EMAIL

Re: Proppatch query

2004-06-14 Thread Luanne Coutinho
Hi Simone, Thank you for the details. I will read up about XML Namespaces and see where I get. Thanks Luanne --- Simone Gianni <[EMAIL PROTECTED]> wrote: > Hi Luanne, > if you define your own property names you should use > a namespace. This > is used to distinguish between two properties that >