Hi On Tue, Feb 16, 2010 at 9:07 AM, olivier nouguier <[email protected]> wrote: > Hi Paul G, > The issue a was making reference > is: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/be6b6681192aa54a?pli=1 > If you have a working solution I would really appreciate you to share.
That's not the OPs issue, but I've had this issue too and fixed it by adding a missing JAR. IIRC (and I can't check at the moment) it was caused by a missing org.springframework.security.config JAR. It's important that all the necessary JARs are available in WEB-INF\lib, not just added to your Eclipse project. -- 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.
