DASL - like

2004-09-22 Thread Jacob Lund
Does the slide (2.1) implementation of DASL support like? I am trying the following request: D:searchrequest xmlns:D=DAV: D:basicsearch D:select D:allprop/ /D:select D:from D:scope D:href//D:href D:depthinfinity/D:depth

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 Jacob Lund
Thanks Guido! Is this store independent? /jacob - Original Message - 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

Re: DASL - like

2004-09-22 Thread Guido Casper
Jacob Lund wrote: Thanks Guido! Is this store independent? Basically yes, but DASL performance heavily depends on the store. If you use JDBCStore you should put: parameter name=use-rdbms-expression-factorytrue/parameter into your store configuration. Guido /jacob - Original Message -

Re: DASL - like

2004-09-22 Thread Jacob Lund
Thank you very much :-) Is it possible to make this propcontains caseless or case insensitive? Also can you tell me how the uri should be defined in scope and in the request header? Where should the be a tailing slash - as long as I stick to / in request header and scope it works fine? /jacob

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: ldap configuration

2004-09-22 Thread Oliver Zeigermann
Hi James, there really was a pretty obvious bug in AbstractXMLResourceDescriptor. It should have shown up everytime the TxXMLFileDescriptorStore tried to create a new descriptor without the real object stored into it and later trying to re-read it. Nothing has changed for ages in

RE: ldap configuration

2004-09-22 Thread Miguel Figueiredo
Hello Oliver, James, I can test it for you... I'll be back with a 'report' in a few minutes. BRB, Miguel -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 22 de Setembro de 2004 15:16 To: Slide Users Mailing List Subject: Re: ldap configuration

HELP! Can't get rid of javax.transaction.NotSupportedException

2004-09-22 Thread =?iso-8859-1?Q?C_Schl=FCssel?=
Hi, I'm running an application that uses the slide API without the WebDav. I can add files, branches, etc. - fine. Sometimes, when something goes wrong, i.e. invalid data is being processed void myMethod(String SomeInValidData) throws SystemException { try {

RE: ldap configuration

2004-09-22 Thread Miguel Figueiredo
Attention folks!! I've just synchronized, after the struggle to obtain stefan's stream of patches ;), my source code with HEAD cvs tag. After compiling and deploying it in a tomcat 5.0.28 instance I get the following tomcat console log IF the content store is already deployed, if NOT deployed

Re: ldap configuration

2004-09-22 Thread Oliver Zeigermann
Have you removed the XML files containing the meta-data before? To me it looks as if you are using the default tx file store only, right? This however operates on only partial XML files which makes is cough. Delete the store directory and I am pretty sure everthing will work... Please report

Browsing Slide Tree example??

2004-09-22 Thread =?iso-8859-1?Q?C_Schl=FCssel?=
I'm writing an application outside webdav that needs to browse the slide structure/content tree. Does anybody have an example to do this? I'm just about to reinvent the wheel and really would appreciate some hints on doing this or even better some example code or some URL with information

Re: ldap configuration

2004-09-22 Thread Oliver Zeigermann
OK, I just tried Slide HEAD including all recent changes and it actually works like I expected. Miguel, I have tried deleting the old meta-data... Oliver Oliver Zeigermann wrote: Have you removed the XML files containing the meta-data before? To me it looks as if you are using the default tx

Re: ldap configuration

2004-09-22 Thread Oliver Zeigermann
Oliver Zeigermann wrote: Miguel, I have tried deleting the old meta-data... Sorry, getting a little bit tired, read Miguel, have you tried deleting the old meta-data... Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Simple question on opening a file (via webdav) for editing

2004-09-22 Thread Nick Longinow
Hi, I am just getting started with Slide, and have wrestled all day with this one. Maybe you can hel p ? I have created a document collection and added (put) a document into slide via java webdav client. Now I want to get the file out in edit mode, ie, this is a Word document, and I

Still having problems putting a new file on a webdav server

2004-09-22 Thread Matt Reason
Hi, I'm still having a hell of a time getting a single file up on webdav server. Hopefully someone can find a glaring error in my code: HttpsURL targetURL = new HttpsURL(https://localhost:8443/webdav/ https://localhost:8443/webdav/ ); targetURL.setUserinfo(tomcat,tomcat);