Re: Deploying symbolMaps in a production build

2017-11-15 Thread AJ
Thanks Colin. That look like exactly what I need. This will be a 'production' url we use to debug the issue and then re-deploy the 'real' build once we have stepped the code and found the offending null point. Nice to know about the stack trace. Thank you very much for the very detailed reply.

Deploying symbolMaps in a production build

2017-11-14 Thread AJ
Hello, I have an issue that only manifests in a deployed GWT application and so am trying to enable source maps in the production build. I have added... ...to the project.ui.xml file and have passed -saveSource to the compiler In my war I see the

Re: Scavenging sessions at

2017-05-11 Thread AJ
Applogies to all - found the third-party culprit -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this

Re: Scavenging sessions at

2017-05-10 Thread AJ
I am not aware of any configuration on my class path. I use GWT 2.7.0 and get none of those messages. If all I do is change the version in the pom to 2.8.1 and re-run I get them. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from

Re: Scavenging sessions at

2017-05-10 Thread AJ
Thanks. I actually have done that but it is inconvenient and a temporary fix. If there is a way to stop the 30 second spam I would be interested to know :) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop

Scavenging sessions at

2017-05-09 Thread AJ
Hello, I recently upgraded to use 2.8.1 from 2.7 and find that my eclipse console is spammed with jetty messages regarding Scavenging sessions The console gets focus each time a message is written. This is inconvenient when, say, I have done a search and want to look at the results and console

Re: custom elementparser for UiBinder

2014-12-03 Thread AJ
I finally got it! The issue was that I need to ad a container/wrapper tag around the child using the tagname specified in the @UiChild so aj:CustomParent aj:myChild aj:CustomChild ui:field=aChild/aj:CustomChild /aj:myChild /aj:CustomParent

Re: custom elementparser for UiBinder

2014-12-02 Thread AJ
That sort of helps, but now I can't get ui:field to be recognized in the child. For instance: ParentComponent class has @UiChild(tagname=ChildComponent) public void add(ChildComponent c) {} If the UiBinder has g:HTMLPanel aj:ChildComponent ui:field=child1/aj:ChildComponent Then it works But

noClassDefFound in GPE using Luna, 2.7.0-rc1

2014-11-14 Thread AJ
Hi, I am trying to create a project using UiBinder and 1.7.0-rc1 and am getting a noclassdef found for TreeLogger when I try to use the designer, is this a bug or am I missing something? I used the update site as specified on the GWT page https://dl.google.com/eclipse/plugin/4.4 Windows 7 64

Re: noClassDefFound in GPE using Luna, 2.7.0-rc1

2014-11-14 Thread AJ
Ah, OK - thats a shame but I guess I can hand edit. Thanks Thomas. On Friday, November 14, 2014 10:16:42 AM UTC-5, AJ wrote: Hi, I am trying to create a project using UiBinder and 1.7.0-rc1 and am getting a noclassdef found for TreeLogger when I try to use the designer, is this a bug or am

Re: noClassDefFound in GPE using Luna, 2.7.0-rc1

2014-11-14 Thread AJ
Ah! That's a shame but I guess we can still hand code. Thanks Thomas. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

custom elementparser for UiBinder

2014-11-14 Thread AJ
Hello, I am writing a library of widgets for our projects. Some of the objects have certain requirements, such as can only contain another custom elements. I have seen threads mentioning patching GWT to add an anotation (from 2010) but that did not seem to go anywhere. I also see the threads

-noSuperDevMode in launch file keeps coming back!

2014-11-13 Thread AJ
Hello, I have created a small application to play with 2.7-rc1 using eclipse. I ran the project and then saved it as launch file The default is to use the -noSuperDevMode switch, so I removed that All is well if I run the using the launch file. However, if I open the laucnh file from the run

Re: -noSuperDevMode in launch file keeps coming back!

2014-11-13 Thread AJ
Awesome - Thanks vojko - That was it! On Thursday, November 13, 2014 12:18:35 PM UTC-5, vojko wrote: I had the same problem. After checking the radio button in the GWT tab you'll be ok. On Thursday, November 13, 2014 3:54:25 PM UTC+1, AJ wrote: Hello, I have created a small application

GWT.isProdMode = true in SuperDevMode

2014-06-18 Thread AJ
I have just started using SDM in Chrome (see other threads) an it looks like GWT.isProdMode returns true. Using eclipse (Kepler) onWindows 7 I start the code server then start the app, either in debug or run mode. Then click the bookmark Dev Mode On Then click the button Comple in the browser

Re: GWT.isProdMode = true in SuperDevMode

2014-06-18 Thread AJ
? On Wednesday, June 18, 2014 10:27:25 AM UTC-4, AJ wrote: I have just started using SDM in Chrome (see other threads) an it looks like GWT.isProdMode returns true. Using eclipse (Kepler) onWindows 7 I start the code server then start the app, either in debug or run mode. Then click the bookmark Dev

Re: GWT.isProdMode = true in SuperDevMode

2014-06-18 Thread AJ
Hmm - looks like it is in Core.gwt.xml version 2.6.0, but I have to use 2.5.1 where it is not defined. Thanks anyway. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an

you can only use Chrome extensions that you get from the Chrome Web Store

2014-06-12 Thread AJ
I started up Chrome today and received notification that the GWT Plugin has been disabled For your protection, you can only use Chrome extensions that you get from the Chrome Web Store At the moment I find no way to enable it, not even with developer mode enabled -- You received this

Re: you can only use Chrome extensions that you get from the Chrome Web Store

2014-06-12 Thread AJ
and saw no mention of it here. Yes, I can use Super Dev Mode but I personally find that more awkward than debugging and coding in a single interface. Ironically I guess I can still use IE On Thursday, June 12, 2014 7:59:02 AM UTC-4, AJ wrote: I started up Chrome today and received notification

Re: you can only use Chrome extensions that you get from the Chrome Web Store

2014-06-12 Thread AJ
and saw no mention of it here. Yes, I can use Super Dev Mode but I personally find that more awkward than debugging and coding in a single interface. Ironically I guess I can still use IE On Thursday, June 12, 2014 7:59:02 AM UTC-4, AJ wrote: I started up Chrome today and received notification

AutoBeanCodexEncode does not encode numbers when zero is the value

2013-07-19 Thread AJ
com.google.web.bindery.autobean.shared.impl.AutoBeanCodexImpl @Override public boolean visitValueProperty(String propertyName, Object value, PropertyContext ctx) { if (value != null !value.equals(ValueCodex.getUninitializedFieldValue(ctx.getType( {

Re: AutoBeanCodexEncode does not encode numbers when zero is the value

2013-07-19 Thread AJ
The AutoBean pagehttps://code.google.com/p/google-web-toolkit/wiki/AutoBeanstates Goals - Decrease boilerplate in model-rich applications - Support easy encoding of AutoBeans to JSON structures - Provide support code for common operations on data-model objects - *Usable in non-GWT

How can we achieve behavior of Listgrid.selectRecord Datasource ?

2013-04-19 Thread AJ
. But I am not able mark the item since only Listgrid (selectRecord) offers that feature. Do we have something like this in Datasource or is there any other way we can achieve that without passing first panel's listgrid to second one ? Thanks, AJ -- You received this message because you

Re: The Future of GWT Report 2012 Published

2012-12-04 Thread AJ
Thank you for releasing these results. However, I find it disconcerting and somewhat ominous that Vaadin is using this survey as a marketing tool. It would have been preferable, in my opinion, if the report had been released as a direct link in the notification email I received, instead of

getPropertyInt and getPropertyDouble return 0 for undefined property

2011-07-24 Thread AJ
Found in GWT Release 2.3 Encountered on Windows 7 : Chrome The code for getPropertyInt and getPropertyDouble in the Element class is... public final native int getPropertyInt(String name) /*-{ return parseInt(this[name]) || 0; }-*/; public final native double

Re: GWT 1.5 Now Available

2008-09-04 Thread AJ
Sadly it was uploaded without the source (or javadoc), so the Maven release seems a bit crippled for development usage. On Sep 2, 10:43 am, lups [EMAIL PROTECTED] wrote: Thanks, somebody has published gwt 1.5.2 on maven repo... On 1 sep, 11:37, lups [EMAIL PROTECTED] wrote: Who is able to