Properties with a different namespace

2004-06-21 Thread Brett Collett
When I set a NodeProperty object with a different namespace it is still seen in DavExplorer as being in the DAV: namespace. How can I get these properties to be correctly prefixed? An example of the response from Slide is shown below: HTTP/1.1 207 Multi-Status Pragma: No-cache

RE: Properties with a different namespace

2004-06-21 Thread Ritu Kedia
Brett, This looks like a DAVExplorer error. I am using DAVExplorer-0.90, which has this bug. Slide server does create the property with the correct namespace. You could check the Properties table entry of your resource for verification. Regards, Ritu -Original Message- From: Brett

How to implement a ContentExtractor?

2004-06-21 Thread ryan
I tried to build a content extractor to pull the text from MS Word docs. It looks like the PropertyExtractorTrigger is fired by the event framework when a node is created or stored, and then it calls the ExtractorManager to get all the PropertyExtractors associated with the node that changed and

Re: LDAP Store and Permission Problem

2004-06-21 Thread Frank Taffelt
Hi, yes, i also adjusted theses lines. I'm using the Sliderealm which restricts the access to the same group like the LDAP Store. The SlideRealm is working against these group. Any idea ? Frank - Original Message - From: James Mason [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday,

Re: Cannot browse WebDAV in Windows XP

2004-06-21 Thread Michael Vorburger
Are you using XP Home Ed? There seem to be some known problems with it, right slide-users? See e.g. http://article.gmane.org/gmane.comp.jakarta.slide.user/3629 http://article.gmane.org/gmane.comp.jakarta.slide.user/3632 PS: Sure you saw this http://jakarta.apache.org/slide/xp.html already?

RE: Help adding users, access denied when logging in

2004-06-21 Thread Paul Hussein
Firstly, thanks for the reply. However, my lack of understanding of what you have put and the past posts mean I am unable to gain access and get '403 access denied' I guess its loggin in ok but cant access the directory. I added a property group-member-set with namespace

Re: How to implement a ContentExtractor?

2004-06-21 Thread Daniel Florey
Hi Ryan, you are exactly right. I didn't implement the ContentExtractor yet, because it makes no sense to do it in the way the property extractors works. As you stated the content extractor only makes sense in combination with an indexer. It was my plan to build an indexing framework, but had no

Re: Cannot browse WebDAV in Windows XP

2004-06-21 Thread Bernard Sirius
Thanks for the pointer... :-( these people describe the exact same problem as me, but they don't seem have a solution. Yes I read the xp directions. I will try to contact these people. I'm using XP Pro, not Home Ed. It's confusing indeed that these fundamental problems show up so seldom. ---

Re: what is live properties??

2004-06-21 Thread Simone Gianni
Hi, you can find all infos you need in just one chapter of the specifications : http://asg.web.cmu.edu/rfc/rfc2518.html#sec-4.1 Ciao, Simone Gianni P.S. Next time please answer on the mailing list, since this infos could be useful to others as well. Slide Tao wrote: thx for your reply, but

Error building slide tomcat-4-install in patch

2004-06-21 Thread Johan Stuyts
Hi, I've downloaded the latest patch.exe from gnuwin32.sourceforge.net, but when I build Slide using tomcat-4-install I get the following error: tomcat-4-install: [copy] Copying 1 file to ...\jakarta-slide\dist\slide\catalina-conf [patch] Assertion failed: hunk, file patch.c, line 343

Re: LDAP Store and Permission Problem

2004-06-21 Thread Frank Taffelt
i think i found the problem. The LDAP Store makes foreach ldap item an tolowercase which breaks the user-group relation. could this be a bug ? Frank - Original Message - From: Frank Taffelt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 18, 2004 12:35 PM Subject: LDAP Store

Accessing the Administration layer

2004-06-21 Thread Daniel Garnys
Iv managed to get slide user layer working by logging in as one of the users specified in jakarta-slide-2.0-tomcat-4.1.30\bin\store\metadata\users\. But when I try to hit the admin layer on http://localhost:8002/slide I get a the page cannot be displayed error. The documentation I have says I

Re: How to implement a ContentExtractor?

2004-06-21 Thread Ryan Rhodes
Hi Daniel, I'd like to try and implement this if its ok. I'm looking at Oliver's version of the LuceneIndexer that is in CVS. It looks like you extend AbstractService to give it a context for transactions and implement IndexStore to override the IExpressionFactory. Do you know if everything

RE: Cannot browse WebDAV in Windows XP

2004-06-21 Thread Andrey Shulinsky
Hi there! I had the similar problem and solved it by turning off the authentication for the OPTIONS method in Slide's deployment descriptor: security-constraint web-resource-collection web-resource-nameDAV resource/web-resource-name url-pattern//url-pattern

RE: Cannot browse WebDAV in Windows XP

2004-06-21 Thread Bernard Sirius
Er, that doesn't work either on my machine. BUT, I have a workaround now... with a price tag: south river technologies' WebDrive. Runs like the wind ! I'll stick with this for the moment, as it's more important for me right now to understand what Slide can actually bring me... --- Andrey

Re: LDAP Store and Permission Problem

2004-06-21 Thread James Mason
Sort of ;) The problem is that Slide is case-sensitive while LDAP swings boths ways on an attribute-by-attribute basis. My LDAP server, for instance, is completely case-insensitive. All of the usernames are stored mixed-case, but almost everyone logs in using all lowercase. The only solution I

RE: Help adding users, access denied when logging in

2004-06-21 Thread James Mason
There's a Wiki at http://nagoya.apache.org/wiki/apachewiki.cgi?SlideProjectPages that you can use. To get your information added to the FAQ on the main Slide site either post your entry to this list with an appropriate subject or use the Enter a Bug link from http://jakarta.apache.org/slide/ to

Acl problem with Slide 2.0

2004-06-21 Thread James Mason
I'm really hoping that this has been fixed. I have a bit to add in case it hasn't. 2 - Some kind of acl corruption, similar to the one described in this mail : http://www.mail-archive.com/[EMAIL PROTECTED]/msg05618.html : I set a permission using slide client ( read on /slide/files/test/ to

Re: Acl problem with Slide 2.0

2004-06-21 Thread James Mason
I've reproduced this problem with a 2.1M1 server. -James [EMAIL PROTECTED] 6/21/2004 2:11:15 PM I'm really hoping that this has been fixed. I have a bit to add in case it hasn't. 2 - Some kind of acl corruption, similar to the one described in this mail : http://www.mail-archive.com/[EMAIL

Put problem with Slide 2.0

2004-06-21 Thread Shuji Aono
Hi, I have a problem in put. I'm running version 2.0 of slide server and client library. A database uses Postgres. auto-version-control is Ture. 1. I do PUT of a new file. 2. I update a file of 1. 3. I do PUT with the file which I updated of 2. These 1000 times of processing repeats themselves