Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.20
-
Windows7-64bit
Apache Tomcat 7.0.54
Struts2.3.20
Description
I wrote JUnit test , Struts2,Spring-plugin,JUnit-plugin version 2.3.16.3 is work fine.
And I replace Struts2 new version (
Struts2.3.20 + Spring-plugin2.3.20 + JUnit-plugin2.3.20) cause internal exception and output stacktrace and wait few seconds all tests , but tests work successfully.
I guess since 2.3.17 , org.apache.struts2.dispatcher.Dispatcher#serviceAction(HttpServletRequest, HttpServletResponse, ServletContext, ActionMapping) was deprecated, test class extends StrutsJUnit4TestCase or StrutsSpringJUnit4TestCase not received Spring configuration or missing classpath at start up test methods.
regards.