Getting rid of DEBUG for cache

2005-03-31 Thread Olivier RICHAUD
I have an issue with an uncontrolled DEBUG output. I don't know how to get rid of the following DEBUG output, and I can't find anything related to this neither in cocoon.xconf nor in logkit.xconf. I tried to find an answer in the Cocoon's wiki. Here is the following debug traces I get : 1

MemoryStore and Cache : filtering DEBUG output

2005-03-11 Thread Olivier RICHAUD
With Cocoon 2.1.6, both MemoryStore and Cache produce DEBUG output. I looked at cocoon.xconf, and the logger are correctly defined : I found categories in logkit.xconf with log levels set to WARN. Am I missing something? Thanks for your help. Regards. Olivier.

RE : Migrating from Cocoon 2.0.x to 2.1.3

2005-03-10 Thread Olivier RICHAUD
rs 2005 20:41 À : users@cocoon.apache.org Objet : Re: Migrating from Cocoon 2.0.x to 2.1.3 Olivier RICHAUD wrote: > I'm upgrading our Cocoon application to Cocoon 2.1.3 and I'm facing > some why not 2.1.6? > weird errors with XSP. When calling a very simple XSP page > (

Migrating from Cocoon 2.0.x to 2.1.3

2005-03-09 Thread Olivier RICHAUD
.java:1166) ... I'm not hacking my previous sitemap. Instead, I started from the sitemap that comes with Cocoon's distribution (see attachement). My environment : Jboss 3.2.3 with Jetty JDK 1.4.2 Windows XP Thanks for your help. Regards. Olivier RICHAUD. site

RE : AGAIN : Using in conjunction with Log4j

2004-01-19 Thread Olivier RICHAUD
with Log4j Answer is... Wiki and archives: there are some articles on how logs are working. wiki.cocoondev.org Why would you need that? In production ppl disable all logging usually (or so do I :=)) b/c it's really expensive. Le Lundi 19 Janvier 2004 10:54, Olivier RICHAUD a écrit : > Hi

AGAIN : Using in conjunction with Log4j

2004-01-19 Thread Olivier RICHAUD
Hi all, I've recently sent a post on log configuration. I've seen any answer (maybe I missed it). Can anybody tell me how Cocoon logs work? Thanks. Olivier. -Message d'origine----- De : Olivier RICHAUD [mailto:[EMAIL PROTECTED] Envoyé : jeudi 15 janvier 2004 19:13 À : [

Using in conjunction with Log4j

2004-01-15 Thread Olivier RICHAUD
Hi, I'm looking at the log configuration which is very hard to understand for a newbye. My problem is rather simple : I'm deploying my cocoon application on top of Jboss which uses Log4j to produce its log. All I need is to integrate my Cocoon app within log4j.xml. One thing would be to stop any

RE : Performing actions

2003-12-30 Thread Olivier RICHAUD
iness delegates themselves are completely independent of Cocoon. Each BusinessDelegate is configured to call a specific business delegate as required. Ralph > -----Original Message- > From: Olivier RICHAUD [mailto:[EMAIL PROTECTED] > Sent: Monday, December 29, 2003 3:50 PM > To: [EMAI

Performing actions

2003-12-29 Thread Olivier RICHAUD
Hi all, We are using Cocoon as our presentation layer. The backend is made of EJB which interact with 2 databases. The glue, when needed, between EJB and Cocoon XSP pages is based on servlets. For example, when a form is submitted, the update jobs is done by servlets and depending on the outcome,

RE : Cocoon and Jboss, help need (MORE INFO)

2003-12-29 Thread Olivier RICHAUD
with the extra-classpath init parameter in web.xml. I know Jboss doesn't have a J2EE behaviour concerning classloaders, but I don't understand why XSP forces it. Thanks for any help. Happy new year. Olivier -Message d'origine----- De : Olivier RICHAUD [mailto:[EMAIL PROTECTED]

Cocoon and Jboss, help need

2003-12-23 Thread Olivier RICHAUD
Hi all, I'm using Cocoon 2.1 with Jboss 3.2.1 and the web interface is developped with Cocoon as we manage a lot of XML files and render them in many different format (HTML, XML, PDF...) . Everything works fine as long as all the needed librairies are located in WEB-INF/lib. My directory direcro