Re: maven newbie lost trying to unit test with spring framework

2008-09-16 Thread Rusty Wright
Excellent! Many thanks; I'll give that a shot. Joe Hindsley wrote: Hi Rusty, You can use your applicationContext.xml file, but you'll need to move it to the src/main/resources directory and update your web.xml to find it by looking on the classpath: context-param

Re: maven newbie lost trying to unit test with spring framework

2008-09-16 Thread Rusty Wright
Yeah, I saw that in the docs and could see it in my error messages when I didn't have a test_class_name-context.xml but I don't want to have to create one of those files for each test class. Also, my main applicationContext.xml file sucks in sub configuration files with import resource=... /.