Re: multiple stores vs. multiple namespaces

2004-11-18 Thread Stefan Lützkendorf
One tradeoff of multiple namespaces is that a single WebdavServlet can only serve a single Namespace, AFAIK. Copying between two namespaces might be a prblem to. Stefan James Mason wrote: Multiple stores would be simpler to configure, but other than that I don't think there would be a big

RE: Server API

2004-11-18 Thread Andy Bowes
Hi Oliver I can't say that I have any inside knowledge as to which vendors (if any) will produce implementations of the JCR170 specification but I just feel that we won't be seeing any until the spec has been totally finalised and in the Java arena for a fair while. I expect that we will see

Error putting large files into Slide 2.1b2 - Oracle Store

2004-11-18 Thread Luke Noel-Storr
Hi, I seem to have solved most of the problems I was having by downloading 2.1b2; however, I am now having trouble putting any but the smallest of files into slide, I have tried with compression on and off and auto-versioning on and off (as these seem to be mentioned a few times in realation

New user problems

2004-11-18 Thread Andrew Ferguson
Hi there. Very new to slide and WebDAV in general. I have checked the archive, but have found nothing that helps me with my problem. I am 'simply' trying to set up a new user. I have followed the instructions on http://jakarta.apache.org/slide/howto-create-users.html. However, when I try to log

Needs help with the creation of new roles and users

2004-11-18 Thread Pontus Strand
Hi, I'm rather new to world of Jakarta Slide and as such I could use some assistance. What I want to do is to first create a new role and then add a new user to that role. I also want to be able to give the role access to one or more collections (primarily in the /files collection). If this

RE: New user problems

2004-11-18 Thread Andrew Ferguson
Scratch that request for help. My problem was that I was creating the user role property on a node instead of on the root. I think. Anyway, my new user now logs in happily. Andrew D. Ferguson Documentation Team Leader Graham Technology +44 (0) 141 533 4062 -Original Message- From:

Force authentication on edit of webdav document ?

2004-11-18 Thread Nick Longinow
Hi I notice that when I edit a document that is retrieved from the Slide webdav server, ie via a web folder, in an application like Word, it will ask for authentication the first time and then not after. Seems to be caching the credentials. For other apps, like Excel, the authentication is

RE: Force authentication on edit of webdav document ?

2004-11-18 Thread Miguel Figueiredo
Hello Nick, Actually, if you have authentication activated, tomcat (and slide) always expects you to be authenticated. If your're not, the server and client negotiate with witch other for authentication. More or less this is what happens: 1) client: gimme this file 2) server: you are not

RE: Force authentication on edit of webdav document ?

2004-11-18 Thread Nick Longinow
Ok, so then its not a Tomcat or Slide issue. That's what I needed to know. It will have to be tracked down on the client side, then. Thanks Miguel Nick -Original Message- From: Miguel Figueiredo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 9:25 AM To: 'Slide Users

RE: Force authentication on edit of webdav document ?

2004-11-18 Thread Miguel Figueiredo
np :) -Original Message- From: Nick Longinow [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 18 de Novembro de 2004 14:35 To: 'Slide Users Mailing List' Subject: RE: Force authentication on edit of webdav document ? Ok, so then its not a Tomcat or Slide issue. That's what I needed to

Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

2004-11-18 Thread Oliver Zeigermann
Wouldn't it be a good idea to create a Wiki page for WS? This email would a great start to cumulate all information in a single location. Oliver On Wed, 17 Nov 2004 17:30:07 -0500, Jagadeesh Sunkara [EMAIL PROTECTED] wrote: I am wondering if there is atleast one person who is successful in

Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

2004-11-18 Thread Oliver Zeigermann
Link to Slide Wiki: http://wiki.apache.org/jakarta-slide Oliver On Thu, 18 Nov 2004 16:10:03 +0100, Oliver Zeigermann [EMAIL PROTECTED] wrote: Wouldn't it be a good idea to create a Wiki page for WS? This email would a great start to cumulate all information in a single location. Oliver

Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

2004-11-18 Thread Lionel Mayaud
Jagadeesh Sunkara [EMAIL PROTECTED] wrote: 1) JDOM issue, the jdom.jar (ver 1.0) that comes with slide2.1beta2 is later than websphere's version of jdom, so I had to remove/replace websphere's version and it works fine now, no errors during slide startup/initialization You should not touch

Re: Error putting large files into Slide 2.1b2 - Oracle Store

2004-11-18 Thread Luke Noel-Storr
I really would appreciate it if someone could help me out with this, I know there have been similar questions in the past, but I've searched the mail archive and can't find anything that helps. I seem to have solved the Connection reset by peer: socket write error problem by downloading the

RE: Error putting large files into Slide 2.1b2 - Oracle Store

2004-11-18 Thread Nick Longinow
It looks like you are using the compression = true flag in your store defn. Try turning this to false, and then use the patched driver created by Davide and available on his site (for testing) at: http://www.corefandango.net/slide/ Nick -Original Message- From: Luke Noel-Storr

Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

2004-11-18 Thread Oliver Zeigermann
OK, I created an initial Wiki page at http://wiki.apache.org/jakarta-slide/WebSphereSetup that initially contains Jagadeesh's experience. Lionel, have you been able to let Slide run on WS? Would you share your knowledge in the Wiki as well? Thanks, Oliver On Thu, 18 Nov 2004 16:57:15

Re: Error putting large files into Slide 2.1b2 - Oracle Store

2004-11-18 Thread Luke Noel-Storr
That seems to have done the trick. Thank you so much, if I was single and female I'd marry you and have your children! Many thanks, Luke. - Nick Longinow wrote: It looks like you are using the compression = true flag in your store defn. Try turning this to false, and then use the patched

Re: Needs help with the creation of new roles and users

2004-11-18 Thread James Mason
After you create the users/roles, you'll need to modify the ACL of the collection you want to give access to. I don't think DAVExplorer can modify ACLs, so I'd suggest you use the Slide command-line client. http://jakarta.apache.org/slide/webdav-client.html should get you started. The command

Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

2004-11-18 Thread Lionel
Oliver Zeigermann [EMAIL PROTECTED] wrote: Lionel, have you been able to let Slide run on WS? Would you share your knowledge in the Wiki as well? No I haven't tryed yet. I'll share information as soon as I have enough time to test.

RE: Error putting large files into Slide 2.1b2 - Oracle Store

2004-11-18 Thread Nick Longinow
Glad it worked. Thanks for the offer ;) Nick -Original Message- From: Luke Noel-Storr [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 11:27 AM To: Slide Users Mailing List Subject: Re: Error putting large files into Slide 2.1b2 - Oracle Store That seems to have done the

Re: auto-version checkout

2004-11-18 Thread Tim Frank
For those who are interested, Slide DOES let you change the value of the auto-version property. The RFC says the server can forbid this, but luckly Slide does not. The following snippet of code accomplishes the task: (Code is from Cocoon javascript, so the typing is not explicit) var propPatch

RE: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

2004-11-18 Thread Jagadeesh Sunkara
Lionel: For some reason, PARENT_LAST doesn't work on websphere(on development environment, not sure on runtime). So either I have to remove the jdom.jar from websphere/lib or have a SHARED_LIBS defined. We will be going with the later approach. I'd really appreciate if you can spend few minutes

PropPatchMethod Hints

2004-11-18 Thread Tim Frank
I thought this piece of information might be useful for others who are using/setting their own properties. I had some difficulty using the PropPatchMethod from the org.apache.webdav.lib.methods class for properties that had children/descendants. For example, the auto-version property that

Re: Indexing / DASL without Lucene

2004-11-18 Thread Mirko Froehlich
Thanks for the info. Could you elaborate a little on the JDBC store? Does it automatically take advantage of the database's indexing and search capabilities, or do I have to configure something to enable this? -Mirko On Wed, 2004-11-17 at 20:42, James Mason wrote: Umm... yes ;). By default

Re: Indexing / DASL without Lucene

2004-11-18 Thread Guido Casper
Mirko Froehlich wrote: Thanks for the info. Could you elaborate a little on the JDBC store? Does it automatically take advantage of the database's indexing and search capabilities, or do I have to configure something to enable this? You have to configure your JDBCStore with: parameter

Re: Indexing / DASL without Lucene

2004-11-18 Thread Mirko Froehlich
Thanks, that's good to know. For content searches, is there any way to leverage MySQL's fulltext capabilities? Or are searches simply performed using a like clause? If not, is it already possible in 2.1b2 to configure a JDBC/J2EE store to use the Lucene indexer? -Mirko On Thu, 2004-11-18 at

Re: clustering

2004-11-18 Thread Bin Liu
Hi James, I tried /Warcontext/slide from both Domain.xml and web.xml, but still does not work. in web.xml param-namenamespace/param-name param-value/mywar/slide/param-value in Domain.xml slide namespace name=/mywar/slide Seems to be a bug. thanks Bin James Mason [EMAIL PROTECTED]

Re: clustering

2004-11-18 Thread James Mason
Bin, I'm confused about what you're trying to accomplish. Neither of those values has anything to do with clustering. -James On Thu, 2004-11-18 at 14:31 -0800, Bin Liu wrote: Hi James, I tried /Warcontext/slide from both Domain.xml and web.xml, but still does not work. in web.xml

Re: Indexing / DASL without Lucene

2004-11-18 Thread James Mason
2.1b2 supports content indexing with Lucene. Take a look at the org.apache.slide.search.IndexTrigger event listener near the bottom of Domain.xml. -James On Thu, 2004-11-18 at 12:44 -0800, Mirko Froehlich wrote: Thanks, that's good to know. For content searches, is there any way to leverage

using CLOB for properties table's property_value column

2004-11-18 Thread Gao Jun
Hi, Has anybody tried to using Oracle's CLOB for properties table's property_value column, instead of the original VARCHAR2(255)? We are trying to do this right now. Although it can pass the basic test cases, we are still not sure whether this is a reliable solution. Could anyone share your

Re: using CLOB for properties table's property_value column

2004-11-18 Thread Roman Novak
Hi, I thought about that too somewhen. Indexing the CLOB will be an issue. Formally you need the Context Option, which basically will mean that it will be a Domain Index suitable for fulltext search. If you try to index that type of column you get an ORA-02327 (cannot create index ...). The