Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-21 Thread squix
I can confirm that upgrade to xercesImpl.jar 2.9.1 solved the problem Thank you for this solutions, you saved me hours of debugging On Nov 19, 1:48 pm, Herwig Henseler wrote: > Hi, > > I'm also stuck here and can't migrate to GWT 2.1. > > I replaced my old xercesImpl-2.6.2 with version 2.9.1 but

Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-19 Thread Herwig Henseler
Hi, I'm also stuck here and can't migrate to GWT 2.1. I replaced my old xercesImpl-2.6.2 with version 2.9.1 but to no avail. I see two incarnations of xercesImpl in my project: One directly (which I replaced) and one inside GWT (gwt-dev.jar, version unknown). I guess the version inside GWT is to

Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-18 Thread Mency Woo
I had a similar problem with compile error java.lang.AbstractMethodError: org.apache.xerces.dom.ElementNSImpl.setUserData(Ljava/lang/ String;Ljava/lang/Object;Lorg/w3c/dom/UserDataHandler;)Ljava/lang/ Object; at com.google.gwt.uibinder.rebind.W3cDocumentBuilder.startElement(W3cDocumentB uilder.

Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-18 Thread Mency Woo
I have just spent the last few hours struggling on a similar problem of java.lang.AbstractMethodError: org.apache.xerces.dom.ElementNSImpl.setUserData(Ljava/lang/ String;Ljava/lang/Object;Lorg/w3c/dom/UserDataHandler;)Ljava/lang/ Object; at com.google.gwt.uibinder.rebind.W3cDocumentBuilder.star

Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-17 Thread pgraham
Has anyone figured this out or created an issue? If not, when I get some time I'll isolate the bug in a minimal project and create an issue but that might not happen for a few weeks. On Nov 9, 5:15 am, hbf wrote: > Same problem on MacOS 10.6.4/Eclipse 3.6 with latest Google Plugin for > Eclips

Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-09 Thread hbf
Same problem on MacOS 10.6.4/Eclipse 3.6 with latest Google Plugin for Eclipse. On Nov 5, 8:05 pm, pgraham wrote: > Right, I suppose I should mention that I am running Kubuntu 10.04 64 > bit, eclipse 3.6 > with the lastest GPE. > > On Nov 4, 2:11 pm, will0 wrote: > > > > > Same issue as pgraham

Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-05 Thread pgraham
Right, I suppose I should mention that I am running Kubuntu 10.04 64 bit, eclipse 3.6 with the lastest GPE. On Nov 4, 2:11 pm, will0 wrote: > Same issue as pgraham on Ubuntu 10.04, eclipse 3.6. > This doesn't happen for eclipse 3.5 on the same machine. It also works > on Windows 7 ultimate 64bit

Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-04 Thread will0
Same issue as pgraham on Ubuntu 10.04, eclipse 3.6. This doesn't happen for eclipse 3.5 on the same machine. It also works on Windows 7 ultimate 64bit, eclipse 3.6. On Nov 4, 3:36 am, Richard Berger wrote: > OK, this won't help much, but... I was having the same problem just > going through some

Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-03 Thread Richard Berger
OK, this won't help much, but... I was having the same problem just going through some basic tutorial using UiBinder and GWT 2.1. So, I redid everything, writing down each step - and, of course, the problem vanished. So, there exists the possibility that 2.1 and UiBinder do actually work together

Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-03 Thread pgraham
Update: I have commented out all code in the two files listed above so that they are as follows: MainMenu.ui.xml: MainMenu.java: public class MainMenu extends Composite { interface Binder extends UiBinder {} private static Binder uiBinder = GWT.create(Binder.class); public Ma

Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-02 Thread pgraham
MainMenu.ui.xml:

Re: UiBinder fails after upgrading to gwt 2.1.0

2010-11-02 Thread Jeff Schwartz
Is it possible to post both the uibinder's xml and java class files? It would help. Thanks. On Tue, Nov 2, 2010 at 12:03 PM, pgraham wrote: > Hi all, > > After upgrading to gwt 2.1.0 I get the following exception when > starting up hosted mode: > > onModuleLoad() threw an exception > > Exception

UiBinder fails after upgrading to gwt 2.1.0

2010-11-02 Thread pgraham
Hi all, After upgrading to gwt 2.1.0 I get the following exception when starting up hosted mode: onModuleLoad() threw an exception Exception while loading module org.sitebrand.ui.gwt.shell.MainEntry. See Development Mode for details. java.lang.reflect.InvocationTargetException at sun.reflect.Nat