wt., 29 sty 2019 o 12:04 Yasser Zamani <yasserzam...@apache.org> napisał(a):
> Yes I recently learnt it but I always logically had this assumption: When 
> bean A needs bean B to be injected and B's type is `prototype`, then Struts 
> internal injection cycle always re-inject a new instance of B into A 
> regardless if A's type is `singleton` or `prototype`. So I missed this case 
> :( and Ach, you're right, I now can retain my high concurrent test was on 
> JSONResult not JSONInterceptor :(

That would be true if interceptors were re-created on every request. I
think each DI works in the same way - you won't get a new instance
injections if the parent is a singleton


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to