Hi Fred, please find the xml file below. Thanks for your help.

<?xml version="1.0" encoding="UTF-8" standalone="no"?><module rename-
to="kbit">
    <inherits name="com.google.gwt.user.User"/>
    <inherits name="com.google.gwt.http.HTTP"/>
    <inherits name="com.googlecode.gwtx.Java"/>
    <inherits name="com.extjs.gxt.ui.GXT"/>
    <inherits name="com.extjs.gxt.themes.Themes"/>
    <inherits name="com.keinavo.bitools.localization.Localization"/
>

<!-- START Gwt-Log Stuff -->
    <inherits name="com.allen_sauer.gwt.log.gwt-log-DEBUG"/>
<!--
    <extend-property name="log_level" values="DEBUG"/>
-->

    <set-property name="log_ConsoleLogger" value="ENABLED" />
    <set-property name="log_DivLogger" value="DISABLED" />
    <set-property name="log_FirebugLogger" value="ENABLED" />
    <set-property name="log_GWTLogger" value="ENABLED" />
    <set-property name="log_SystemLogger" value="ENABLED" />
    <set-property name="log_RemoteLogger" value="DISABLED" />
    <set-property name="log_WindowLogger" value="DISABLED" />

    <set-configuration-property name="log_pattern" value="%d [%-5p] %m
%n"/>
<!-- END Gwt-Log Stuff -->


    <!-- Specify the app entry point class.                         --
>
    <entry-point class="com.keinavo.bitools.client.KeinavoBITools"/>

    <!-- Specify available locales to compile                       --
>
<!--
    <extend-property name="locale" values="fr"/>
    <extend-property name="locale" values="it"/>
-->

</module>

On Dec 30, 5:43 pm, Fred Sauer <[email protected]> wrote:
> What does you .gwt.xml file look like?
>
>
>
>
>
> On Wed, Dec 30, 2009 at 8:20 AM, francescoNemesi <[email protected]> wrote:
> > Hi there,
>
> > I upgraded my project to GWT 2.0 and GWT_Log 3.0.1, in development
> > mode I get the error below. Any ideas why? Thanks in advance for any
> > help.
>
> > Francesco
>
> > ======================================================
>
> > 16:14:14.691 [ERROR] [kbit] Unable to load module entry point class
> > com.keinavo.bitools.client.KeinavoBITools (see associated exception
> > for details)
> > java.lang.RuntimeException: Deferred binding failed for
> > 'com.allen_sauer.gwt.log.client.impl.LogImpl' (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:98)
> >    at com.allen_sauer.gwt.log.client.Log.<clinit>(Log.java:70)
> >    at com.keinavo.bitools.client.KeinavoBITools.onModuleLoad
> > (KeinavoBITools.java:138)
> >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> >    at java.lang.reflect.Method.invoke(Unknown Source)
> >    at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:
> > 369)
> >    at com.google.gwt.dev.shell.OophmSessionHandler.loadModule
> > (OophmSessionHandler.java:185)
> >    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection
> > (BrowserChannelServer.java:380)
> >    at com.google.gwt.dev.shell.BrowserChannelServer.run
> > (BrowserChannelServer.java:222)
> >    at java.lang.Thread.run(Unknown Source)
> > Caused by: java.lang.VerifyError: (class: com/google/gwt/core/client/
> > Scheduler, method: <init> signature: ()V) Illegal constant pool index
> >    at com.google.gwt.dom.client.StyleInjector.schedule
> > (StyleInjector.java:389)
> >    at com.google.gwt.dom.client.StyleInjector.inject
> > (StyleInjector.java:382)
> >    at com.google.gwt.dom.client.StyleInjector.injectAtStart
> > (StyleInjector.java:272)
> >    at com.google.gwt.dom.client.StyleInjector.injectAtStart
> > (StyleInjector.java:257)
> >    at com.allen_sauer.gwt.log.client.impl.LogImplBase.<clinit>
> > (LogImplBase.java:61)
> >    at java.lang.Class.forName0(Native Method)
> >    at java.lang.Class.forName(Unknown Source)
> >    at com.google.gwt.dev.shell.ModuleSpace.loadClassFromSourceName
> > (ModuleSpace.java:580)
> >    at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate
> > (ModuleSpace.java:415)
> >    at com.google.gwt.dev.shell.GWTBridgeImpl.create
> > (GWTBridgeImpl.java:39)
> >    at com.google.gwt.core.client.GWT.create(GWT.java:98)
> >    at com.allen_sauer.gwt.log.client.Log.<clinit>(Log.java:70)
> >    at com.keinavo.bitools.client.KeinavoBITools.onModuleLoad
> > (KeinavoBITools.java:138)
> >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> >    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> >    at java.lang.reflect.Method.invoke(Unknown Source)
> >    at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:
> > 369)
> >    at com.google.gwt.dev.shell.OophmSessionHandler.loadModule
> > (OophmSessionHandler.java:185)
> >    at com.google.gwt.dev.shell.BrowserChannelServer.processConnection
> > (BrowserChannelServer.java:380)
> >    at com.google.gwt.dev.shell.BrowserChannelServer.run
> > (BrowserChannelServer.java:222)
> >    at java.lang.Thread.run(Unknown Source)
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "gwt-log" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<gwt-log%[email protected] 
> > >
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/gwt-log?hl=en.
>
> --
> Fred Sauer
> Developer Advocate
> Google Inc.1600 Amphitheatre Parkway
> Mountain View, CA 94043
> [email protected]

--

You received this message because you are subscribed to the Google Groups 
"gwt-log" group.
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/gwt-log?hl=en.


Reply via email to