RE: Using Slide as network ressource with windows

2005-05-04 Thread Maximo Gurmendez
Hi John There is a tool caled WebDrive, which you can install so that you map windows' drives to webfolders, but it is not a free tool:( http://www.webdrive.com Regards, Máximo De: Mark Breitner [mailto:[EMAIL PROTECTED] Enviado el: Mié 04/05/2005 06:40

My dirty solution to set non-inheritable privileges using webdav client

2005-07-24 Thread Maximo Gurmendez
I've modified the createNodePermissionList method from org.apache.slide.webdav.method.AclMethod class as pasted below. For doing this I send through webdav a new privilege read-noninheritable or write-noninheritable, and it works fine. Example, for client: Ace a = new

Re: My dirty solution to set non-inheritable privileges using webdav client

2005-07-25 Thread Maximo Gurmendez
|...]/parameter It’s configurable in the Domain.xml Hope this helps, Miguel Figueiredo -Original Message- From: Maximo Gurmendez [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 25 de Julho de 2005 5:20 To: Slide Users Mailing List Subject: My dirty solution to set non-inheritable

Re: My dirty solution to set non-inheritable privileges using webdav client

2005-07-25 Thread Maximo Gurmendez
webdav client Hello, It does not work for me, even with the read permission on /files (and on the full path). I wonder if Slide manages non inheritable permissions even with the acl_inheritance_type parameter ? Thomas Maximo Gurmendez wrote: I've tried something similar, and worked well

Re: strange webfolders behaviour when opening word docs

2005-08-18 Thread Maximo Gurmendez
I have the same problem.. I still didn't manage to find a solution... If you find one, I'll be very grateful :) - Original Message - From: Edmund Urbani [EMAIL PROTECTED] To: Slide Users Mailing List slide-user@jakarta.apache.org Sent: Thursday, August 18, 2005 7:00 AM Subject:

Re: JDBCStore: SQLServer / Oracle

2005-10-31 Thread Maximo Gurmendez
I am using SQLServer. It's working fine. However, I had trouble with DB deadlocks, which can solved by lowering the transaction level or configure a short timeout for transactions. Regards, Máximo - Original Message - From: Ray Sprinkle [EMAIL PROTECTED] To: Slide Users Mailing

SQLServer revokePermissions problem

2005-12-28 Thread Maximo Gurmendez
I noticed that the following function from the StandardRDBMSAdapter would not work in SQLServer public void revokePermission(Connection connection, Uri uri, NodePermission permission) The SQLServerRDBMSAdapter does not implement this function and therefore it uses the StandardRDBMSAdapter,

DASL search problem:

2006-06-14 Thread Maximo Gurmendez
Hi, I get an exception, with the SVN trunk version of slide when I do a basic search. I´ll greatly appreciate any help or hint on where to look at. Regards, Máximo The query is: String q = D:searchrequest xmlns:D =\DAV:\ + D:basicsearch +

Re: Propertiesindexer and /UURI problem

2006-07-19 Thread Maximo Gurmendez
Thanks Darren! I was having the same problem,as posted earlier. Surely this saves a lot of time. Regards, Máximo - Original Message - From: Darren Hartford [EMAIL PROTECTED] To: Slide Users Mailing List slide-user@jakarta.apache.org Sent: Wednesday, July 19, 2006 10:31 AM

Re: Attaching New Indexer to slide

2006-08-04 Thread Maximo Gurmendez
As mentioned below, you can put org.apache.slide.binding=false in slide.properties. - Original Message - From: aslam bari [EMAIL PROTECTED] To: Slide Users Mailing List slide-user@jakarta.apache.org Sent: Friday, August 04, 2006 9:54 AM Subject: RE: Attaching New Indexer to slide