Struts « Thread « Spring Q&A





1. Struts, Spring and Thread Safety Issue    forum.springsource.org

Struts, Spring and Thread Safety Issue Hi, Iam using struts + spring + hibernate I have an Action class , to which I pass the command object like this This entry ...

2. struts 2 junit4 - Scope 'request' is not active for the current thread    forum.springsource.org

Code: public class TestJunitJobOrderAction extends AbstractStruts2SpringJunit4 { @Test public void testOrdersAction() throws Exception { ActionProxy proxy = super.getActionProxy("/acct/orders"); ActionContext actionContext = proxy.getInvocation().getInvocationContext(); String str = (String) applicationContext.getBean("payPeriodString"); //.....removed for brevity } ...