NoSuchMethodError generally happens when you have conflicting versions of some library in your classpath. If you don't see another version of Spring, I don't know what the problem could be. If you're using AppFuse straight-up from SVN and this happens, it's probably because you need to run "mvn resources:testResources" first (to copy/filter properties files) on the module. You may also need to adjust the classpath for a module. However, if you needed to do that - I suspect you'd be getting a different error.
Matt On Fri, May 16, 2008 at 5:48 AM, kace <[EMAIL PROTECTED]> wrote: > > Thanks Matt, > > there is only version 2.5.4 of spring under libraries. > > ..kace > -- > View this message in context: > http://www.nabble.com/running-tests-under-IDEA-tp17272760s2369p17272882.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
