xsp.application.timeout and “Object has been removed or recycled”
问题 I've been having a lot of problems with disappearing Java class level Domino objects lately. For example I place a lotus.domino.Session to a (non-static) class level variable and when I try to use it in the next code line I get: NotesException: Object has been removed or recycled I didn't have these problems before I started using managed beans but now I seem to get them all the time with request scoped beans and also in plain Java objects. I've been adding isRecycled() checks to many places