Tilman Rassy wrote: > Hello, > > we have the following problem: in a custom generator, we have > > dbHelper = (DbHelper)this.manager.lookup(DbHelper.ROLE); > > this fails for some reason, but no exception is thrown. The server simply > replies with response code 500. If I place log messages before and after the > line above, I see the first message in the log files, but not the second. No > error messages occur in the logs. It is impossible that servlet container goes HTTP 500 without any exception. You are probably missing one. You should check both container logs and cocoon logs.
-- Leszek Gawron CTO at MobileBox Ltd. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
