It could very well be. When running a more complex server side (i.e. with Spring Security, etc), it's usually recommended that you use -noserver. In GWT 1.5 with the Google Code gwt-maven plugin, you could set it up to automatically copy configurations over to the embedded Tomcat. I'm not sure how it works in 1.6.
-- Arthur Kalmenson On Tue, May 12, 2009 at 8:43 AM, tim.clymer <[email protected]> wrote: > > I've been seeing a strange issue when attempting to use GWT with > Spring Security as described here: > http://code.google.com/p/gwt-incubator-lib/ > > I can deploy the application as a war and run it just fine in Tomcat, > however when I try to run it in hosted mode with jetty I get the > following error: > > org.springframework.beans.factory.parsing.BeanDefinitionParsingException: > Configuration problem: Unable to locate Spring NamespaceHandler for > XML schema namespace [http://www.springframework.org/schema/security] > Offending resource: ServletContext resource [/WEB-INF/aop- > applicationContext.xml] > > I've posted this to the Spring forums and they mention it's a > classpath issue, that there may be more than one instance of the > Spring Security jars on my classpath. I've double-checked my jars and > this doesn't seem to be an issue (especially since I package them with > my app and it works fine). I'm wondering if somehow jetty or GWT is > using a class that might be interfering with the resolution of the > namespace. Prior to incorporating security in my app it was running > fine in hosted mode, even with other Spring beans, so this makes me > think it's related to Spring Security (and not just Spring itself) > somehow. > > Any ideas? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
