Re: Lucene reindexer?

2005-03-09 Thread Stefan Lützkendorf
Hi Eirikur, the reindex problem is still unresolved :-(. I'm currently thinking about this, because I think it's crucial too. Stefan Eirikur Hrafnsson wrote: Hi all (long time no bugging you... ; ) a while ago I asked if there was a way to re-index the lucene index for slide. This is pretty

Re: Lucene reindexer?

2005-03-09 Thread Eirikur Hrafnsson
Hey Karl :) On 9.3.2005, at 01:58, [EMAIL PROTECTED] wrote: Hi again Eirikur! Getting Lucene to store its index into a Slide store should very much be doable as webdav is a filesystem. I think the key is the org.apache.lucene.store.Directory class. Yake a look at

Re: Lucene reindexer?

2005-03-09 Thread Eirikur Hrafnsson
Hi Stefan, On 9.3.2005, at 08:52, Stefan Lützkendorf wrote: Hi Eirikur, the reindex problem is still unresolved :-(. I'm currently thinking about this, because I think it's crucial too. Yup, especially when you want to use Lucene on an existing store. Somebody mentioned he was working on a batch

QuotaInterceptor

2005-03-09 Thread Thomas Bellembois
Hello, I am working on Slide quotas. I have some problems to start. If you could help me I would appreciate very much. I have made a new class (public class QuotaInterceptor implements ContentInterceptor) and I want to log its methods. I have declared the Slide servlet as the default servlet on

Re: Lucene reindexer?

2005-03-09 Thread Honoré David
Eirikur Hrafnsson wrote: Hey Karl :) On 9.3.2005, at 01:58, [EMAIL PROTECTED] wrote: Hi again Eirikur! Getting Lucene to store its index into a Slide store should very much be doable as webdav is a filesystem. I think the key is the org.apache.lucene.store.Directory class. Yake a look at

Re: QuotaInterceptor

2005-03-09 Thread Honoré David
Thomas Bellembois wrote: Hello, I am working on Slide quotas. I have some problems to start. If you could help me I would appreciate very much. I have made a new class (public class QuotaInterceptor implements ContentInterceptor) and I want to log its methods. I have declared the Slide servlet

Re: Lucene reindexer?

2005-03-09 Thread Eirikur Hrafnsson
On 9.3.2005, at 11:35, Honoré David wrote: Eirikur Hrafnsson wrote: Hey Karl :) On 9.3.2005, at 01:58, [EMAIL PROTECTED] wrote: Hi again Eirikur! Getting Lucene to store its index into a Slide store should very much be doable as webdav is a filesystem. I think the key is the

Re: Lucene reindexer?

2005-03-09 Thread karl
Honoré David wrote: It would be more efficient to store lucene index into slide BUT implement org.apache.lucene.store.Directory via slide API (on the server side) directly and not over and HTTP connection. (Anyway the indexer is server side.) Yes, implementing it directly onto the Slide API

Re: QuotaInterceptor

2005-03-09 Thread karl
Please supply the Domain.xml and log4j.xml files, it would help us helping you :-) Mvh Karl Hello, I am working on Slide quotas. I have some problems to start. If you could help me I would appreciate very much. I have made a new class (public class QuotaInterceptor implements

[GUMP@brutus]: Project jakarta-slide (in module jakarta-slide) failed

2005-03-09 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-slide has an issue affecting its community integration. This issue

ContentIntrceptor and missing uri patch

2005-03-09 Thread karl
Here is patch that i hope provides a NodeRevisionDescriptor with a working getUri() for all calls to the ContentInterceptor. Hope i havent broken anything... Mvh Karl Øie - To unsubscribe, e-mail: [EMAIL PROTECTED] For

ContentIntrceptor and missing uri patch missing

2005-03-09 Thread karl
Here is a patch that i hope provides a NodeRevisionDescriptor with a working getUri() for all calls to the ContentInterceptor. Hope i havent broken anything... Mvh Karl Øie - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: QuotaInterceptor

2005-03-09 Thread Thomas Bellembois
I will have a look. Thank you. Thomas Honoré David wrote: Thomas Bellembois wrote: Hello, I am working on Slide quotas. I have some problems to start. If you could help me I would appreciate very much. I have made a new class (public class QuotaInterceptor implements ContentInterceptor) and I

Re: QuotaInterceptor

2005-03-09 Thread Thomas Bellembois
Here is a part of my Domain.xml file : store name=tx ... !-- no param for this interceptor at the moment-- content-interceptor class=org.apache.slide.content.QuotaInterceptor /content-interceptor /store Is it the good place for interceptors configuration? and my log4j.xml file : ?xml

Re: ContentIntrceptor and missing uri patch missing

2005-03-09 Thread Thomas Bellembois
I can't get your patch. Have you attached it to your message ? [EMAIL PROTECTED] wrote: Here is a patch that i hope provides a NodeRevisionDescriptor with a working getUri() for all calls to the ContentInterceptor. Hope i havent broken anything... Mvh Karl Øie

Re: QuotaInterceptor

2005-03-09 Thread Honoré David
Thomas Bellembois wrote: Here is a part of my Domain.xml file : store name=tx ... !-- no param for this interceptor at the moment-- content-interceptor class=org.apache.slide.content.QuotaInterceptor /content-interceptor /store Humm ... no. put them in domain ... namespace ...

Re: QuotaInterceptor

2005-03-09 Thread Thomas Bellembois
It does not work :-( Probably a problem with my logger. Thank you for your help. namespace name=slide definition store name=tx ... /store scope match=/ store=tx/ /definition configuration !-- Actions mapping --

ContentImpl.patch - Reloaded

2005-03-09 Thread karl
Hm... i'll try it again here, if not it has to wait until i get back at office and dont have to use webmail for posting... Karl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: QuotaInterceptor

2005-03-09 Thread karl
This is just a though, but in you log4j file you use the level tag to set priority, and category to define logger. Might be a problem with the version of log4j you are using. Im using log4j-1.2.8 and here is my log4j.xml file. Dont know it its any help Karl ?xml version=1.0

Re: QuotaInterceptor

2005-03-09 Thread Thomas Bellembois
Thank you for your help. My Interceptor is now working. I can see it putting breakpoints in my source code. I will try your log4j.xml file for my logging problem. Thomas [EMAIL PROTECTED] wrote: This is just a though, but in you log4j file you use the level tag to set priority, and category to