I think the action will not affect the unit test process,it only part of the convention classloader getresource,the workaround is http://stackoverflow.com/questions/7734695/couldnt-get-resource-paths-for-class-path-resource
hope it will be effective On Sat, Oct 15, 2011 at 3:13 AM, jaredtims <[email protected]> wrote: > So will the Struts2 jUnit Plugin work with the Struts2 Convention Plugin? > I > keep getting errrors such as this: > > 2011-10-14 14:15:42,380 WARN > org.springframework.mock.web.MockServletContext.getResourcePaths:212 - > Couldn't get resource paths for class path resource [WEB-INF/content/] > java.io.FileNotFoundException: class path resource [WEB-INF/content/] > cannot > be resolved to URL because it does not exist > > All our code uses the convention annotations, so I'd rather not have to > create xml action mappings just so i can run tests against my actions. > Anybody know any work arounds? > > thanks > > -- > View this message in context: > http://struts.1045723.n5.nabble.com/unit-testing-with-junit-spring-struts2-NullPointerException-with-HttpServletRequest-tp4394036p4903696.html > Sent from the Struts - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

