Re: [2.2] NPE when using block: protocol, caused by a ResourceNotFoundException

2006-12-21 Thread Alexander Klimetschek
Hi Bart, I had the same problem and fixed it with a patch: https://issues.apache.org/jira/browse/COCOON-1954 Unfortunately it is not committed yet, because it was unclear if this might break some specific old problem. The problem is that the original exception is swallowed, so the "called"

[2.2] NPE when using block: protocol, caused by a ResourceNotFoundException

2006-12-21 Thread Bart Molenkamp
Hi, While using the block: protocol, I got NullPointerExceptions because a resource could not be found in the target block. This was due to a ResourceNotFoundException, and when Cocoon tries to report the exception, the NPE occurs. It seems that the outputStream member is null. Has anybody any id