RE: Binding store rename accents

2005-05-19 Thread Laurent Michenaud
I think the problem comes from transaction. I have created a resource /slide/files/yé Next, if i execute the following code : public static void testRenameSimple() throws HttpException, IOException { HttpURL oHttpURL = new HttpURL(http://localhost:8082/slide/;);

RE: Re: Problems getting authentication working

2005-05-19 Thread Miguel Figueiredo
Hello Brandon, That's weird. The symptom for the log May 17, 2005 5:32:46 PM org.apache.catalina.realm.JAASRealm authenticate SEVERE: Unexpected error java.lang.SecurityException: Unable to locate a login configuration at

Role/User using Webdavlib

2005-05-19 Thread Laurent Michenaud
Is there a mean to manage the user membership to roles using the webdavlib. I can do it with Projector but I need the transactions so I would like to do it with webdavlib. Is it possible ? Examples ? Thanks

Re: Role/User using Webdavlib

2005-05-19 Thread Jacob Lund
Adding users to groups or roles in slide is simply to use proppatch. Add a list of href user elements to the DAV:group-member-set property on the specific group. e.g.: adding users /user/john and /user/joe to /roles/users property DAV:group-member-set on /roles/users must be set to

RE: Role/User using Webdavlib

2005-05-19 Thread Laurent Michenaud
Thanks... -Message d'origine- De : Jacob Lund [mailto:[EMAIL PROTECTED] Envoyé : jeudi 19 mai 2005 13:47 À : Slide Users Mailing List Objet : Re: Role/User using Webdavlib Adding users to groups or roles in slide is simply to use proppatch. Add a list of href user elements to the

RE: Binding store rename accents

2005-05-19 Thread Laurent Michenaud
I have finally found what the problem is... If you have a resource with an acl for a role, And, If you rename the role, the acl is not updated. On the standard file store, there is no error generated. On the binding store, it generates an error. I don't know if slide has to update

Notification polls

2005-05-19 Thread Marco Ferretti
Hi , I am facing a strange behaviour on slide . I have created a NotificationListener on /slide/files with a pollinterval of 60 seconds and a Subscriber for Update/newmember on /slide/files/stuff with a delay of 100 ms. between two polls I create two collections on /slide/files/stuff named

RE: Binding store rename accents

2005-05-19 Thread Warwick Burrows
This looks to be the same problem as bug 34910. eg. http://issues.apache.org/bugzilla/show_bug.cgi?id=34910 Jacob opened this bug for transaction targets with a space in their name but, as the bug description notes, this indicates the uri encoding is incorrect. Warwick -Original

Handling Windows Style file names

2005-05-19 Thread Paul Hussein
Hi, I wonder if someone can give me some quick advice about spaces and funny windows style file names, and how to handle these in slide using the client api. Do I need to encode and decode the URL's? I see that DASL searching returns encoded URLS. Are there cerain calls that auto encode/decode

RE: Binding store rename accents

2005-05-19 Thread Ray Sprinkle
This is the same as bug 34910. startTransaction() fails to encode the path befor calling the lock method. -Original Message- From: Laurent Michenaud [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 4:10 AM To: Slide Users Mailing List Subject: RE: Binding store rename accents

Re: Dasl search with D:like

2005-05-19 Thread Unico Hommes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you are using a SQL backend (i.e. either JDBCStore or J2EEStore) and the parameter 'use-rdbms-expression-factory' is set to true, then no. Otherwise, AFAICS, it should work. DASL queries are translated to SQL queries in the former case. The

PropFindMethod failure in WebLogic Cluster

2005-05-19 Thread Kiran Patchigolla
We are unable to work with the PropFindMethod when we cluster two slide instances in Weblogic. Rest of the WebDav methods seem to be working fine, however we get a SocketTimeoutException when we try the PropFindMethod. Seems like the request.getInputStream call is timing out. This works fine if