Re: DASL Search for files with a particular file extension

2005-07-21 Thread Guido Casper
Martin, Tammy (US SSA) wrote: Hi all, I am trying to write a DASL Search query to search for files on the server with a particular file extension. I am able to search for content like the example at http://wiki.apache.org/jakarta-slide/DASLSearch . However, when I try to modify this query to

Re: acl question

2005-07-21 Thread Jacob Lund
Hi Kevin! Maybe I missed something. But if you have allow all to authenticated users - then why should your case with user A and B not be allowed? /jacob - Original Message - From: [EMAIL PROTECTED] To: Slide Users Mailing List slide-user@jakarta.apache.org Sent: Thursday, July 21,

RE: acl question

2005-07-21 Thread Burnside, Phillip \(UK - Glasgow\)
Kevin, Without seeing the entire Domain.XML I'm guessing a bit, but I would suspect that you haven't defined the specific role permissions on the store. Although you have defined the roles in JNDI you haven't defined them in SLIDE nor have you set specific permissions for them on the store.

RE: I am new to Slide, WEBDAV please help on this new topic

2005-07-21 Thread Srinivas Rao
Hi raman, How are U ??? i am doing the Slide contant management and i configured in my application but the problem is i am not able to find the webdav client code at all...i searched the net and all the mailing list...but i didn't find the code... i am using the tomcat and slide ...and

Re: acl question

2005-07-21 Thread Kevin . Bombardier
If User A is in Accounting and User B is in Engineering I do not want them to be able to see the same files but I want them both to be able to write and have full access to files within their same roles.

RE: acl question

2005-07-21 Thread Kevin . Bombardier
I think you are right. I have not defined any roles within Slide. It sounds like the roles in Slide need to match the roles in LDAP. In looking at the /roles in domain.xml do you need to define each user in the role like the following? I could have a few thousand users that keep getting added

RE: acl question

2005-07-21 Thread Burnside, Phillip \(UK - Glasgow\)
Kevin, Roles LDAP Yep, you need to define the roles within SLIDE. They need to match your LDAP roles otherwise there is no context for SLIDE to base itself on. Roles Users Domain.XML Absolutely right - Domain.XML is only used to initialise. What you see with the base examples are the user

i am new to Slide and not able to connecting client.........please help ...

2005-07-21 Thread Srinivas Rao
Hi Friends, I got few samples from friends and ne alosbut i am not able to connect the client through the WebdavResource ... this is the code. import org.apache.commons.httpclient.HttpException; import org.apache.commons.httpclient.HttpURL; import org.apache.webdav.lib.WebdavResource;

RE: i am new to Slide and not able to connecting client.........please help ...

2005-07-21 Thread Burnside, Phillip \(UK - Glasgow\)
Try using import org.apache.webdav.lib.*; instead of import org.apache.webdav.lib.WebdavResource; -Original Message- From: Srinivas Rao [mailto:[EMAIL PROTECTED] Sent: Thu 21/07/2005 17:38 To: Slide Users Mailing List Cc: Subject:

Extensibility

2005-07-21 Thread Michael Oliver
Is there a path from the Uri object in the various Stores interfaces back through to the Domain.xml properties? I am asking as I am writing a custom store to use Hibernate to map POJO JavaBeans stored in slide as XMLEncoded documents, through to a Hibernate database mapped by a

RE: acl question

2005-07-21 Thread Kevin . Bombardier
I defined the roles in domain.xml. Not sure if I used the correct syntax b/c the role is in LDAP (ie /roles/operator). (I deleted my stores and restarted so it would read the new config) I also added a few of the users under the roles to test. For testing I have an operator user and an operator

RE: Extensibility

2005-07-21 Thread Warwick Burrows
Hey Michael, If I understand what you're asking for, that is a way to fetch a property value from the Domain.xml, then the Domain class has a static function Domain.getParameter() that you can use. You would define your parameter alongside other parameters like auto-version and historypath which

RE: Extensibility

2005-07-21 Thread Warwick Burrows
The getStore().getParameters() will get you parameters defined on the stores (eg. DB2 etc) but I think you will want the Domain.getParameter() method for what you want to do. Warwick -Original Message- From: Warwick Burrows Sent: Thursday, July 21, 2005 2:25 PM To: Slide Users

RE: Extensibility

2005-07-21 Thread Michael Oliver
Exactly right, the static method on the Domain is what I am looking for thanks. Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED] -Original Message- From: Warwick