On Monday, November 5, 2012 3:35:41 PM UTC+1, Thomas Lacroix wrote: > > Hello, > I am trying the 2.5 version for my project but I get an > uibinder.elementparsers.LazyPanelParser error that I didn't get with 2.4 > (see below). I get it in classic dev mode and at compile. > Maybe it is related to the breaking change "UIBinder.useLazyWidgets is now > set to true by default. See r10730 for more details." ? > Can anyone help ? If not I will find an issue. > Thx > Thomas > > > >>>>> > EntryPoint initialization exception > Exception while loading module XXXX. See Development Mode for details. > com.google.gwt.core.ext.UnableToCompleteException: (see previous log > entries) at > com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:513) > at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:385) at > com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:200) > > at > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:526) > > at > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364) > > at java.lang.Thread.run(Unknown Source) > 14:32:57.466 [ERROR] [XXXX] Generator > 'com.google.gwt.uibinder.rebind.UiBinderGenerator' threw an exception while > rebinding 'fr.inra.jouy.client.view.home.HomeViewImpl.HomeViewImplUiBinder' > java.lang.NullPointerException: null > at > com.google.gwt.uibinder.elementparsers.LazyPanelParser.parse(LazyPanelParser.java:40) > at > com.google.gwt.uibinder.rebind.UiBinderWriter.parseElementToField(UiBinderWriter.java:934) > at > com.google.gwt.uibinder.elementparsers.HasWidgetsParser.parse(HasWidgetsParser.java:39) > at > com.google.gwt.uibinder.rebind.UiBinderWriter.parseElementToField(UiBinderWriter.java:934) > at > com.google.gwt.uibinder.elementparsers.DockLayoutPanelParser.parse(DockLayoutPanelParser.java:95) > at > com.google.gwt.uibinder.rebind.UiBinderWriter.parseElementToField(UiBinderWriter.java:934) > >
Looking at the code for LazyPanelParser at line 40, it seems like you'd have this exception if you do not have a @UiField for the LazyPanel in your owner class. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0_Av9-VQn8sJ. 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.
