[gwt-contrib] Switch to Jetty 7.0.2 breaking usage of JNDI?

2010-07-21 Thread Jeff J.
Prior to the switch to Jetty 7.0.2 I have been using a local JNDI datasource in hosted mode by placing a jetty-web.xml file in WEB-INF such as: ?xml version=”1.0”? !DOCTYPE Configure PUBLIC “-//Mort Bay Consulting//DTD Configure//EN” “http://jetty.mortbay.org/configure.dtd” Configure

[gwt-contrib] IncompatibleClassChangeError compile error with latest source

2009-05-12 Thread Jeff J.
Hi Everyone, I have been getting compile errors with the latest GWT source when I attempt to compile a project. I can build the GWT source itself if I cut out compilation of the samples (using buildonly option), but still get them when compiling my own projects. I'm using JDK 1.6.0_13 on WinXP.

[gwt-contrib] CSSResource @sprite IE6 examples?

2009-03-24 Thread Jeff J.
Does anyone have CSSResource css examples successfully utilizing .png sprites with transparencies in IE6? Specifically, I'm trying to fix the artifacts on my DecoratorPanel rounded corners in IE6. I suspect it might work with something like below but have not had any luck: @sprite .popup

[gwt-contrib] Re: CSSResource @sprite IE6 examples?

2009-03-24 Thread Jeff J.
sense.. Jeff On Mar 24, 11:28 am, Jeff J. jsjenkins...@gmail.com wrote: Does anyone have CSSResource css examples successfully utilizing .png sprites with transparencies in IE6? Specifically, I'm trying to fix the artifacts on my DecoratorPanel rounded corners in IE6. I suspect it might work

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 1

2009-02-15 Thread Jeff J.
-6s=goog... On Fri, Feb 13, 2009 at 2:25 PM, Jeff J. jsjenkins...@gmail.com wrote: I'm getting class not found exceptions when trying to launch my project in hosted mode using this build, saying Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found. I tried to create a fresh new

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 1

2009-02-15 Thread Jeff J.
Update: I've fixed the issue by simply including xercesImpl.jar from GWT Tools in WEB-INF/lib. Still not exactly sure why it is needed now and not previously, but it is working right now in hosted mode so all is good. Thanks, Jeff On Feb 15, 11:13 pm, Jeff J. jsjenkins...@gmail.com wrote

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 1

2009-02-13 Thread Jeff J.
I'm getting class not found exceptions when trying to launch my project in hosted mode using this build, saying Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found. I tried to create a fresh new project using webAppCreator and I get NoClassDefFoundError looking for

[gwt-contrib] Re: Compiler Error (StackOverflow)

2009-01-19 Thread Jeff J.
I had the same issue. Increasing the stack size fixed it for me. Try adding the following VM argument: -Xss32m Jeff On Jan 19, 4:51 am, dflorey daniel.flo...@gmail.com wrote: Hi, I get an ICE with gwt 1.6 trunk. No clue where this comes from. If anybody could provide a hint I'll try to track

[gwt-contrib] Re: r4419 - in trunk: . dev

2009-01-18 Thread Jeff J.
I seem to be having an issue launching the hosted mode browser on any project (tried creating new ones via webAppCreator) after this revision. Seems like after this revision a new dependency is needed which I cannot find. Any suggestions? Excerpt of exception I get is below: 2009-01-18