Re: createForClass fail in javascript compiled version

2010-04-12 Thread Sripathi Krishnan
> > Uncaught ReferenceError: > java_lang_Class_createForClass__Ljava_lang_String_2Ljava_lang_String_2Ljava > _lang_String_2Ljava_lang_Class_2Ljava_lang_Class_2 is not defined > I have seen this error before when using GWT runAsync.. so I do believe this is somewhat of an issue with GWT compiler. >

createForClass fail in javascript compiled version

2010-04-12 Thread PhilBeaudoin
Hi, I'm using the new google-gin AsyncProvider to implement code splitting in my GWT application. It works well in most situations, but I ran into a strange issue recently which might hint at a problem in GWT itself. My app works well in development mode: I call myAsyncProvider.get(myCallback) an