Re: AW: content listening

2005-02-24 Thread Paul Hussein
I am embarrassed by my not including this jar ( and not searching in the slide jars to find the missing class ) My only excuse was I was thrown by the class name :o Thanks again Daniel. Daniel Florey wrote: What version of Slide are you using? Looks as if the xmlimexporter.jar is missing...

Incorrect behaviour if scope parameter

2005-02-24 Thread David_Geleyn
Hi, I configured slide to use auto-versioning. I also set the scope of slide to /files (web.xml). This results in strange behaviour when requesting the revisions of a resource: On line number 2 (in the response XML below) it is stated that revision 1.1 of my resource can be found at location

Re: problems with slide and sitecopy

2005-02-24 Thread Stefan Lützkendorf
There is a parameter called depth-limit in the web.xml where you can set the maximum depth that is reported by propfind requests. Stefan Evan Kracoff wrote: Hi all, I am using sitecopy in order to synch local directories with our slide repository. The problem I am running into is that when I do a

howto search by filename? with DASL??

2005-02-24 Thread Edmund Urbani
Hi all! I'm new to this list and I wanted to search the archive first, but all I get is: VelocityServlet: Error processing the template null: Got error 127 from table handler followed by a stack trace. Ok. Now my actual question: I'm currently working trying to add some Slide WebDAV repository

RE: howto search by filename? with DASL??

2005-02-24 Thread John Gilbert
I just did this last week. Here is the xml. public List find(String name) { String thepath = /slide/files; String query2 = D:searchrequest xmlns:D =\DAV:\ + D:basicsearch + D:select + D:prop +

LDAP Connection Error

2005-02-24 Thread John Gilbert
I am using the JNDIPrincipalStore to connect to Active Directory to retrieve Users and Roles. Everything works fine for a while. Then it eventually gets a connection error and I have to restart the Slide war. I have several other applications connecting to the same Active Directory instance and

Re: howto search by filename? with DASL??

2005-02-24 Thread Julian Reschke
John Gilbert wrote: I just did this last week. Here is the xml. public List find(String name) { String thepath = /slide/files; String query2 = D:searchrequest xmlns:D =\DAV:\ + D:basicsearch + D:select + D:prop + D:displayname/ + D:path/ + /D:prop + /D:select + D:from +

RE: howto search by filename? with DASL??

2005-02-24 Thread John Gilbert
Thanks for the heads up! I'll keep an eye on it. BTW, I'm using WebLogic. -Original Message- From: Julian Reschke [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 10:45 AM To: Slide Users Mailing List Subject: Re: howto search by filename? with DASL?? John Gilbert wrote: I

Re: howto search by filename? with DASL??

2005-02-24 Thread Edmund Urbani
Julian Reschke wrote: John Gilbert wrote: I just did this last week. Here is the xml. public List find(String name) { String thepath = /slide/files; String query2 = D:searchrequest xmlns:D =\DAV:\ + D:basicsearch + D:select + D:prop +

looks like a bug: getChildResources() returns messed up hostname

2005-02-24 Thread Edmund Urbani
Has this bug been reported/fixed: I use a local webdav repository with a root that looks like this: http://localhost:8080/docs/ When I call the getChildResources() method of the WebdavResource for the above URL, I get resources with an URL like http://localhost8080:8080/docs/... Yes, the port

Re: LDAP Connection Error

2005-02-24 Thread James Mason
John, What version of Slide are you using? From 2.1beta2 on the JNDIPrincipalStore should be able to handle broken connections gracefully. -James On Thu, 2005-02-24 at 10:33 -0500, John Gilbert wrote: I am using the JNDIPrincipalStore to connect to Active Directory to retrieve Users and

RE: LDAP Connection Error

2005-02-24 Thread John Gilbert
Thanks James. We are still on beta1. I can just build the beta2 version of JNDIPrincipalStore or do we need to upgrade verything? -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 11:36 AM To: Slide Users Mailing List Subject: Re: LDAP

Please help with subscribe/notify

2005-02-24 Thread David Novice
Following the thread on this list, Subscribing for event notification, I've attempted to create similar code that will subscribe using tomcat server. I get an error during the notificationListener.subscribe() call like this: Feb 24, 2005 12:18:31 PM org.apache.webdav.lib.NotificationListener

RE: looks like a bug: getChildResources() returns messed up hostname

2005-02-24 Thread sven pfeiffer
Hello Edmund, If I remeber correctly, this is a bug, but not inside Slide. I guess the bug happens somewhere inside the HttpURL class of commons-httpclient. For me it helped to call the constructor of HttpURL not with the single string, but with (I don't have the sources here, so I have to