Re: Lucene Block 1.1

2005-08-29 Thread Nicolas Maisonneuve
IndexManager is already > > configured? I would like to add an index in runtime. > > Can you tell me how i should retrieve the IndexManager from another > > piece of code? > > > > Thanks! > > > > Nicolas Maisonneuve wrote: > > > >> variable: no poss

Re: Lucene Block 1.1

2005-08-24 Thread Nicolas Maisonneuve
I forgot to specify: if you do this , be carefull that the indexwriter or indexreader are not opened. nicolas On 8/24/05, Nicolas Maisonneuve <[EMAIL PROTECTED]> wrote: > variable: no possible > but you can change the index location programmaticaly: > IndexManager.getInd

Re: Lucene Block 1.1

2005-08-23 Thread Nicolas Maisonneuve
ex file or > should it be wired in the index configuration? If the latter is the > case, is there a possibility to use a variable in the configuration? > > Regards, Robert > > Nicolas Maisonneuve wrote: > > what error do you have exactly ? > > > > On 8/22/05, Rober

Re: Lucene Block 1.1

2005-08-23 Thread Nicolas Maisonneuve
you happen to have an example of a complete configuration? I have > some troubles finding some good documentation. Some URL's would be great > too! > > Thanks again, Robert > > Nicolas Maisonneuve wrote: > > sorry to forgot to answer to your question ;-) > > >

Re: Lucene Block 1.1

2005-08-22 Thread Nicolas Maisonneuve
ork in my > setup. It is probably something very simple, but it could also be caused > by a fundamental difference betweeen cocoon 2.1 and 2.2 > > Are there any extra steps i need to take to use the > LuceneIndexTransformer2, like adding components to cocoon.xconf? > > Thanks a

Re: Lucene Block 1.1

2005-08-22 Thread Nicolas Maisonneuve
vent if doesn't work , after cleaning and documenting the source. nicolas On 8/22/05, Robert Goene <[EMAIL PROTECTED]> wrote: > Hi, > > I am working on the Apache Lenya project and integrating the > LuceneSearchTransformer. I saw the contribution of Nicolas Ma

Re: CForm model to POJO with a "natural" binding [RE: was Display a CForm Repeater in JXTemplate]

2005-05-17 Thread Nicolas Maisonneuve
las On 5/14/05, nicolas maisonneuve <[EMAIL PROTECTED]> wrote: > It doesn't work in JX but works in flowscript because model is not POJO but > a scriptableWidget. > Ok , so I must manually transform the model in a POJO in the flowscript.. a >

CForm model to POJO with a "natural" binding [RE: was Display a CForm Repeater in JXTemplate]

2005-05-14 Thread nicolas maisonneuve
Array(model.repeaterwigetID.length); For (var i=0; i -Message d'origine- > De : news [mailto:[EMAIL PROTECTED] De la part de oceatoon > Envoyé : samedi 14 mai 2005 13:39 > À : users@cocoon.apache.org > Objet : Re: Display a CForm Repeater in JXTemplate > > Nicolas Maisonne

Re: [ANN] Daisy 1.1 release

2004-11-24 Thread Nicolas Maisonneuve
ha... thanks steven for this link (that finally answer to my original question ;-) ) nicolas On Wed, 24 Nov 2004 16:55:12 +0100, Steven Noels <[EMAIL PROTECTED]> wrote: > On 24 Nov 2004, at 13:52, Nicolas Maisonneuve wrote: > > > for me , i hate compare 100 similar pr

Re: [ANN] Daisy 1.1 release

2004-11-24 Thread Nicolas Maisonneuve
ix lenya has more feature than daisy , so why recreate another CMS ? ) (Not answering clearly to this question, means for me a no serious project) nicolas maisonneuve On Wed, 24 Nov 2004 10:15:04 +0100, Steven Noels <[EMAIL PROTECTED]> wrote: > On 23 Nov 2004, at 20:52, Andreas Kuckartz

Re: [ANN] Daisy 1.1 release

2004-11-23 Thread Nicolas Maisonneuve
what's the differences with lenya CMS ? (or why did you make an another CMS and not extend/improve the lenya project ?) nicolas maisonneuve On Mon, 22 Nov 2004 16:28:14 +0100, Steven Noels <[EMAIL PROTECTED]> wrote: > Zwijnaarde(*), Belgium, Oct 19th 2004 > >

Re: luceneINdexTransformer not optimized

2004-11-16 Thread Nicolas Maisonneuve
gt; > regards Jeremy > > > > > On 15 Nov 2004, at 23:34, Nicolas Maisonneuve wrote: > > > the method to update a document is not optimized (reindexDocument > > method). this actual behavior is : > > > > 1- open reader if not open (but in fact it&#

luceneINdexTransformer not optimized

2004-11-15 Thread Nicolas Maisonneuve
r multiple CPU maybe it could be interesting to integred this components to the lucene Block Nicolas Maisonneuve

A different luceneIndexTtransformer

2004-03-02 Thread Nicolas Maisonneuve
r the search (see Lucene documentation))         french     < /lucene:index>   To delete documents     (delete all documents with the field author ="Mr Author")     < /lucene:delete>   Example of Output Source < lucene:index nbdocuments="2"/> < lucene

test case (class DefaultSitemapComponentSelector not found )

2003-09-15 Thread Nicolas Maisonneuve
hy i would test a transformer  and i used the code of the cocoon AbtractTransformerTestCase class and the "TraxTransformerTestCase.xtest"   but i have a error : the class "org.apache.cocoon.sitemap.DefaultSitemapComponentSelector" is not found   in the .xtest , there is the line :  

woody sample error CVS

2003-09-03 Thread Nicolas Maisonneuve
  when i lauch the XML sample  woody, i have this error..   Original Exception: java.lang.NoSuchMethodError: org.apache.cocoon.woody.datatype.SelectionListBuilder.build(Lorg/w3c/dom/Element;Lorg/apache/cocoon/woody/datatype/Datatype;)Lorg/apache/cocoon/woody/datatype/SelectionList; at org.ap

error context when i launch cocoon

2003-08-30 Thread Nicolas Maisonneuve
hy , i use a avalon component with contextualizable and ThreadSafe interface. In the context method  , i call context.get(Constants.DEFAULT_CONTEXT_DIR); to have the directory of the site when i launch cocoon  with tomcat , there is this error     ERROR   (2003-08-30) 03:13.15:035   [core

poolable avalon in cocoon

2003-08-29 Thread Nicolas Maisonneuve
hy , i hava some trouble with poolabe interface in cocon..     i made a XMLDB avalon component .   but if i call the lookup 6 times, 6 instances are created .. i would use the instances already created  .. so in using the avalon Poolable interface  and adding the attributs pool-grow pool-

jxforms scratchpad big

2003-08-28 Thread Nicolas Maisonneuve
hy , i download the CVS version i would just know if it's normal that the jxforms scratchpad is so big ( threre is inside the ant doc , ant src , avalon merlin doc , cocoon 2 historical lib, etc... )