Re: Troubleshooting compilation issues?

2016-10-03 Thread David Becker
I found some JSNI code that was inadvertently doing a javascript object clone of a GWT object. Fixing that solved my problem. Although it's still not clear why it would only trigger in optimized code and not draft compile or why no exceptions were being captured in the console. Oh well, it's

How to remove EventListener

2016-10-03 Thread David
I use the following code to create an EventListener: Event.sinkEvents(divElement, Event.ONCLICK); final EventListener listener = new EventListener() {...}; Event.setEventListener(divElement, listener); How do I remove EventListener

Re: GWT and Oracle

2016-10-03 Thread cloud450
Came across this presentation in the context of the recent Java One conference. Seems to be pushing OracleJET more than anything else, ignores GWT (Angular is mentioned), but does reference DukeScript which seems more interesting to me than the other slides presented (similar to GWT/Inbox

Re: Troubleshooting compilation issues?

2016-10-03 Thread David Becker
The profile entries that pointed to JavaScriptException in obfuscated output now points to a lambda in detailed output, so I think that's a red herring. I commented out the lamba in question and those profile entries went away, but the problem persists, so I don't think it's the lamba itself.

Re: GWT google crawler error undefined.cache.js

2016-10-03 Thread Zied Hamdi
Hi Vassilis, Since I'm under AppEngine, I could copy one of the compiled versions as /undefined.cache.js before uploading the app. But in that case I have two issues: - I need to find which is the js for gecko1_8 so that Googlebot can understand the js (the file names are random) - I

Re: GWT google crawler error undefined.cache.js

2016-10-03 Thread Zied Hamdi
Hi All, I tried to run the app in standard dev mode under 2.8.0RC3 using the fallback property : and removing my own UserAgentPropertyGenerator It shows up that the error still persits (when I emulate a googlebot user.agent), in addition of the compiler being run for my first page display

Re: Troubleshooting compilation issues?

2016-10-03 Thread David Becker
I'm not getting anything on the console logs and I've verified that I've got an uncaught exception handler set. However, when I profile during this frozen state, all profile entries seem to lead to this: d,com.google.gwt.core.client.JavaScriptException::name,com.google.gwt.core.

[gwt-contrib] Re: Stop calling it GWT 3.0

2016-10-03 Thread Thomas Broyer
On Monday, October 3, 2016 at 3:12:08 PM UTC+2, sameepsingha...@drishti-soft.com wrote: > > I am not much concerned about name, but would like to know when the GWT > 3.0 will be released?? > Nobody knows. (and this is an official answer) (a little birdie told me that “j2cl is working out

Re: NoClassDefFoundError (HttpSessionIdListener) when launching SDM, after switching from gwt-2.8.0-beta1 to rc2

2016-10-03 Thread N Troncoso
I'm having the same issue as Boris, except my dependency tree shows that I'm using 3.1: [INFO] +- com.google.gwt:gwt-user:jar:2.8.0-rc2:compile [INFO] | \- javax.servlet:javax.servlet-api:jar:3.1.0:provided (scope managed from compile) [INFO] \- com.google.gwt:gwt-dev:jar:2.8.0-rc2:compile

[gwt-contrib] Re: Stop calling it GWT 3.0

2016-10-03 Thread sameepsinghania
I am not much concerned about name, but would like to know when the GWT 3.0 will be released?? On Saturday, June 13, 2015 at 2:33:08 PM UTC+5:30, Paul Robinson wrote: > > The GWT Meetup 2015 videos are very interesting. > > > I can see why the proposals for GWT 3.0 have been made. However, we