> > From: Torsten Curdt [mailto:[EMAIL PROTECTED]] > > > > | A singlethreaded component that does not need to dispose anything does > > | not need to be released. > > > > I just want to make sure I do not harm the CM if don't release them... > > You will harm an ECM. The next-to-last last line of lookup() is: > > m_componentMapping.put( component, handler ); > > So unless you release the component, the m_componentMapping map will grow. > > Best bet is to stick to the canonical patterns for usage - trying to > outsmart > the framework is a bad idea.
That's what I feared.... :( Thanks -- Torsten -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
