Hi All, I am using struts2 with spring object factory. Here, spring is creating action class objects with request scope and injecting service layer dependency and service layer objects are singleton scope.
here, even i have given request scope it doesnt ensure 100 % garbage collection of my all action class objects. Can anybody tell me a way so i can find all action objects garbage collected once action class has done its work. Thanx in advance. Regards, manish