Re: Problem With Struts 2.3.1 and Testing Struts Portlet

2011-12-30 Thread bphill...@ku.edu
JIRA issue created: https://issues.apache.org/jira/browse/WW-3733 Thank you for the assistance. Bruce -- View this message in context: http://struts.1045723.n5.nabble.com/Problem-With-Struts-2-3-1-and-Testing-Struts-Portlet-tp5103393p5110605.html Sent from the Struts - User mailing list archiv

Re: Problem With Struts 2.3.1 and Testing Struts Portlet

2011-12-28 Thread Ɓukasz Lenart
Could you register an issue ? Looks like the problem is with PortletContext which it is not defined. To solve your problem override the method as below in the DefaultActionTest class: @Override protected ActionProxy getActionProxy(String uri) { ActionProxy actionProxy = super.getA

Problem With Struts 2.3.1 and Testing Struts Portlet

2011-12-27 Thread bphill...@ku.edu
I'm upgrading a Struts 2 portlet application from 2.2.3.1 to 2.3.1. A test of my Action class that extends StrutsSpringTestCase that passed when using 2.2.3.1 now fails when using version 2.3.1. I've created a simple Struts 2 portlet example application to demonstrate the issue. You can download