RE: Need Help: Sending Parameters

2004-08-31 Thread Ragia
Hello All, I found a solution, and thought you might be interested :) Take a look on this http://msdn.microsoft.com/library/default.asp?url=/workshop/author/behaviors /overview/webfolder.asp This is how to enable Web Folder behaviors. Regards, Rooja -Original

Re: Can WebDAV servlet serve non-slide-managed filesystem?

2004-08-31 Thread alon salant
I've decided to take an initial step of stubbing out my SimpleFileStore implementation and deploying it in my webapp. I started with the Domain.sample file from the 2.1b1 distribution and modified the namespace definition as follows: definition store name=files nodestore

Re: Can WebDAV servlet serve non-slide-managed filesystem?

2004-08-31 Thread alon salant
Okay, I've partially answered one of my questions. Playing around and reading the config more carefully, I replaced the sample data element configuration with data objectnode classname=org.apache.slide.structure.SubjectNode uri=/ permission action=all subject=all inheritable=true/

Re: CVS label for the Slide 2.1 beta?

2004-08-31 Thread Ingo Brunberg
Then please try with the latest version from CVS. There was a problem in the CLI that got fixed yesterday. Ingo I'll see if I can track it down. I had the problem with 2.1M1 too and it was still there in 2.1b1. If I remember rightly I could reproduce it with the CLI program so I'll see if

Re: AW: A question on security configuration

2004-08-31 Thread Stefan Lützkendorf
Hi Burrow, yes, I think you are right. Stefan Warwick Burrows wrote: Hi Stefan, Ok so we will actually have something like this? /history/h1 [Fred.doc] 1st doc /history/h2 [Barney.doc]2nd doc . . . /history/1/h1 [Benny.doc] 11th doc /history/1/h2 [Jack.doc]12th doc

RE: Need Help: Sending Parameters

2004-08-31 Thread Ragia
Hello James, Thanx for the reply, it seems u didn't catch my final mail below : Thanx again :) Hello All, I found a solution, and thought you might be interested :) Take a look on this http://msdn.microsoft.com/library/default.asp?url=/workshop/author/behaviors

Regarding Apache Logging API in Slide

2004-08-31 Thread Koundinya \(Sudhakar Chavali\)
Hello All, Have you ever worked on Apache Logging API?? I am facing aproblem in supressing the messages of API. In my current project I am using apache's HttpClient API. By default it is using Apache commons-logging API. In order to supress those messages, I know this condition should be

RE: Need Help: Sending Parameters

2004-08-31 Thread Warwick Burrows
Hi Rooja, I was denied access to this page. Can you summarize the solution for us? Thanks, Warwick -Original Message- From: Ragia [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 7:16 AM To: 'Slide Users Mailing List' Subject: RE: Need Help: Sending Parameters Hello

Re: Regarding Apache Logging API in Slide

2004-08-31 Thread James Mason
Check out the user's guide for commons-logging: http://jakarta.apache.org/commons/logging/guide.html Not that commons-logging is just a wrapper around multiple logging implementations. As such, configuring the logger implementation depends on which implementation you use. From your code it

Re: Can WebDAV servlet serve non-slide-managed filesystem?

2004-08-31 Thread James Mason
alon, Sorry I didn't think of this earlier. It will probably be easier, at least initialy, to have two store configured in your domain. Leave the default store in place with a scope of /, and add your store with a scope of /files. This way you won't have to mess with the data section of the

RE: Slide fixes to be reviewed

2004-08-31 Thread Warwick Burrows
One note on this fix. It may not have originally been a bug. I saw this in 2.1M1 and changed it for my own use, but I guessed that the original writers had wanted to give users the ability to type in escaped URIs themselves. Eg. /files/My%20File instead of /files/My File. I guess there are some

Re: Searching in Slide

2004-08-31 Thread Peder Nordvaller
I've been trying some with DASL and the helpers (working directly towards the Slide API) and have some problems. When doing: (where search, slideToken and depth are all ok, and searchXML a jdom Element as below:) search.createSearchQuery(DAV:, searchXML, slideToken, depth); with the following

History of history URI naming

2004-08-31 Thread Warwick Burrows
Hi, I haven't investigated this real deeply but I was wondering if there a reason why the structure of the /history folder doesn't mirror the hierarchy in the content space? eg. for a file /files/fileA the history folder would be /history/files/fileA with the fileA versions under it. Is it

NotificationTrigger event class?

2004-08-31 Thread Warwick Burrows
Hi, What does the NotificationTrigger (event) class do, and which other Slide features require it to function? Does the clustering support and cache update notifications require this to be configured? Thanks, Warwick

Re: NotificationTrigger event class?

2004-08-31 Thread James Mason
All events require the NotificationTrigger, as far as I know. So yes, clustering requires it to be configured. The configuration is easy, but it changed for 2.1b1 so your old config will throw an error. It's only a two line difference in the config, though. -James Warwick Burrows wrote: Hi,