Version number control via low level Slide (non WebDAV) API

2004-04-20 Thread Alexander
Hi, All! Is there possible to control the revision version manually in the low level Slide API ? F.e.: I need to increase the 'major' number of revision version. I try to create NodeRevisionDescriptor with required NodeRevisionNumber (i.e. “version”), but all ContentHelper’s create() methods do

SQL Error with MySqlRDBMSAdapter

2004-04-20 Thread Andrew Badstubner
I am trying to configure Slide to use MySql as the backend, as described in the docs on the web site. The problem is that MySql doesn't seem to like the SQL that it is being fed. I have built slide from source using the 2.0 RC1 tag, and created the tables using the provided db scripts (thanks!!). I

Re: Slide and multiple languange??

2004-04-20 Thread 陶 京瑞
thx for your email. then do you know how to solve the problem in mySQL? From: "Jacob Lund" <[EMAIL PROTECTED]> Reply-To: "Slide Users Mailing List" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Slide and multiple languange?? Date: Tue, 20 Apr 2004 13:03:11 +0

Re: Error when doing store & committing

2004-04-20 Thread Peder Nordvaller
That would make sense, but I'm never getting a read-lock (at least not explicitly, is it done implicitly by the structure or content-helper when doing a retrieve?) that I could release? I'm getting the same error when doing a macro.move() (recursive overwrite) on a node but it happens only when I'

Using Slide as windows filesystem gateway

2004-04-20 Thread pfoorion
Is there any way to have slide use a file system store that is simply a shared directory on a windows machine? Basically something similar to Davenport (http://davenport.sourceforge.net/) that uses the file system's ACLs and allows the target store to also be a shared windows directory. I am worki

Put: Forbidden

2004-04-20 Thread Jean-Baptiste Lièvremont
Hi, I have a problem uploading files to my Slide server. I use the Slide command line WebDAV client to connect to my server (Slide 2.0rc1, Tomcat 5.0.19, JDK 1.4.2_03). I authenticate myself as root, 'cd' to files. Until then it is alright, actually I am able to browse the directory structure,

Re: Mystical url for Domain.xml when compiling my jsp

2004-04-20 Thread Ari Paasonen
Hello, first of all thanks for answering. I found the slide.properties from the slide-kernel-2.0rc1.jar file and modified it's org.apache.slide.domain property to match it with the absolute path to the Domain.xml in our server. I also removed all other slide-kernel.jars except those under weba

Re: Slide and multiple languange??

2004-04-20 Thread Jacob Lund
MySql 4.0 does not support UTF-8! Mysql 4.1 should, but it is still in alpha and I have not succeeded in getting it to work yet! /jacob - Original Message - From: "陶 京瑞" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 20, 2004 12:32 PM Subject: Re: Slide and multiple lan

Re: Slide and multiple languange??

2004-04-20 Thread 陶 京瑞
I thought the problem maybe lie in mySql, since if I use the same chinese name to download the file in Slide, it success although the file is shown as ???.txt. I check the file name in mySql, the file show the same as ???.txt. But I still don't know how can I solve the problem. From: "Jacob Lu

Re: Slide and multiple languange??

2004-04-20 Thread Jacob Lund
I don't know anything about jboss! But when I used TC 4.1 i had to use the coyoteconnector and apply useURIValidationHack="false" in order to get UTF-8 working properly. /jacob - Original Message - From: "陶 京瑞" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 20, 2004 11:

Re: Slide and multiple languange??

2004-04-20 Thread 陶 京瑞
thanks for your reply. I use slide 2RC1 with Jboss3.0.8+tomcat4.1.24. which seems tomcat's server.xml doesnot work when I start the Jboss+tomcat, I have found that org.apache.slide.urlEncoding=UTF-8 had been set in slide.properties file. I have follow your words as following: slide/f

Re: Slide and multiple languange??

2004-04-20 Thread Jacob Lund
what version of slide are you using and what servlet engine are you using? I have slide 2RC1 working fine with utf-8 encoding on a tomcat 5. Here is what I did to make it work: In slide: Add a parameter url-encode-path in the tx content and descriptors store and set it to true. (in domain.xml) In

Re: Exception when launching Tomcat

2004-04-20 Thread Oliver Zeigermann
Jean-Baptiste Lièvremont wrote: It seems that it is a Tomcat-related problem, actually I think that it does not load the .jar files in the right order. What I am trying to do is use Slide with the built-in authentication. As I already had a Tomcat (5.0.19), I only downloaded the .tar.gz bundle

Slide and multiple languange??

2004-04-20 Thread 陶 京瑞
hi, does the Slide support Chinese? if so how to? I have put a file onto the slide, when I use propfindmethod to display the file name, the file with Chinese name is shown as ???.txt. I think some one may also face such multiple language problem, but how to deal with it? Thanks for any help.

Error when getting getting resource from the server

2004-04-20 Thread Gbenga Bello
Hello List, I am relating with slide via a Java Appication thru the JTA and slide API. I am using slide 2.0, mysql 4.0.12 as my contentstore. Running windows 2000 OS My Challenge I have been able to put resources into the contentstore. However, when I try to bring out the same resourc