>
> Hey Jens
>
> Thanks for trying it out.
>

Hey John,

are you aware of issues regarding GWT's RuntimeRebinder classes and 
incremental compilation? I am trying SDM incremental from time to time and 
have these issues:

1.) In current GWT trunk a new app with empty entry point does not work 
anymore at runtime when using incremental compile. It fails with


   1. Uncaught TypeError: Cannot read property 
   'containsKey__Ljava_lang_Object_2Z' of undefined Example-0.js:8181
      1. 
      
com_google_gwt_lang_RuntimeRebinder_createInstance__Ljava_lang_Class_2Ljava_lang_Object_2
      Example-0.js:8181
      2. java_util_AbstractHashMap_clearImpl__VExample-0.js:21715
      3. java_util_AbstractHashMap_$init__VExample-0.js:21695
      4. java_util_AbstractHashMap_AbstractHashMap__VExample-0.js:21667
      5. java_util_HashMap_HashMap__VExample-0.js:26220
      6. com_google_gwt_lang_RuntimeRebinder_$clinit__VExample-0.js:8167
      7. 
      
com_google_gwt_lang_RuntimeRebinder_createInstance__Ljava_lang_Class_2Ljava_lang_Object_2
      Example-0.js:8178
      8. com_google_gwt_core_client_impl_Impl_$clinit__VExample-0.js:3534
      9. 
      
com_google_gwt_core_client_impl_Impl_registerEntry__Lcom_google_gwt_core_client_JavaScriptObject_2
      Example-0.js:3728
      10. 
      
com_google_gwt_lang_ModuleUtils_registerEntry__Lcom_google_gwt_core_client_JavaScriptObject_2
      Example-0.js:197
      11. (anonymous function)
      

2.) In an older GWT trunk version, which does not cause the issue in 1.), 
sometimes the RuntimeRebinder.runtimeRebindRuleByRequestTypeName Map has 
some missing entries. Because of that the app fails to start at runtime 
when using incremental compilation because no RuntimeRebindRule for my 
AppGinjector can be found in the map. When not using incremental compile, 
everything works.


-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/a327926a-c8c6-41db-99c7-aa13ee295399%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to