Hi all,


I just migrated our project from GWT 2.5.0 to GWT 2.6.0.   We are using
Java 6.



The application works fine after the migration in Firefox, but does not
work in IE9.



The gwt module fails to load and I get the below error in IE9:



00:45:05.664  [ERROR] Error while executing the JavaScript provider for
property 'user.agent'

00:45:05.665  [ERROR] Unable to find value for 'user.agent'

00:45:05.665  [ERROR] Deferred binding failed for
'com.google.gwt.useragent.client.UserAgent'; expect subsequent failures

00:45:05.739  [ERROR] Unable to load module entry point class
com.google.gwt.useragent.client.UserAgentAsserter (see associated exception
for details)

<pre>java.lang.RuntimeException: Deferred binding failed for
'com.google.gwt.useragent.client.UserAgent' (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.google.gwt.useragent.client.UserAgentAsserter.onModuleLoad(UserAgentAsserter.java:41)

               .........



Has anyone faced this issue before?



Thanks!

-- 
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 [email protected].
To post to this group, send email to [email protected].
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