DWR

foundContexts and singletonServerContext in StartupUtil are not cleaned up on context reload

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Normal Normal
  • Resolution: Unresolved
  • Affects Version/s: 3.0.RC1
  • Fix Version/s: 4.0
  • Component/s: Core
  • Documentation Required:
    No

Activity

Hide
Mike Wilson added a comment - 07/Apr/11 2:14 AM

Hi guys, I just browsed through this thread. Is the actual problem that the static variables foundContexts and singletonServerContext are not being cleaned up? If so we might want to reflect that in the JIRA title?

Show
Mike Wilson added a comment - 07/Apr/11 2:14 AM Hi guys, I just browsed through this thread. Is the actual problem that the static variables foundContexts and singletonServerContext are not being cleaned up? If so we might want to reflect that in the JIRA title?
Hide
David Marginian added a comment - 07/Apr/11 4:28 AM

Yes, that is the actual problem. I cleaned up the issue. It may be as simple as resetting these in DefaultContainer but I haven't had time to look at it.

Show
David Marginian added a comment - 07/Apr/11 4:28 AM Yes, that is the actual problem. I cleaned up the issue. It may be as simple as resetting these in DefaultContainer but I haven't had time to look at it.
Hide
David Marginian added a comment - 07/Apr/11 4:41 AM

Maybe decrementing foundContexts (don't think we need to touch singlestonServerContext), it is private so we can't do it directly.

Show
David Marginian added a comment - 07/Apr/11 4:41 AM Maybe decrementing foundContexts (don't think we need to touch singlestonServerContext), it is private so we can't do it directly.

People

Dates

  • Created:
    08/Mar/11 5:53 PM
    Updated:
    07/Apr/11 4:41 AM