[gwt-contrib] Re: Announcing GWT 1.6 Release Candidate

2009-03-24 Thread Scott Blum
The jar file I sent is NOT compatible with trunk. You would need to patch the source using the patch from issue #3496and rebuild. On Tue, Mar 24, 2009 at 1:20 PM, Vitali Lovich wrote: > I just tried the patch with trunk (5072) &

[gwt-contrib] Re: Announcing GWT 1.6 Release Candidate

2009-03-24 Thread Vitali Lovich
I just tried the patch with trunk (5072) & got java.lang.NullPointerException at sun.misc.MetaIndex.mayContain(MetaIndex.java:243) at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:761) at sun.misc.URLClassPath.getResource(URLClassPath.java:185) at sun.misc.URLClassPa

[gwt-contrib] Re: Announcing GWT 1.6 Release Candidate

2009-03-24 Thread Alejandro D. Garin
Hi Scott, Yes, this fixes the problem for my configuration, the spring container started now :) Thanks. On 3/24/09, Scott Blum wrote: > > Hey, can you guys do me a favor and try out a fix? > > Just take the attached jar and put it on your classpath ahead of > gwt-dev-.jar. See if it fixes the "

[gwt-contrib] Re: Announcing GWT 1.6 Release Candidate

2009-03-23 Thread Scott Blum
Hey, can you guys do me a favor and try out a fix? Just take the attached jar and put it on your classpath ahead of gwt-dev-.jar. See if it fixes the "not and instance of Servlet" problem (and doesn't cause other problems). Lemme know if that works, thanks, Scott On Mon, Mar 23, 2009 at 9:09 PM

[gwt-contrib] Re: Announcing GWT 1.6 Release Candidate

2009-03-23 Thread Alejandro D. Garin
> > Are the spring jar and its dependencies in your WEB-INF/lib folder? We did > introduce an extra "convenience mode" recently, hence the message > Hi Bruce, Yes, the spring.jar is in the lib folder, no other dependences needed. If you want I can send to you a little demo project based on the we

[gwt-contrib] Re: Announcing GWT 1.6 Release Candidate

2009-03-23 Thread Bruce Johnson
Are the spring jar and its dependencies in your WEB-INF/lib folder? We did introduce an extra "convenience mode" recently, hence the message [WARN] Server class 'org.apache.commons. collections.map.CaseInsensitiveMap' could not be found in the web app, but > was found on the system classpath > w

[gwt-contrib] Re: Announcing GWT 1.6 Release Candidate

2009-03-23 Thread Alejandro D. Garin
Hi, I have problems creating a new project and then adding Spring 2.5 jar and setting up a context listener in web.xml like this: contextConfigLocation /WEB-INF/applicationContext.xml org.springframework.web.context.ContextLoaderListener