-
28 Oct 2008 8:48 AM #1
Ext-GWT 1.1 and GWT 1.5.x
Ext-GWT 1.1 and GWT 1.5.x
Hi, I'm wondering why Ext-GWT 1.1 and up have these "Rebinding" messages?
I know these are warnings, but I want to know if this warning is introduced by Ext-GWT or by GWT ?
-
28 Oct 2008 1:04 PM #2
what rebinding messages?
GXT JavaDocs: http://extjs.com/deploy/gxtdocs/
GXT FAQ & Wiki: http://extjs.com/learn/Learn_About_the_Ext_GWT_Library
Buy the Book on GXT: http://www.apress.com/book/view/9781430219408
Follow me on Twitter: http://twitter.com/gslender
-
28 Oct 2008 1:43 PM #3
-
28 Oct 2008 11:05 PM #4
you can hide the warning by addingCode:[WARN] Field 'private final com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet<java.lang.String> keys' will not be serialized because it is final
<set-property name="gwt.suppressNonStaticFinalFieldWarnings" value="true" />
to the project *.gwt.xml
-
29 Oct 2008 7:55 AM #5
Thanks, I have added the entry.
-
29 Oct 2008 10:52 AM #6
Um, I'd like to ask that this entry be removed from GXT.gwt.xml.
This is a GWT bug and is not related to ExtGWT. It doesn't make sense that by including GXT module all of a sudden I don't have non static final field warnings anymore. If desired the suppress should be set in user's probject .gwt.xml and not in the GXT module. Thanks.
Oh, and here's the GWT Issue link http://code.google.com/p/google-web-...detail?id=2862
-
29 Oct 2008 10:54 AM #7
I agree and will remove it.


Reply With Quote