Hi,

I am developing multiple apps with similar structure, they're working fine 
except for 2. They give me the following error on production mode only:

Uncaught java.lang.runtimeexception: java.lang.ClassCastException


This is the compiled code that throws the exception:

function 
com_google_gwt_core_client_impl_Impl_entry__Lcom_google_gwt_core_client_JavaScriptObject_2Lcom_google_gwt_core_client_JavaScriptObject_2(jsFunction){
  return function(){
    try {
      return 
com_google_gwt_core_client_impl_Impl_entry0__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2(jsFunction,
 
this, arguments);
    }
     catch (e) {
      throw e;
    }
  }
  ;

I am using GWT 2.5.1, any idea what could be the problem?

Thanks

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to