Re: How to Implement a Security Store

2004-10-15 Thread Oliver Zeigermann
The user was not denied, it is just that Slide tries to create (write) somthing (your user) in a read only request (GET). I suppose you use 2.0, right? In 2.1 there is a parameter that allows all request to run in a full transaction fixing this. Additionally, there seemed to be a bug in user

Re: Slide Oracle Store: ORA-01461 - resolved

2004-10-15 Thread Roman Novak
Tx Oliver. I did a complete checkout of all sources again and made a clean build from that. The issue is resolved. Seems I must have had some inconsistency in a crucial place :( I hope I wasted mostly only my time on this. Roman Am Mi 13.10.2004 21:32, Oliver Zeigermann [EMAIL PROTECTED]

AW: DOS Box

2004-10-15 Thread Martin, Stefan
Hello Newsgroup, under Window Xp NetDrive worked for my needs. For production use i have to work with Windows 2003 Server. There i can use NetDrive too, but with a dos box owned by the local system account, i can't go to the defined drive. Has anyone a solution for that? Stefan

AW: DOS Box

2004-10-15 Thread Martin, Stefan
thank you for the answer. i will try it. Stefan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 15. Oktober 2004 13:52 An: 'Slide Users Mailing List' Betreff: AW: DOS Box Hi, just guessing: Did you marked the option to connect on startup?

AW: DOS Box

2004-10-15 Thread Martin, Stefan
Hello Newsgroup, it doesn't work for me. Both services run as a local system account. But in a dos box i can't change to the drive i assigned. Stefan -Ursprüngliche Nachricht- Von: Martin, Stefan [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 15. Oktober 2004 13:56 An: 'Slide Users

Re: How to Implement a Security Store

2004-10-15 Thread Oliver Zeigermann
Use are already using 2.1??? Oliver John Gilbert schrieb: Thanks! I am using 2.1. When can I expect 2.1b2? When is the 2.1 GA release expected? Thanks again. - John -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 7:02 AM To: Slide

RE: Japanese language support in Slide/Webfolders?

2004-10-15 Thread Warwick Burrows
Hi, I remember a post to this list sometime back (quite a while) listing the config changes that needed to be made to enable Slide and tomcat for UTF-8. But I can't find the post in the archive so could someone refresh my memory? I remember that we needed to set useURIValidationHack=false but I

Help, please: Exchange SearchMethod problem

2004-10-15 Thread Ralph Scheuer
Hello, I am currently starting out with the Slide Client and I tried to query an Exchange 2000 Server. While my propfind code works well, I did not manage to master the SearchMethod that I have to used for SQL-based queries. In the list archives, I found some code similar to my snippet below.

Re: Japanese language support in Slide/Webfolders?

2004-10-15 Thread Jacob Lund
I only had 3 things that I had to do: 1. Change the connector in server.xml.(useURIValidationHack=false) 2. Encoding in slide.properties should be utf-8. (uft-8 is default in 2.1 I think) 3. The store had to support utf-8. With these changes I am able to use special characters in both filesnames

Re: Help, please: Exchange SearchMethod problem

2004-10-15 Thread Ralph Scheuer
Hello again, Am 15.10.2004 um 19:09 schrieb Ralph Scheuer: [cry for help] qu.append(/searchrequest); Sorry for that, it was my fault in the code... should have been qu.append(/d:searchrequest) The strange error message distracted me from the actual glitch. Nothing to see here, just a crying

RE: Japanese language support in Slide/Webfolders?

2004-10-15 Thread Warwick Burrows
Thanks Jacob! The slide.properties change was what I was trying to remember. Thanks, Warwick -Original Message- From: Jacob Lund [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 12:27 PM To: Slide Users Mailing List Subject: Re: Japanese language support in

RE: read-only support (CD/DVD)

2004-10-15 Thread Warwick Burrows
What I've seen in the DB2RDBMSAdapter is that there is a disconnect between the root and child stores in the storeObject()method when the parent is the root and is a jdbc store, and the child to be added to the binding table is a mount point for a child store. If there was a central store for

RE: Copying files directly to slide directory in file system

2004-10-15 Thread James Mason
As far as I know the simple file store doesn't handle 'dead' metadata/properties, and it only supports 'live' properties that are available from the filesystem (creation/modification date mainly). -James On Fri, 2004-10-15 at 15:55, Warwick Burrows wrote: What about the metadata that is

Re: read-only support (CD/DVD)

2004-10-15 Thread James Mason
Oliver, I think the central issue is that all of the resources in a store know what their scope is. If you need to change the scope of a store later it means touching every resource in the store. If the store interface was insulated from its scope it would make moving stores around a lot easier.

RE: read-only support (CD/DVD)

2004-10-15 Thread James Mason
This sounds good to me. Keep in mind this will likely have to wait until 3.0 as it will probably break compatibility with existing stores. -James On Fri, 2004-10-15 at 13:20, Darren Hartford wrote: Looking to come to closure on this e-mail thread. I want to post to bugzilla the enhancement