You should take a look at your classpath, there are missing dependencies, you can tell by the "ClassNotFoundException".
Hope that helps, Salvador On Mar 15, 8:25 am, giannisdag <[email protected]> wrote: > Hi all, > I am trying to implement spring method security, and I am getting the > following problem while debugging. It doesn' t seem to affect the > application when I run it. Could somebody guide me where to look for > fixing this? I am using eclipse + GWT 2.03 + GAE1.3.1 > > com.google.gwt.dev.DevMode at localhost:38594 > Thread [main] (Suspended (exception ClassNotFoundException)) > ClassLoader.findBootstrapClass(String) line: not available > [native > method] > > Launcher$ExtClassLoader(ClassLoader).findBootstrapClass0(String) > line: 892 > Launcher$ExtClassLoader(ClassLoader).loadClass(String, > boolean) > line: 302 > Launcher$AppClassLoader(ClassLoader).loadClass(String, > boolean) > line: 300 > Launcher$AppClassLoader.loadClass(String, boolean) line: 301 > Launcher$AppClassLoader(ClassLoader).loadClass(String) line: > 252 > InstrumentationImpl.loadClassAndStartAgent(String, String, > String) > line: 280 > InstrumentationImpl.loadClassAndCallPremain(String, String) > line: > 338 -- 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.
