Hello, looking again into the core interfaces I realized, that I should retrieve my services in the service() method and not in the initilize() method. Right? I've done this, because I followed the Fortress' servlet example, nut looking into Fortress' AbstractContainer all services are retrieved in the service() method.
Which leeds to another question, because I thought thast the contract around ServiceManager is, that every element retrieved with lookup should be released again. Well, the AbstractContainer implementation never releases its services. Design flaw? Regards, J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
