Delegating Struts action class management to Spring raises MTIA critical voilation in Findbugs
Posted
by shabeer
on Stack Overflow
See other posts from Stack Overflow
or by shabeer
Published on 2010-04-28T14:57:57Z
Indexed on
2010/04/29
3:07 UTC
Read the original article
Hit count: 325
When i use "Delegate Struts Action management to Spring" approach explained in http://www.ibm.com/developerworks/java/library/j-sr2.html#N101B7 things work fine in terms of functionality but findbugs reports following voilation Dodgy - Class extends Struts Action class and uses instance variables:MTIA
I have bean dependencies injected into action class through spring .
Please help me and suggest me a cleaner way to solve this problem.
Thanks
© Stack Overflow or respective owner