Re: DASL Search for files with a particular file extension

2005-07-21 Thread Guido Casper
is not supported by Slide. You may want to use Slide's proprietary: D:where SLIDE:propcontains xmlns:SLIDE=http://jakarta.apache.org/slide/; D:propD:displayname//D:prop D:literal.txt/D:literal /SLIDE:propcontains /D:where HTH Guido -- Freundliche Grüße / With kind regards Guido Casper SN AG

Re: Slide search performance issues

2005-01-13 Thread Guido Casper
match=/ store=mysql/ BTW, thanks for your great work on Lucene integration. I'll try it out, soon. Guido Thanks, Stefan Guido Casper wrote: Pontus Strand wrote: Doing the same search as before on 1 files yielded a log file of 55 MB. Each one of the 1 files generated 18 different select

Re: Slide search performance issues

2005-01-13 Thread Guido Casper
(besides MySQL). Guido -- Freundliche Grüße / With kind regards Guido Casper SN AG Competence Center Open Source Klingenderstr. 5 D 33100 Paderborn voice +49 5251/1581-87 fax+49 5251/1581-71 eMail [EMAIL PROTECTED] Webhttp://www.s-und-n.de

Re: Slide search performance issues

2005-01-12 Thread Guido Casper
-- Freundliche Grüße / With kind regards Guido Casper SN AG Competence Center Open Source Klingenderstr. 5 D 33100 Paderborn voice +49 5251/1581-87 fax+49 5251/1581-71 eMail [EMAIL PROTECTED] Webhttp://www.s-und-n.de - To unsubscribe

Re: Unique ID for a document in the slide repository ?

2004-12-09 Thread Guido Casper
other id, such as a guid, for identifiying the resource ? Nick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Freundliche Grüße / With kind regards Guido Casper SN AG Competence

Re: Unique ID for a document in the slide repository ?

2004-12-09 Thread Guido Casper
Oliver Zeigermann wrote: On Thu, 09 Dec 2004 09:08:56 +0100, Guido Casper [EMAIL PROTECTED] wrote: I always wanted to have a take at a ID-preserving intra-store move operation but unfortunately lack the time currently. I have already implemented this move, copy and delete in the current CVS head

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: Generating a lucene index against Slide db Store

2004-10-08 Thread Guido Casper
Warwick Burrows wrote: It works regardless of the store. Note that it only indexes D:contains/ queries. Contains queries? What does this mean in terms of which file do and don't get indexed? When is a contains query used? D:contains/ means full text search on content (as opposed to searching

Re: Generating a lucene index against Slide db Store

2004-10-07 Thread Guido Casper
Nick Longinow wrote: Is it possible to do ? The commented area of the default domain.xml shows a sample indexer, which appears to create an index at the root location ./index, taken out of a Tx type store. Is this just a small example utility, or is it a fully functional way to generate index

Re: sample perf info

2004-10-05 Thread Guido Casper
Darren Hartford wrote: Hey all, Just sharing some information from testing on a p4 2.8ghz/512ram/win2000/java1.4.2_04 test box with all files locally on the harddrive. Using the 2.1M1 binary file defaults for TxFileStore and TxXMLFileDescriptors and using Slide's WebDAV client API/libs to

Re: sample perf info

2004-10-05 Thread Guido Casper
Guido Casper wrote: Darren Hartford wrote: Hey all, Just sharing some information from testing on a p4 2.8ghz/512ram/win2000/java1.4.2_04 test box with all files locally on the harddrive. Using the 2.1M1 binary file defaults for TxFileStore and TxXMLFileDescriptors and using Slide's WebDAV

Re: DASL and scope

2004-09-24 Thread Guido Casper
I believe, your scope should be /slide/files/docs. Guido Jacob Lund wrote: Hi I have some problems getting the scope part of my query to work. If I want a search to only search through the /files/docs collection then I set scope to /files/docs/ and the uri in the header to /files/docs (see

Re: DASL - like

2004-09-22 Thread Guido Casper
Jacob Lund wrote: Does the slide (2.1) implementation of DASL support like? No, but you may want to use: SLIDE:propcontains xmlns:SLIDE=http://jakarta.apache.org/slide/; D:prop D:displayname/ /D:prop D:literalnew/D:literal /SLIDE:propcontains instead (being proprietary of course). HTH

Re: DASL - like

2004-09-22 Thread Guido Casper
- From: Guido Casper [EMAIL PROTECTED] To: Slide Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 10:33 AM Subject: Re: DASL - like Jacob Lund wrote: Does the slide (2.1) implementation of DASL support like? No, but you may want to use: SLIDE:propcontains xmlns:SLIDE=http

Re: DASL - like

2004-09-22 Thread Guido Casper
Jacob Lund wrote: Is it possible to make this propcontains caseless or case insensitive? I wouldn't rely on such behaviour but if you use the RDBMSExpressionFactory, I believe you may do so via your database settings. Guido - To

Re: AW: Help installing projector

2004-09-17 Thread Guido Casper
Florey, Daniel wrote: Hi, Projector needs its application files stored in the Slide repository. This can be achieved by either using the tomcat-install ant task that will unpack the files into the default file store. If you are using db-stores, you'll have to upload them manually after starting

Re: Good Slide GUI clients?

2004-09-13 Thread Guido Casper
it here: http://www.s-und-n.de/sunshine/download2/de/webdavpilot_0.3.zip It comes with an ACL view and a version history view for comparing and restoring versions. And it runs with Eclipse 3.0 final. Hope you find it useful. -- Guido Casper - SN AG

Re: changing privileges set in Domain.xml lost after restart

2004-08-12 Thread Guido Casper
have to check your PERMISSIONS table). Another possible reason might be that enumeratePermissions() does not work as expected, but I'm just guessing now. HTH Guido Anyway I'll update to the latest version and verify this. Carlos Guido Casper wrote: Which store implementation do you use? I

Re: write implies write-acl?

2004-08-12 Thread Guido Casper
Carlos Villegas wrote: James Mason wrote: There seems to be some bug on writing ACLs through the command line client. But I think it's a different issue. Sometimes all the non-inherited ACEs are deleted when I issue a grant command and afterwards only the one granted remains. Which version of

Re: write implies write-acl?

2004-08-12 Thread Guido Casper
James Mason wrote: Guido Casper wrote: Carlos Villegas wrote: James Mason wrote: There seems to be some bug on writing ACLs through the command line client. But I think it's a different issue. Sometimes all the non-inherited ACEs are deleted when I issue a grant command and afterwards only

Re: a question about version-control (From HuYong)

2004-08-11 Thread Guido Casper
Hu Yong wrote: All, When I use WebDavResource.proppatchMethod() to set one file's property, a new version will be created in history. Coulde I do some configure to avoid the new version's auto generation? Yes, set auto-version-control to false. However this only affects newly created

Re: changing privileges set in Domain.xml lost after restart

2004-08-11 Thread Guido Casper
Which store implementation do you use? I experienced something similar some time ago with JDBCStore being mounted on /files. It worked when being mounted on /. Guido Carlos Villegas wrote: I'm able to change the ACL to the /files collection from a client for example. But when I restart the

Re: User Authorization based on permissions set to role in Slide2 .1

2004-08-04 Thread Guido Casper
Krishna Kankipati wrote: Hi Andrey, Thanks for the response. As we speak I am doing some tests using the Slide Command Line tool (it uses Webdav Client internally). I added a new user (user1) and a new role (role1) using webdav client. I did this using mkcol command on users and

Re: Free + java-based HTTP Sniffer recommendation ??

2004-03-30 Thread Guido Casper
Stan Pinte wrote: [EMAIL PROTECTED] wrote: Hi, can somebody recommend a free + java-based HTTP Sniffer? Currently I'm using NetTool from Neil O'Toole [http://www.nettool.org] ... which isn't bad ... but I'd like to see some alternatives. in Apache SOAP v2.3.1 Documentation, they have a

WebDAV client lib question

2004-03-08 Thread Guido Casper
I am using the WebDAV client lib with WebDAVResource and encountered the following problem: I am unable to modify a resource that is locked by myself but by a different instance of WebDAVResource? Maybe I'm missing something? To modify it I first have to unlock (and maybe re-lock) it, as

WebDAV ACL Question

2002-11-18 Thread Guido Casper
Hi all, when I put my users in groups, I can give permissions to groups via domain.xml but not via WebDAV ACL. My users node in domain.xml looks like this: objectnode classname=org.apache.slide.structure.SubjectNode uri=/users objectnode classname=slideroles.basic.RootRoleImpl