Any further thoughts on this from anyone? It seems a lot like a problem between Jetty (imposed by GWT) and Spring 3.0, but then how is it possible that I am the only one/first one to face this issue? My actual project code is very simple so I've managed to isolate the problem down to Jetty not wanting to load an applicationContext.xml file.
Any idea? I can put my code up if anyone can tell me what they need to see? Thanks, Paul On Feb 15, 8:02 pm, Paul S <[email protected]> wrote: > I believe so, I downloaded spring 3 and the actual jar in question > would be this one: org.springframework.web-3.0.0.RELEASE.jar > However, in my frustration I just copied ALL the springframework > modules and pasted them into my WEB-INF/lib folder just to be sure, > but still the same issue. > Normally ClassNotFoundException is easy to solve, as a last resort I > go to findjar.com and download the nearest match. But this one is > strange. I used to develop using a GWT + GWT-SL + Gilead + Spring + > Hibernate + Tomcat stack and all went smoothly, but now I'm not sure > what the offending component is. > > On Feb 15, 7:56 pm, Paul Grenyer <[email protected]> wrote: > > > > > Hi > > > > [WARN] Could not instantiate listener > > > org.springframework.web.context.ContextLoaderListener > > > java.lang.ClassNotFoundException: > > > org.springframework.web.context.ContextLoaderListener > > > Have you got all the necessary Spring JARs in WEB-INF/lib? > > > -- > > Thanks > > Paul > > > Paul Grenyer > > e: [email protected] > > b: paulgrenyer.blogspot.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
