|
From: Kasemir, K. <kas...@or...> - 2010-06-24 18:41:09
|
Hi: I changed the SecurityFacade to use weak references to registered listeners. In the RightsManagementService, I remove the previously unused listener list, leaving addRightsManagementListener/removeListener as @deprectated in case somebody still calls those. With those changes to ActivationService, ActivatableList, ObjectAdapterTupel, SecurityFacade, RightsManagementService and AbstractUserDependentAction I see no more memory leaks from autorization-dependent UI actions. Thanks, Kay |