Spring Anotaction with Strust

2013-08-17 Thread Alireza Fattahi
Hi, May be this a spring question but please help me... Consider the example: http://struts.apache.org/release/2.2.x/docs/spring-and-struts-2.html   I want to use spring anotation for defining the beans. So I make a EditServiceInMemory class as below:   @Configuration  public class EditServiceInMe

Re: Test with StrutsJUnit4TestCase

2013-08-17 Thread Alireza Fattahi
I forgot to merntion: When I extend StrutsJUnit4TestCase the assertTrue method is not found ! ~Regards, ~~Alireza Fattahi From: Alireza Fattahi To: Struts Users Mailing List Sent: Saturday, 17 August 2013, 13:18 Subject: Test with StrutsJUnit4TestCase Hi,  

Test with StrutsJUnit4TestCase

2013-08-17 Thread Alireza Fattahi
Hi,   Regarding to page: http://struts.apache.org/release/2.2.x/docs/struts-2-junit-plugin-tutorial.html   I could not find the getConfigPath() method in StrustTestCase class  I searched the javadocs and I found that only the StrutsJUnit4TestCase class has the getcinfigpath() method. So I should s