Hello
Using latest build from SVN, I have a project that works on
HostedBrowser, but not using oophm.
the problem is with an ImageBundle class:

00:09:52.605 [ERROR] Unable to load module entry point class
client.ModuleF (see associated exception for details)
java.lang.RuntimeException: Deferred binding failed for
'client.ResImages.Blue.Calendar.Inside.ImagesCaleInside' (did you
forget to inherit a required module?)
at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:
43)
at com.google.gwt.core.client.GWT.create(GWT.java:97)
at client.ModuleF.onModuleLoad(ModuleF.java:135)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:367)
at com.google.gwt.dev.shell.OophmSessionHandler.loadModule
(OophmSessionHandler.java:169)
at com.google.gwt.dev.shell.BrowserChannelServer.run
(BrowserChannelServer.java:149)
at java.lang.Thread.run(Thread.java:619) Caused by:
java.lang.NullPointerException: null
at com.google.gwt.dev.HostedMode.relink(HostedMode.java:511)
at com.google.gwt.dev.HostedMode.access$000(HostedMode.java:51)
at com.google.gwt.dev.HostedMode$1.accept(HostedMode.java:322)
at com.google.gwt.dev.shell.ShellModuleSpaceHost$1.accept
(ShellModuleSpaceHost.java:119)
 at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind
(StandardRebindOracle.java:58)
at com.google.gwt.dev.shell.StandardRebindOracle.rebind
(StandardRebindOracle.java:153)
at com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind
(ShellModuleSpaceHost.java:116)
 at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:521)
at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate
(ModuleSpace.java:406)
at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:
39)
 at com.google.gwt.core.client.GWT.create(GWT.java:97)
at client. ModuleF.onModuleLoad(ModuleF.java:135)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:367)
at com.google.gwt.dev.shell.OophmSessionHandler.loadModule
(OophmSessionHandler.java:169)
 at com.google.gwt.dev.shell.BrowserChannelServer.run
(BrowserChannelServer.java:149)
at java.lang.Thread.run(Thread.java:619)

the ImageBundle java file is:

package client.ResImages.Blue.Calendar.Inside;

import com.google.gwt.user.client.ui.AbstractImagePrototype;
import com.google.gwt.user.client.ui.ImageBundle;

public interface ImagesCaleInside extends ImageBundle
{
    AbstractImagePrototype caleBorBotLeft();
    AbstractImagePrototype caleBorBotRight();
}

Thanks

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to