Re: GWT Compiler Hanging

2013-05-19 Thread Rade
Erel Segal Halevi erelsgl@... writes: I am now getting the issue with the DevMode as well, and it has no flag to override the update check. Same problem here: GWT 2.4.0, Eclipse Indigo, Ubuntu Linux, 64bit machine. Both Compile and DevMode hang. Have you

NumberFormatException int received an out-of-range value

2013-05-19 Thread vinnyjames
I've found the service call which can be called with different beans and it is only happening for a particular bean but how can I track down the exact field that is causing this out-of-range value? == localhost.2013-05-19.log == May 19, 2013 8:29:09 AM

Re: NumberFormatException int received an out-of-range value

2013-05-19 Thread vinnyjames
Using chrome's developer tools Network tab I was able to find the -100 values which were the result of a bean int field that was initialized to -1. Setting this value to 0 resolved the problem. -- You received this message because you are subscribed to the Google Groups

Need help with Can't create ICOFile: Can't read bytes: 4 while creating ClientBundle

2013-05-19 Thread andy_p1
I have been trying to figure out this error for past two days but I have no idea what is happening. I am totally lost. I have stripped out everything from the project and still no lock. Here is what I have: 1. package test.webclient.widget; import com.google.gwt.core.client.GWT; import

Re: I/O 2013 - GWT Sessions?

2013-05-19 Thread Benjamin Possolo
I think a GWT conference would be great as well. It would probably make more sense to occur somewhere on the west coast though since it is much closer to silicon valley. The San Diego Convention Center is always a great place for conventions. -- You received this message because you are

Re: I/O 2013 - GWT Sessions?

2013-05-19 Thread Carlos Aguayo
Slides for GWT Roadmap for the Future are here: https://docs.google.com/presentation/d/1PfXXegni0gcZQYpX09t0gs2Z9dqST5MmiHc_NoPSluo/edit#slide=id.p18 I couldn't find the youtube video for it. The youtube video for the Demystifying MVP and EventBus in GWT is here:

Re: Need help with Can't create ICOFile: Can't read bytes: 4 while creating ClientBundle

2013-05-19 Thread Jens
Hm you are providing a gif file but Java (ImageIO) tries to read an ico file? Thats the first thing I would think about. Maybe your file has a wrong extension or is somehow corrupted? What kind of libraries does your application use? Maybe one of your libraries alters the behavior of Java's

Re: NumberFormatException int received an out-of-range value

2013-05-19 Thread Jens
If thats really the case it looks like a bug to me and you should file an issue for it. Maybe you can create a small example project that reproduces the problem. -- J. Am Sonntag, 19. Mai 2013 18:10:00 UTC+2 schrieb vinnyjames: Using chrome's developer tools Network tab I was able to find

Re: Need help with Can't create ICOFile: Can't read bytes: 4 while creating ClientBundle

2013-05-19 Thread andy_p1
Thank you for your reply, Jens. Yes, I think I am putting the image in the same package/location where my clientbundle class is. Otherwise, Eclipse shows error. Regarding ICO, you are right. I thought the same and so just to make sure I created a fresh gif and png and tried with those. But it

Re: I/O 2013 - GWT Sessions?

2013-05-19 Thread Peter Lau
Google I/O 2013 - Demystifying MVP and EventBus in GWT https://www.youtube.com/watch?v=kilmaSRq49g On Thursday, May 16, 2013 12:49:41 PM UTC-4, Michael Joyner wrote: Good. I am looking forward to seeing them. On Thu, May 16, 2013 at 12:21 PM, Jens jens.ne...@gmail.com javascript: wrote:

Re: [WARN] 404 - GET /.nocache.js (127.0.0.1) 1397 bytes

2013-05-19 Thread jonathan wilson
i just saw this post: http://www.manning-sandbox.com/thread.jspa?threadID=51625 in particular: In order to make it working, this is how the reference to the nocache.js file should look like: script type=text/javascript language=javascript

Re: Need help with Can't create ICOFile: Can't read bytes: 4 while creating ClientBundle

2013-05-19 Thread Vaimuk
I finally found the problem. In my project I am using a third party library that uses some other third party library for reading ICO files. It was a class in this file that was throwing a NPE. I have no idea why that class was being referred anyway because I am not using ICO files at all. So I

Re: [gwt-contrib] Re: ValueListBox should implement HasEnabled (6112) (issue1832803)

2013-05-19 Thread Patrick Tucker
I started from scratch and was able to get it mostly working. Is there a doc that explains the right way to submit a patch? On Friday, May 17, 2013 1:19:33 PM UTC-4, Patrick Tucker wrote: Windows 7 Pro On Friday, May 17, 2013 12:51:47 PM UTC-4, Matthew Dempsky wrote: On Fri, May 17, 2013