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: Fri

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? Berna

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 http://jakarta.apache

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. --- Micha

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 coul

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: Help adding users, access denied when logging in

2004-06-21 Thread Paul Hussein
Yes!!! My missing step was I needed to add the property value in the XML format. How can I add an FAQ entry for this ? > -Original Message- > From: Florey, Daniel [mailto:[EMAIL PROTECTED] > Sent: Friday, June 18, 2004 12:51 PM > To: Slide Users Mailing List > Subject: AW: Help adding

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

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 mu

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 w

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: DAV resource / COPY DELETE GET HEAD LOCK MKCOL

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 Shulins

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 cou

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

How do I get checkout to create copy in workspace?

2004-06-21 Thread kranga
I've created a workspace for my user but am unable to figure out what command causes a checkout to be placed in the workspace? Also, is there a way to copy latest copies of all files in the collection to be copied to the workspace, but not overwrite user modifications for checked-out files? Thanks

Re: How do I get checkout to create copy in workspace?

2004-06-21 Thread kranga
More research tells me that I need to add a "Target-Selector: " field to the request header. Does slide support this feature? How do I include an arbitrary header using the client API? Any help is appreciated... - Original Message - From: "kranga" <[EMAIL PROTECTED]> To: "Slide Users Mai

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/ t

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

How do I enable DEBUG logging?

2004-06-21 Thread James Mason
I'm using the 2.0/Tomcat 5 bundle. I've set org.apache.slide.debug to true in slide.properties, but that doesn't seem to have had any effect. Putting a log4j.properties file in the root of the classpath with the appropriate settings doesn't have any effect. So I'm at a loss :). Can someone explain

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