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. > > Can anybody help?
This might be a runtime ClassCastException - it probably bubbles up to the container code so you do not see any exception in cocoon logs. -- Leszek Gawron CTO at MobileBox Ltd. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
