Re: manager.lookup fails without exception

2007-02-08 Thread Leszek Gawron
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

Re: manager.lookup fails without exception

2007-02-06 Thread Tilman Rassy
On Monday 05 February 2007 17:22, Tobia wrote: Tilman Rassy wrote: 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. I cannot help you with your code, but I can tell you that

manager.lookup fails without exception

2007-02-05 Thread Tilman Rassy
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

Re: manager.lookup fails without exception

2007-02-05 Thread Tobia
Tilman Rassy wrote: 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. I cannot help you with your code, but I can tell you that in some cases the exception is only displayed in