markmacumber
24 May 2009, 6:30 PM
Hi All,
Im trying to get hosted mode working on my own server instead of the built in tomcat server supplied with GWT. So I found this great page that explains it:
http://code.google.com/support/bin/answer.py?answer=55200
But when I switched over to the -noserver mode, I got errors in my Gwt output which prevented my app from starting:
[DEBUG] Rebinding com.extjs.gxt.ui.client.messages.MyMessages
[DEBUG] Invoking <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[ERROR] Error while executing the JavaScript provider for property 'locale'
[ERROR] Could not parse specified locale
com.google.gwt.core.ext.BadPropertyValueException: Property 'locale' cannot be set to unexpected value '<failed to compute>'
[ERROR] Deferred binding failed for 'com.extjs.gxt.ui.client.messages.MyMessages'; expect subsequent failures
Does anyone know how to fix this? The work around I have at the moment is to comment out the:
<extend-property name="locale" values="en_AU"/>
line in my module XML file... but that is going to be a required option soon.
Any help is greatly appreciated!
Cheers,
Mark
Im trying to get hosted mode working on my own server instead of the built in tomcat server supplied with GWT. So I found this great page that explains it:
http://code.google.com/support/bin/answer.py?answer=55200
But when I switched over to the -noserver mode, I got errors in my Gwt output which prevented my app from starting:
[DEBUG] Rebinding com.extjs.gxt.ui.client.messages.MyMessages
[DEBUG] Invoking <generate-with class='com.google.gwt.i18n.rebind.LocalizableGenerator'/>
[ERROR] Error while executing the JavaScript provider for property 'locale'
[ERROR] Could not parse specified locale
com.google.gwt.core.ext.BadPropertyValueException: Property 'locale' cannot be set to unexpected value '<failed to compute>'
[ERROR] Deferred binding failed for 'com.extjs.gxt.ui.client.messages.MyMessages'; expect subsequent failures
Does anyone know how to fix this? The work around I have at the moment is to comment out the:
<extend-property name="locale" values="en_AU"/>
line in my module XML file... but that is going to be a required option soon.
Any help is greatly appreciated!
Cheers,
Mark