RE: environment errors

2006-03-03 Thread Max Pfingsthorn
Subject: RE: environment errors ...nevermind. that didn't do the trick. max -Original Message- From: Max Pfingsthorn Sent: Thursday, March 02, 2006 13:05 To: dev@cocoon.apache.org Subject: RE: environment errors Carsten Ziegeler [mailto:[EMAIL PROTECTED] Max

Re: environment errors

2006-03-03 Thread Jean-Baptiste Quenot
* Max Pfingsthorn: sorry for this noise... It was my fault. I didn't release a source properly in one of my generators... Jean-Baptiste, maybe you have the same problem? This is a very good suggestion. Maybe a cocoon: source is not released. I will double check. -- Jean-Baptiste

Re: environment errors

2006-03-03 Thread Jean-Baptiste Quenot
* Max Pfingsthorn: sorry for this noise... It was my fault. I didn't release a source properly in one of my generators... Just to be sure: is it a cocoon: source that was missing to be released? For a file: source, I don't think it makes a difference to release it or not. --

RE: environment errors

2006-03-02 Thread Max Pfingsthorn
Carsten Ziegeler [mailto:[EMAIL PROTECTED] Max Pfingsthorn schrieb: Hi! Okay, I traced this one to the o.a.c.environment.wrapper.EnvironmentWrapper thank god for debuggers). That one does not implement release(Source) itself, so the superclass is used, but since it is a wrapper,

RE: environment errors

2006-03-02 Thread Max Pfingsthorn
...nevermind. that didn't do the trick. max -Original Message- From: Max Pfingsthorn Sent: Thursday, March 02, 2006 13:05 To: dev@cocoon.apache.org Subject: RE: environment errors Carsten Ziegeler [mailto:[EMAIL PROTECTED] Max Pfingsthorn schrieb: Hi! Okay, I

RE: environment errors

2006-03-01 Thread Max Pfingsthorn
Hi! Okay, I traced this one to the o.a.c.environment.wrapper.EnvironmentWrapper (thank god for debuggers). That one does not implement release(Source) itself, so the superclass is used, but since it is a wrapper, it is not initialized to have a source resolver itself! I am not sure what this

Re: environment errors

2006-03-01 Thread Carsten Ziegeler
Max Pfingsthorn schrieb: Hi! Okay, I traced this one to the o.a.c.environment.wrapper.EnvironmentWrapper thank god for debuggers). That one does not implement release(Source) itself, so the superclass is used, but since it is a wrapper, it is not initialized to have a source resolver itself!

environment errors

2006-02-28 Thread Max Pfingsthorn
Dear all, I have a few errors here which I really cannot explain, maybe someone can shed some light on the matter? The weird thing is, the application works fine, despite the errors below... But I am very curious what could make these things happen. I have a creepy feeling that this might be

Re: environment errors

2006-02-28 Thread Jean-Baptiste Quenot
* Max Pfingsthorn: org.apache.cocoon.ProcessingException: Unable to remove component from automatic release: no environment available. at org.apache.cocoon.components.CocoonComponentManager.removeFromAutomaticRelease(CocoonComponentManager.java:489) at

Re: environment errors

2006-02-28 Thread Carsten Ziegeler
Jean-Baptiste Quenot schrieb: * Max Pfingsthorn: org.apache.cocoon.ProcessingException: Unable to remove component from automatic release: no environment available. at org.apache.cocoon.components.CocoonComponentManager.removeFromAutomaticRelease(CocoonComponentManager.java:489)