Re: JBoss help

2003-12-09 Thread Oliver Zeigermann
Hi Grant! A, that's what I thought :) This is good news for me, I will add a switch to the J2EE store that controls whether the store shall commit or the TM does. By the way, there is no globalConnection in the merged J2EE store any more. I experienced problems with the globalConnection

Groups, users and permissions example

2003-12-09 Thread Andy Redhead
Hi, I've managed to get the latest version of slide (from cvs) to work as an ordinary servlet, using a tomcat realm for authentication. However, I have become completely unstuck trying to define groups in Domain.xml, put users into those groups and then use the groups to assign

Re: JBoss help

2003-12-09 Thread Igor I. Nuzhnov
Thank you for the help, Oliver After your patch, all works just fine Can you, please, make usage of commit and rollback in AbstractRDBMSStore configurable (Domain.xml) And another question When I use new TxFileStore on slide start I get exception ... 08:13:58,078 INFO [STDOUT] 09 Dec 2003

RE: Groups, users and permissions example

2003-12-09 Thread Unico Hommes
In theory it should be something like the following: data ... objectnode classname=org.apache.slide.structure.SubjectNode uri=/users objectnode classname=org.apache.slide.structure.SubjectNode uri=/users/john revision property name=password

RE: Groups, users and permissions example

2003-12-09 Thread Andy Redhead
Hi, Thanks for the pointer :) However, I started with the 'understanding Domain.xml' page, which I think made sense for earlier versions of slide. What makes me think this might be outdated is I saw an email from Dr Nevermann with the title Implementing ACL draft-12 (was: BUG: cvs commit:

RE: Groups, users and permissions example

2003-12-09 Thread Unico Hommes
Andy Redhead wrote: Hi, Thanks for the pointer :) However, I started with the 'understanding Domain.xml' page, which I think made sense for earlier versions of slide. What makes me think this might be outdated is I saw an email from Dr Nevermann with the title Implementing ACL

Re: JBoss help

2003-12-09 Thread Oliver Zeigermann
Igor I. Nuzhnov wrote: Thank you for the help, Oliver After your patch, all works just fine Can you, please, make usage of commit and rollback in AbstractRDBMSStore configurable (Domain.xml) Did not see your post before my previous one, where I proposed to do exactly that :) So it will be one of

Problem when opening pdf file in webfolder

2003-12-09 Thread Wong, Priscilla
Hi All. I am using Jakarta Slide Webdav server under Tomcat. The Slide verion is the nightly-build version. We have successfully set up the webdav server and we can upload the files to the server via Web Folder. But the problem is that when we double clicked to open a pdf file in the

RE: Problem when opening pdf file in webfolder

2003-12-09 Thread Wong, Priscilla
Thanks, Mike. I think your assumption of my problem is right. In our application, we have set LDAP Realm to authenticate Slide by LDAP server. But how can we set the Cache-Control as you mentioned? Because we can't change the setting of Web Folder. Or do I need to customize the Slide server