Re: NoClassDefFoundError - ApplicationContextAware

2007-04-22 Thread Martin Gainty
g List" Sent: Sunday, April 22, 2007 4:36 PM Subject: Re: NoClassDefFoundError - ApplicationContextAware --- Mike Molina <[EMAIL PROTECTED]> wrote: The error appears to be happening because it cannot find the Spring interface ApplicationContextAware. I would think that if Struts

Re: NoClassDefFoundError - ApplicationContextAware

2007-04-22 Thread Dave Newton
--- Mike Molina <[EMAIL PROTECTED]> wrote: > The error appears to be happening because it cannot > find the Spring interface ApplicationContextAware. I > would think that if Struts 2 had any dependencies on > this interface, it would include them in its own > JARs, and not require the user to g

NoClassDefFoundError - ApplicationContextAware

2007-04-22 Thread Mike Molina
Last night I (unsuccessfully) attempted to set up a simple Struts 2 web app. I am absolutely sure that all the JAR files are in the correct /WEB-INF/lib directory. The error appears to be happening because it cannot find the Spring interface ApplicationContextAware. I would think that if Str