Hi,
try to place the css file in the same package where  TableResources is;
com.rpc.client if i understand well.

Hope it helps.
   Alberto


On Tue, Apr 1, 2014 at 11:50 AM, Zbyněk Kočí <routh...@gmail.com> wrote:

> Im using NetBeans
> 00:43:37,382 [DEBUG] Rebinding
> com.rpc.client.mainEntryPoint.TableResources
>      00:43:37,393 [DEBUG] Invoking generator
> com.google.gwt.resources.rebind.context.InlineClientBundleGenerator
>          00:43:37,394 [DEBUG] Preparing method cellTableStyle
>              00:43:37,396 [DEBUG] Finding resources
>                  00:43:37,396 [ERROR] Resource CellTable.css not found. Is
> the name specified as ClassLoader.getResource() would expect?
>
> I understand this so I need to know where should I save my own
> CellTable.css which is actually in root of webpages.
>
> 00:43:37,400 [ERROR] Deferred binding failed for
> 'com.rpc.client.mainEntryPoint.TableResources'; expect subsequent failures
>         00:43:37,425 [ERROR] Unable to load module entry point class
> com.rpc.client.mainEntryPoint (see associated exception for details)
>
> java.lang.RuntimeException: Deferred binding failed for 
> 'com.rpc.client.mainEntryPoint$TableResources' (did you forget to inherit a 
> required module?)
>       at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:53)
>       at com.google.gwt.core.shared.GWT.create(GWT.java:72)
>       at com.google.gwt.core.client.GWT.create(GWT.java:86)
>       at com.rpc.client.mainEntryPoint.onModuleLoad(mainEntryPoint.java:150)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:606)
>       at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:411)
>       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(Thread.java:724)
> Caused by: com.google.gwt.core.ext.UnableToCompleteException: (see previous 
> log entries)
>       at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:610)
>       at 
> com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:470)
>       at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49)
>       at com.google.gwt.core.shared.GWT.create(GWT.java:72)
>       at com.google.gwt.core.client.GWT.create(GWT.java:86)
>       at com.rpc.client.mainEntryPoint.onModuleLoad(mainEntryPoint.java:150)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:606)
>       at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:411)
>       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(Thread.java:724)
> 00:43:37,426 [ERROR] Failed to load module 'com.rpc.main' from user agent
> 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)
> Chrome/33.0.1750.117 Safari/537.36' at localhost:51831
>
> Hope this helps you
>
>
> Dne úterý, 1. dubna 2014 11:30:18 UTC+2 Thomas Broyer napsal(a):
>
>> Look at the Development Mode window (or the equivalent view in Eclipse if
>> that's what you're using), the answer must be there.
>> (feel free to copy/paste the whole log if you need help understanding it)
>>
>> On Tuesday, April 1, 2014 11:16:09 AM UTC+2, Zbyněk Kočí wrote:
>>>
>>> Log:
>>> onModuleLoad() threw an exception
>>>
>>> Exception while loading module *com.rpc.client.mainEntryPoint*. See
>>> Development Mode for details.
>>> java.lang.reflect.InvocationTargetException at sun.reflect.
>>> NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.
>>> NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(
>>> DelegatingMethodAccessorImpl.java:43) at 
>>> java.lang.reflect.Method.invoke(Method.java:606)
>>> at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:411) 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(Thread.java:724) *Caused by:
>>> java.lang.RuntimeException: Deferred binding failed for
>>> 'com.rpc.client.mainEntryPoint$TableResources' (did you forget to inherit a
>>> required module?) at
>>> com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:53) at
>>> com.google.gwt.core.shared.GWT.create(GWT.java:72) at
>>> com.google.gwt.core.client.GWT.create(GWT.java:86) at
>>> com.rpc.client.mainEntryPoint.onModuleLoad(mainEntryPoint.java:150) ... 9
>>> more Caused by: com.google.gwt.core.ext.UnableToCompleteException: (see
>>> previous log entries) at
>>> com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:610) at
>>> com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:470)
>>> at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49) ...
>>> 12 more*
>>>
>>> Is it ok now? Or need something exactly from Devmode? BTW thanks for
>>> your fast response
>>>
>>> Dne úterý, 1. dubna 2014 11:06:13 UTC+2 Thomas Broyer napsal(a):
>>>>
>>>>
>>>>
>>>> On Tuesday, April 1, 2014 11:02:53 AM UTC+2, Zbyněk Kočí wrote:
>>>>>
>>>>> Hello, every single hint from you all for apply own style for this is
>>>>> about the same and causes an error:
>>>>> "*Caused by: java.lang.RuntimeException: Deferred binding failed for
>>>>> 'com.rpc.client.mainEntryPoint$TableResources' (did you forget to inherit 
>>>>> a
>>>>> required module?)*"
>>>>>
>>>>
>>>> There must be other errors up in the log. There's a reason why deferred
>>>> binding failed.
>>>>
>>>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to