getComponent with JavaFlow 2.1.9

2006-12-12 Thread Nicolas BOUSSUGE
Hello, I got the following problem in JavaFlow (Cocoon 2.1.9) when trying to lookup a custom component : Instruction GETSTATIC constraint violated: Class 'com.test.service.ManagementService' is referenced, but cannot be loaded and resolved: 'VERIFIED_REJECTED Number of LocalVariableTable at

Caching source protocol and flowscript

2006-11-22 Thread Nicolas BOUSSUGE
Hello, In my application, I would like to cache the response of a JavaFlow method for the end users, and not for the admins. For that, I am using the two following pipelines :                                                                                                               

Re: Antw: log4j config

2006-11-10 Thread Nicolas BOUSSUGE
With this done an error message will not occure on cocoon startup. Regards martin >>> Nicolas BOUSSUGE <[EMAIL PROTECTED]> Mittwoch, 8. November 2006 16:19 >>> Hello, I have 2 quick questions regargding Cocoon 2.1.9 and log4j configuration. I must replace the logkit

log4j config

2006-11-08 Thread Nicolas BOUSSUGE
Hello, I have 2 quick questions regargding Cocoon 2.1.9 and log4j configuration. I must replace the logkit by log4j in my cocoon app. So I uncommented the following settings in the web.xml : logger-class org.apache.avalon.excalibur.logger.Log4JLoggerManager