Re: Does a ContentInterceptor need to be thread-safe?

2004-01-29 Thread Martin Holz
Alex Soto [EMAIL PROTECTED] writes: Hi, Does anyone know if a ContentInterceptor implementor class needs to be thread-safe or will Slide create a pool of interceptors and call them in a thread safe manner? My observations so far look like only one instance is created, but I haven't tried

Re: TXFileStore and local filesystem

2004-01-29 Thread Oliver Zeigermann
Michael Smith wrote: Oliver Zeigermann wrote: Jacob Lund wrote: No file is created by the filestore! German letters and danish letters works fine for me too - and they are also supported by the codepage. To avoid these problems, why not save the files in escaped UTF-8 codes - that way wee

Re: TXFileStore and local filesystem

2004-01-29 Thread Oliver Zeigermann
Jacob Lund wrote: No, the filestore works correctly. OK, shall I check in the patch? Did it work for you? From what I can see the filestore converts from UTF-8 to local before it stores data. This I why UTF-8 works fine for me when I upload files with Danish letters in the filename, and also why

Re: Open Document with system call

2004-01-29 Thread Ingo Brunberg
There is a relative simple solution. From within your client, just GET the PDF and save it to a temp file. Then launch Acrobat passing it the name of that temp file. Ingo Hello All! I'm having a rather difficult time trying to figure out how to open a PDF document (or any document for that

RE: TXFileStore and local filesystem

2004-01-29 Thread Jacob Lund
The patch did not make any difference - it still throws the same exception! What I meant about converting from UTF-8 to Unicode is that the database driver can handle Unicode. In the filestore UTF-8 is converted to local character set in order to create the files and this is why the filestore (I

Connecting to Slide using DAV Explorer

2004-01-29 Thread Ritu Kedia
Hi All, Is anyone using DAV Explorer to connect to the Slide Server? I get the following error message when trying to connect: *DAV Interpreter:* *500 Server Error* And I can't locate server error log either. I am new to Slide. I just downloaded code from *Slide_2_0_Release_Branch* and built

Group permissions

2004-01-29 Thread Naw Bentrad
Hi I'm trying to upgrade my Slide 1.0.16 system to the CVS version. However I'm having difficulties to migrate the permissions. I tried to include the following modifications in the default Domain.xml: objectnode classname=org.apache.slide.structure.SubjectNode uri=/users ... objectnode

RE: TXFileStore and local filesystem

2004-01-29 Thread Jacob Lund
First of all - the patch you just checked in for the txfilestore works fine :-) Some of my problems with the SQLServerAdapter was my fault - forgot to set encoding to UTF-8 in slide.properties. However to get the SQL store working with Russian and Danish characters at the same time I had to

Re: TXFileStore and local filesystem

2004-01-29 Thread Oliver Zeigermann
The old problem with attachments :( It is missing... Could you try to create a new bugzilla entry and add the attachment there? Thanks :) Oliver Jacob Lund wrote: First of all - the patch you just checked in for the txfilestore works fine :-) Some of my problems with the SQLServerAdapter

RE: TXFileStore and local filesystem

2004-01-29 Thread Jacob Lund
I just created an account on bugzilla! I can see how to create a bug report but I cannot see how to attach a file! Am I dumber than average or do I need some special rights to attach files? /Jacob -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: 29. januar

Re: TXFileStore and local filesystem

2004-01-29 Thread Oliver Zeigermann
No rights needed. First create the report. In the next step *add* the attachment using Attachments: Create a new attachment link in the top section of the page. Bugzilla is confusing sometimes... Oliver Jacob Lund wrote: I just created an account on bugzilla! I can see how to create a bug

RE: TXFileStore and local filesystem

2004-01-29 Thread Jacob Lund
Sorry missed the file :) -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: 29. januar 2004 10:47 To: Slide Users Mailing List Subject: Re: TXFileStore and local filesystem So, I think we have two problems now, I am endangered to mix up: (1) The filestore has a

Re: TXFileStore and local filesystem

2004-01-29 Thread Oliver Zeigermann
Thanks, patch applied :) Unfortunately, this will not go into the head branch soon as I had started the merging process shortly before that patch. It will be there next week, though... Oliver Jacob Lund wrote: Sorry missed the file :) -Original Message- From: Oliver Zeigermann

Re: Group permissions

2004-01-29 Thread Naw Bentrad
I forgot the message error ('put' using cadaver): 403 Forbidden: Access denied on /files/dir1 by user /users/john for action /actions/bind Please help me --- Naw Bentrad [EMAIL PROTECTED] wrote: Hi I'm trying to upgrade my Slide 1.0.16 system to the CVS version. However I'm having

FW: Connecting to Slide using DAV Explorer

2004-01-29 Thread Ritu Kedia
For some reason my earlier mail was not posted on the mailing list. -Original Message- From: Ritu Kedia Sent: Thursday, January 29, 2004 6:34 PM To: 'Slide Users Mailing List' Subject: RE: Connecting to Slide using DAV Explorer Ingo, Thanks for your prompt reply. Do you imply that I

Re: Connecting to Slide using DAV Explorer

2004-01-29 Thread Martin Holz
Hello, Ritu Kedia [EMAIL PROTECTED] writes: When browsing slide through browser the default page that comes up shows the directory listings for /, which consists of /users, /roles, /files, etc. When I click on /users and /roles I get a NullPointerException. Top part of the stack trace:

RE: Connecting to Slide using DAV Explorer

2004-01-29 Thread Ritu Kedia
Hello Martin, I am using the JBoss_Tomcat combo (JBoss 3.2.1 and Tomcat 4.1) I placed the slide war directory in the JBoss_Home/server/default/deploy. It deploys fine. What security setup needs to be done to avoid the NPE in this deployment? After reading your mail I tried deploying slide in

Re: Group permissions

2004-01-29 Thread Eros Viggiano
Naw, Try the 'DAV:group-member-set' property (http://www.mail-archive.com/slide-user%40jakarta.apache.org/msg04553.html) objectnode classname=org.apache.slide.structure.GroupNode uri=/users/groupA revision property name=group-member-set![CDATA[D:href

Re: Group permissions

2004-01-29 Thread Naw Bentrad
Thank you. So... is LinkNode deprecated? --- Eros Viggiano [EMAIL PROTECTED] wrote: Naw, Try the 'DAV:group-member-set' property (http://www.mail-archive.com/slide-user%40jakarta.apache.org/msg04553.html) objectnode classname=org.apache.slide.structure.GroupNode uri=/users/groupA

Re: Questions about slide 2.0

2004-01-29 Thread Michael Oliver
On Thu, 2004-01-29 at 13:45, Liao, Yanjun wrote: Hi, Our company is looking for an open source CMS solution. We would like to contribute if possible. I just downloaded the snapshot jakarta-slide_20040127172318.tar.gz and built it successfully. I noticed that slide 2.0 has much more

Re: TXFileStore and local filesystem

2004-01-29 Thread Michael Smith
Oliver Zeigermann wrote: Jacob Lund wrote: The correct solution might be to convert from UTF-8 to Unicode before storing the data and then change the database scheme to Unicode char in all fields containing strings. H. You might be confusing certain things here. On one side there is