EHCache avec in index corrompu

2005-03-25 Thread Alexandre Victoor
Bonjour J'ai un petit souci avec EHCache au démarrage du serveur d'appli. Il se trouve que lorsque weblogic8 est arrêté, EHCache n'a pas le temps de s'arrêter proprement, du coup quand le serveur redémarre, le système de cache ne peut pas s'initialiser. La personne qui a constaté le bug

taglib and faces blocks

2004-10-28 Thread Alexandre Victoor
Hello I would like to know if someone uses the taglib block. What is the roadmap for this block ? I have found it very interesting but I fear that it might be too immature... About the faces block, I have seen it in the CVS but it is not present in the daily snapshots ??? Regards Alex

AW: Weblogic 8.1 and Cocoon 2.1.4 again

2004-10-11 Thread Alexandre Victoor
At 09:50 06/10/2004 -0400, you wrote: On Wed, 6 Oct 2004, Alexandre Victoor wrote: I have tried to use XSLTC. It works if I activate the paranoid servlet. Is there any other way? I have not found classloader options in the admin console. Is there anything like the Websphere PARENT_LAST option

Weblogic 8.1 and Cocoon 2.1.4

2004-10-06 Thread Alexandre Victoor
Hello all Does anyone has succeed in deploying a WAR/EAR file using Cocoon with the weblogic admin console? Cocoon works fine when the EAR/WAR file is expanded manually, but this is a little bit anoying for the production environment... Thanks for your help Alex

Re: Memory leaks in Cocoon?

2004-08-18 Thread Alexandre Victoor
Hello I have observed the same think. Without any XSL transformation, cocoon consume about 300Kb per request.But that does not mean at all that there is a memory leak. When the garbage collector performs a full gc, all the memory is freed. I have done lots of stress tests, I have not seen any

XMLSerializer poolable?

2004-04-30 Thread Alexandre Victoor
Hello all I have noticed that the XMLSerializer component is poolable (because AbstractXMLProducer is). However in the sitemap of the cocoon distribution, the component is declared like this : map:serializer logger=sitemap.serializer.xml mime-type=text/xml name=xml

Re: XMLSerializer poolable?

2004-04-30 Thread Alexandre Victoor
Thanks for your answer. Interesting thread. Too bad that Avalon bring that much overhead to object creation... Alex At 14:06 30/04/2004 +0200, you wrote: Alexandre Victoor wrote: Moreover, looking at the code, I wonder if it really useful for this component to be poolable. It does not look

Re: XSP importing XSP

2004-03-31 Thread Alexandre Victoor
Hello You can also use directly the source resolver of your XSP by writing something like this : xsp:logic ... source = resolver.resolveURI(cocoon://whatever_you_need, null, null); SourceUtil.toSAX(source, new IncludeXMLConsumer(contentHandler)); ... /xsp:logic Hope it helps Alex At 09:29

RE: [POLL] which Cocoon version / JDK version / Servlet Container are you using ?

2004-03-03 Thread Alexandre Victoor
COCOON : 2.1.4 JDK : 1.3 sun and ibm CONTAINER : Tomcat 4.1.2X , Weblogic 7 and Websphere 5 PRO/CON 1.4 requirement for 2.2 : Pro - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Hands-Up] Cocoon in IBM Websphere?

2004-02-18 Thread Alexandre Victoor
Hi, We are using cocoon 2.0.4 and cocoon 2.1.3 on websphere 5.0 . Right now, we have troubles running cocoon on the newest version of websphere (I heard WAS 5.1 but I am not sure ). Hope it helps Alex At 11:14 18/02/2004 +0100, you wrote: Hi, just a quick hands-up - is anyone currently

Re: Configure Cocoon 2.1 with IBM Wepsphere 5

2003-12-17 Thread Alexandre Victoor
Hi I have successfully installed cocoon 2.0.4 on was5 following the cocoon wiki : http://wiki.cocoondev.org/Wiki.jsp?page=WebSphereV5.0Deployment I do not know if somebody has installed cocoon 2.1 on was5. Perhaps the steps described in the wiki works also for cocoon 2.1 ... Anyway, I will have

Re: FW: Escaping in XSP Logic

2003-12-05 Thread Alexandre Victoor
Hi You should perhaps externalize your hard-coded string messages in a java class or a property file or something like that... Alex At 22:30 04/12/2003 +0100, you wrote: nobody ? -Original Message- From: Yves Vindevogel [mailto:[EMAIL PROTECTED] Sent: woensdag 3 december 2003 19:21 To:

Re: sitemap - if file exist pipeline selection

2003-12-04 Thread Alexandre Victoor
Hi I use the resource-exists action with cocoon 2.0.4 . It works fine Alex At 13:09 04/12/2003 +0200, you wrote: i supose that this selector is not available in 2.0.4? On Thu, 4 Dec 2003, Antonio Gallardo wrote: Hi: What about this?

stupid question about xsltc under cocoon2.1

2003-09-05 Thread Alexandre Victoor
Hello I don't find anywhere the translet files generated by xsltc... Does anybody knows where theses files are written ? Thanks Alex - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: opposite of internal-only?

2003-07-23 Thread Alexandre Victoor
You may be able to use a referer matcher/selector to try to guarantee that the request is really coming from outside. I fail to understand why you need this. Maybe elaborating on that would help come up with better options. Geoff In my main pipeline I have something like that : map:match