Re: Problem testing my action when I’ve g ot a springbean inside the validators.xml

2009-10-08 Thread cmartin81
Is there somebody who can help me with this question? Please :) -- View this message in context: http://www.nabble.com/Problem-testing-my-action-when-I%E2%80%99ve-got-a-springbean-inside-the-validators.xml-tp24862185p25799631.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Problem testing my action when I’ve g ot a springbean inside the validators.xml

2009-09-23 Thread cmartin81
bump. -- View this message in context: http://www.nabble.com/Problem-testing-my-action-when-I%E2%80%99ve-got-a-springbean-inside-the-validators.xml-tp24862185p25531029.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Problem testing my action when I’ve g ot a springbean inside the validators.xml

2009-09-11 Thread cmartin81
Anyone? -- View this message in context: http://www.nabble.com/Problem-testing-my-action-when-I%E2%80%99ve-got-a-springbean-inside-the-validators.xml-tp24862185p25397337.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Problem testing my action when I’ve g ot a springbean inside the validators.xml

2009-09-03 Thread cmartin81
Anyone who can help me? -- View this message in context: http://www.nabble.com/Problem-testing-my-action-when-I%E2%80%99ve-got-a-springbean-inside-the-validators.xml-tp24862185p25270552.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Problem testing my action when I’ve g ot a springbean inside the validators.xml

2009-08-27 Thread cmartin81
Hello, Thanks for your answer. The test-context.xml is a very simple file. It just contains the ZipCodeValidator bean, which I need for the validators.xml. I have also tested that the bean gets instantiated in the class, and it does. I think the problem is that there could be 2 containers, and

Re: Problem testing my action when I’ve g ot a springbean inside the validators.xml

2009-08-26 Thread cmartin81
Anyone who can help me? -- View this message in context: http://www.nabble.com/Problem-testing-my-action-when-I%E2%80%99ve-got-a-springbean-inside-the-validators.xml-tp24862185p25148306.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Problem testing my action when I’ve g ot a springbean inside the validators.xml

2009-08-10 Thread cmartin81
Anyone who can help me? -- View this message in context: http://www.nabble.com/Problem-testing-my-action-when-I%E2%80%99ve-got-a-springbean-inside-the-validators.xml-tp24862185p24894957.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Problem testing my action when I’ve g ot a springbean inside the validators.xml

2009-08-07 Thread cmartin81
I'm using the following annotation in the test class: @ContextConfiguration(locations={classpath:test-context.xml}) @RunWith(SpringJUnit4ClassRunner.class) newton.dave wrote: cmartin81 wrote: I want to test my struts actions, but I keep getting this ClassNotFoundException all the time.