Re: Unable to find 'XXX.gwt.xml' on your classpath

2013-05-29 Thread shashank beerla
hey can you be more elaborate on how to fix that issue...if possible show us the code what you modified..what you written really not helping us On Friday, October 28, 2011 6:45:06 PM UTC-5, dgaj wrote: Nevermind. Found it. Word of advice don't go mucking around too much with that

GWT-RPC implementation based on socket.io?

2013-05-29 Thread Alejandro Montenegro
hi guys, do you know if there is any active project of implementing socket.io as communication protocol for GWT? I found this project but it looks stalled: https://bitbucket.org/c58/gnisio/wiki/Home thanks Alejandro -- You received this message because you are subscribed to the Google Groups

Re: Overuse of AssumedStale Issue Tag

2013-05-29 Thread Mauro Molinari
I also recently received a notification about an issue I was following, because it has been set as AssumedStale, an issue that must be still present, since I have no evidence that any fix for it has ever been done. Really, I can't understand what are the plans for GWT by Google. Will it be

Spell checking implemention for TextArea

2013-05-29 Thread tirupati . b
Hi I am new to GWT please help me how to implement spell checker to the Text area Thanks Regards Tirupati -- 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

Re: RequestFactory Could not parse payload: payload[0] = N

2013-05-29 Thread Stephan White
We just ran into the same issue. SEVERE: Unexpected error java.lang.RuntimeException: Could not parse payload: payload[0] = N at com.google.web.bindery.autobean.vm.impl.JsonSplittable.create( JsonSplittable.java:70) at com.google.web.bindery.autobean.shared.impl.StringQuoter.create(

is there Client API for Google App engine

2013-05-29 Thread Eman Hossny
Hello All, I want to use a library to deploy java application to GAE. is there a client library for this -- Eman Hossny, Teacher Assistant, Computer Science Department, Faculty of Computers and Information Cairo University, Egypt يارب العتق من النار لى ولوالديا -- You received this message

Timezone difference issue

2013-05-29 Thread Kedar Vyawahare
Hi all, I am using a date picker in date box and storing the date in database.But database is remotely hosted which is in different timezone. So the date get changed as there is timezone difference. Please suggest some way out. -- Thanks regards , Kedar -- You received this message

Re: Timezone difference issue

2013-05-29 Thread Paul Robinson
The date doesn't actually get changed. What's happening is that a java.util.Date represents an instance in time. Viewed from different timezones, that instance in time can be at different times of day and even a different day. But it's still the same instance in time. To avoid this, you might

Re: Timezone difference issue

2013-05-29 Thread Andy
There are many threads about these issues. We solved this problem by wrapping the DateBox with a class called UTCDateBox that you can get here: http://code.google.com/p/gwt-traction/ I wrote about it here: http://traction.tractionsoftware.com/traction/permalink/Blog1986 Cheers, Andy On

Re: Timezone difference issue

2013-05-29 Thread Satyarao Kambapu
Hello Andy, As per my experience the difference between DateBox and UTCDateBox is Time Component. The UTCDateBox returns the date with specific time, where as DateBox is not. I think, the problem of Kedar Vyawahare is not this one. On Wed, May 29, 2013 at 7:52 PM, Andy pula...@gmail.com

Re: Timezone difference issue

2013-05-29 Thread Andy
A java.util.Date will always have a time component because it is represented as the number of seconds since 1970. The UTCDateBox normalizes that time component to midnight in GMT so that it will work in all timezones. The DateBox does not normalize the time component so the Date in the

Issue 8166 created RPC issue in Chrome

2013-05-29 Thread stuckagain
Hi, I stumbled upon a strange RPC serialisation error with GWT 2.5.1: https://code.google.com/p/google-web-toolkit/issues/detail?id=8166 For some reason an int is serialized as a float in some very specific case in my application. The result is an IncompatibleRemoteService exception being

Re: Compiling Error (not Present in Eclipse) with Generics (requestfactory related interface)

2013-05-29 Thread Thomas Broyer
On Tuesday, May 28, 2013 7:54:29 PM UTC+2, GWTter wrote: Hi all, I can't figure this out, haven't found anything on the interwebs, and it's really, really getting to me. I have the following interface: public interface PersistedClassRCP extends EntityProxy, N extends Serializable {

Re: Timezone difference issue

2013-05-29 Thread David
Hi, How are you sending the date over RPC ? as a Date ? And how are you storing it ? as a string ? The Date object does not allow you to change the timezone, it is always using the local one since it does not store it with the Date object. AFAIK the Date object behaves correctly in GWT, it can

Re: Issue 8166 created RPC issue in Chrome

2013-05-29 Thread stuckagain
Aha, It seems to be caused by this bug: https://code.google.com/p/google-web-toolkit/issues/detail?id=6194 and another related one: https://code.google.com/p/google-web-toolkit/issues/detail?id=6130 Yep again bugs with low Hollywood star ratings, that made me loose half a day of searching.

Re: Lessons learned moving from GWT to Spring MVC

2013-05-29 Thread Thomas Broyer
On Wednesday, May 29, 2013 12:14:24 AM UTC+2, Tomek Kańka wrote: How can one compare something what lives almost entirely in presentation-layer and has none strong dependencies on server-side (GWT) with framework which is focused on server-side without any real widget library? Exactly

Re: GWT-RPC implementation based on socket.io?

2013-05-29 Thread Thomas Broyer
On Wednesday, May 29, 2013 7:31:39 AM UTC+2, Alejandro Montenegro wrote: hi guys, do you know if there is any active project of implementing socket.io as communication protocol for GWT? Apache Wave uses Socket.IO when WebSockets are not natively supported, but they're not using GWT-RPC;

Re: Timezone difference issue

2013-05-29 Thread Andy
Hi David, I can't tell if you're asking me or the OP, but I'll tell you what we're doing it and I believe it is what Kedar should be doing. The UTCDateBox implements HasValueLong and we pass a Long over RPC and store a Long on the server. This number always represents midnight in GMT on a

Fixing a column in DataGrid

2013-05-29 Thread Raphael André Bauer
Hi, I am using a DataGrid that is larger than the viewport. If the user scrolls to the right I want the first x columns to be fixed so the user knows in which line she is. Some time ago someone has asked a similar question - but the answers are not 100% satisfactory imho.

Re: Issue 8166 created RPC issue in Chrome

2013-05-29 Thread Jens
Hehe feeling with you. Also stumbled upon this when sending mouse click coordinates to server :) -- J. -- 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

Re: Spell checking implemention for TextArea

2013-05-29 Thread Philippe Lhoste
On 29/05/2013 10:59, tirupat...@gmail.com wrote: I am new to GWT please help me how to implement spell checker to the Text area Use a good browser like Firefox or Chrome, which has the feature out of the box. (Just checked. At least IE10 has it too.) Problem solved... -- Philippe Lhoste --

GWT issue tracker spring cleaning

2013-05-29 Thread Daniel Kurka
Hi Everyone, As announced on Google I/O we are going to clean up the issue tracker. We will review every issue on the tracker and triage appropriately. This means also closing older stale issues. In some cases due to the immense amount of issues to triage, you might feel that a certain issue

Re: Fixing a column in DataGrid

2013-05-29 Thread Jens
Before deep diving into DataGrid, I think my first make it work approach would be to just use two DataGrids and add both to the same DataProvider, so that their data is in sync with each other. The first one would contain the static x columns while the second one contains the remaining columns.

Re: Visitors on EntityProxy hierarchies

2013-05-29 Thread Pedro Lamarão
Em segunda-feira, 27 de maio de 2013 16h06min10s UTC-3, Jens escreveu: EntityProxys are implemented using AutoBeans so you can use AutoBeanUtils.getAutoBean(EntityProxy proxy) to get an AutoBean instance from your proxy and then use an AutoBeanVisitor to traverse your hierarchy. Thanks

Get Data CellTable

2013-05-29 Thread sebastien . ribeil
Hi everyone, I have a simple CellTable with editable cells. I add a button save outside of the table. So, I want to be able to save the change of the final user. I want to do something like that: If the button is cliked: int i=0; int j=0; while(itable.getRowCount()){

Re: Lessons learned moving from GWT to Spring MVC

2013-05-29 Thread Ed Bras
To be honest: I don't even know another framework like GWT that match my desired setup ... Do they even exists? So it's like comparing peers and bananas... My setup (which I love).. A separate backend (Spring) and frontend (GWT), that are deployed separately in respectively Tomcat and Apache

Re: Lessons learned moving from GWT to Spring MVC

2013-05-29 Thread Juan Pablo Gardella
Thanks for sharing!! 2013/5/29 Ed Bras post2edb...@gmail.com To be honest: I don't even know another framework like GWT that match my desired setup ... Do they even exists? So it's like comparing peers and bananas... My setup (which I love).. A separate backend (Spring) and frontend

Re: Compiling Error (not Present in Eclipse) with Generics (requestfactory related interface)

2013-05-29 Thread GWTter
Thanks yet again Thomas. Although I don't extend RequestContext there directly it does interact with it so that I have some interfaces extending both RequestContext and this interface which maybe causing the issue. So I think you're right. I added my post to the issue, hopefully it helps. I

RichTextArea how to implement native Drag Drop?

2013-05-29 Thread dhoffer
What is the best way to implement native DnD for RichTextArea? I need to support users dropping items into the RichTextArea that originated from outside the browser (from another web app). Currently what I have partially works (in production seems to work about 50% of the time) in hosted mode

Dynamically generated HTML and GWT

2013-05-29 Thread Mike Dee
Hi, I'm hoping this can be done with relative ease in GWT. I need to integrate a couple of features that involve HTML that is generated on the fly. Basically, the app gets some XML and sends it to a service which returns HTML (via an XSL transform). There are two cases. 1) The first is

[gwt-contrib] Change in gwt[master]: Add support for the newer bindery HandlerRegistration Bug:...

2013-05-29 Thread Manuel Carrasco Moñino
Manuel Carrasco Moñino has posted comments on this change. Change subject: Add support for the newer bindery HandlerRegistration Bug: issue 7079 Change-Id: I80f23b094f55e40d2b2223e9f018c98c4e41a850 .. Patch Set 5:

Re: [gwt-contrib] Re: Removing support for old browsers

2013-05-29 Thread Thomas Broyer
On Tuesday, May 28, 2013 8:12:44 PM UTC+2, Goktug Gokdogan wrote: Agreed. I think we need to think about the permutations and soft vs. hard for future releases. We started to have more and more newer vs older separations instead of Browser A ve Browser B separations, especially with the

[gwt-contrib] Change in gwt[master]: Add support for the newer bindery HandlerRegistration Bug:...

2013-05-29 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Add support for the newer bindery HandlerRegistration Bug: issue 7079 Change-Id: I80f23b094f55e40d2b2223e9f018c98c4e41a850 .. Patch Set 5: Code-Review+2

[gwt-contrib] Change in gwt[master]: Add support for the newer bindery HandlerRegistration Bug:...

2013-05-29 Thread Thomas Broyer
Thomas Broyer has submitted this change and it was merged. Change subject: Add support for the newer bindery HandlerRegistration Bug: issue 7079 Change-Id: I80f23b094f55e40d2b2223e9f018c98c4e41a850 .. Add support for the

[gwt-contrib] Change in gwt[master]: Set KeyboardSelectedRow with relative index in AbstractHasDa...

2013-05-29 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Set KeyboardSelectedRow with relative index in AbstractHasData focus event preview .. Patch Set 1: Code-Review+2 Note: can't merge until Jenkins verifies

[gwt-contrib] Change in gwt[master]: Added missing lineStart and lineEnd in UiBinder xsd file; is...

2013-05-29 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Added missing lineStart and lineEnd in UiBinder xsd file; issue 6596 .. Patch Set 1: Code-Review+2 Note: can't merge until Jenkins verifies the patch. --

[gwt-contrib] Change in gwt[master]: Set KeyboardSelectedRow with relative index in AbstractHasDa...

2013-05-29 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Set KeyboardSelectedRow with relative index in AbstractHasData focus event preview .. Patch Set 1: (1 comment)

[gwt-contrib] Change in gwt[master]: Added missing lineStart and lineEnd in UiBinder xsd file; is...

2013-05-29 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Added missing lineStart and lineEnd in UiBinder xsd file; issue 6596 .. Patch Set 1: (1 comment)

[gwt-contrib] Change in gwt[master]: FileUpload failed to initialize internal state

2013-05-29 Thread Thomas Broyer
Hello John A. Tamplin, Leeroy Jenkins, I'd like you to reexamine a rebased change. Please visit https://gwt-review.googlesource.com/2981 to look at the new rebased patch set (#3). Change subject: FileUpload failed to initialize internal state

[gwt-contrib] Change in gwt[master]: Fix ValuePicker.setValue(T) to no longer fire events.

2013-05-29 Thread Thomas Broyer
Thomas Broyer has submitted this change and it was merged. Change subject: Fix ValuePicker.setValue(T) to no longer fire events. .. Fix ValuePicker.setValue(T) to no longer fire events. Bug: issue 7330 Change-Id:

[gwt-contrib] Change in gwt[master]: FileUpload failed to initialize internal state

2013-05-29 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: FileUpload failed to initialize internal state .. Patch Set 3: Code-Review+2 -- To view, visit https://gwt-review.googlesource.com/2981 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: FileUpload failed to initialize internal state

2013-05-29 Thread Daniel Kurka
Daniel Kurka has submitted this change and it was merged. Change subject: FileUpload failed to initialize internal state .. FileUpload failed to initialize internal state fixes issue 5055 Change-Id:

[gwt-contrib] Re: SuggestBox causes native events to fire twice (3533) (issue1785803)

2013-05-29 Thread goktug
On 2012/09/05 15:44:32, Patrick Tucker wrote: On 2012/07/19 20:48:12, tbroyer wrote: Can this patch be committed? Can you move this patch to gerrit or would you prefer me to do that for you? http://gwt-code-reviews.appspot.com/1785803/ --

[gwt-contrib] Change in gwt[master]: Add hasClassName method in com.google.gwt.dom.client.Element

2013-05-29 Thread Andrey Korzhevskiy
Andrey Korzhevskiy has uploaded a new change for review. https://gwt-review.googlesource.com/3070 Change subject: Add hasClassName method in com.google.gwt.dom.client.Element .. Add hasClassName method in

[gwt-contrib] Change in gwt[master]: Add hasClassName method in com.google.gwt.dom.client.Element

2013-05-29 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Add hasClassName method in com.google.gwt.dom.client.Element .. Patch Set 2: (5 comments) Looks good. Only a few style related comments...

[gwt-contrib] Change in gwt[master]: Add hasClassName method in com.google.gwt.dom.client.Element

2013-05-29 Thread Andrey Korzhevskiy
Andrey Korzhevskiy has uploaded a new change for review. https://gwt-review.googlesource.com/3071 Change subject: Add hasClassName method in com.google.gwt.dom.client.Element .. Add hasClassName method in

[gwt-contrib] Change in gwt[master]: Add hasClassName method in com.google.gwt.dom.client.Element

2013-05-29 Thread Andrey Korzhevskiy
Andrey Korzhevskiy has posted comments on this change. Change subject: Add hasClassName method in com.google.gwt.dom.client.Element .. Patch Set 2: Sorry, i accidently pushed to a new review

[gwt-contrib] Change in gwt[master]: Revert the automatic selection of sourceLevel.

2013-05-29 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new change for review. https://gwt-review.googlesource.com/3080 Change subject: Revert the automatic selection of sourceLevel. .. Revert the automatic selection of sourceLevel. There is a

[gwt-contrib] Change in gwt[master]: Revert the automatic selection of sourceLevel.

2013-05-29 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new patch set (#2). Change subject: Revert the automatic selection of sourceLevel. .. Revert the automatic selection of sourceLevel. There is a JDT bug

[gwt-contrib] Change in gwt[master]: Add hasClassName method in com.google.gwt.dom.client.Element

2013-05-29 Thread Goktug Gokdogan
Goktug Gokdogan has abandoned this change. Change subject: Add hasClassName method in com.google.gwt.dom.client.Element .. Abandoned -- To view, visit https://gwt-review.googlesource.com/3071 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: Add hasClassName method in com.google.gwt.dom.client.Element

2013-05-29 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Add hasClassName method in com.google.gwt.dom.client.Element .. Patch Set 2: You can close off the version you do not want for review -- To view, visit

[gwt-contrib] Change in gwt[master]: Revert the automatic selection of sourceLevel.

2013-05-29 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Revert the automatic selection of sourceLevel. .. Patch Set 2: Code-Review+2 -- To view, visit https://gwt-review.googlesource.com/3080 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: Revert the automatic selection of sourceLevel.

2013-05-29 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Revert the automatic selection of sourceLevel. .. Patch Set 2: Code-Review+2 -- To view, visit https://gwt-review.googlesource.com/3080 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: Revert the automatic selection of sourceLevel.

2013-05-29 Thread Brian Slesinsky
Brian Slesinsky has submitted this change and it was merged. Change subject: Revert the automatic selection of sourceLevel. .. Revert the automatic selection of sourceLevel. There is a JDT bug

[gwt-contrib] Change in gwt[master]: Add hasClassName method in com.google.gwt.dom.client.Element

2013-05-29 Thread Andrey Korzhevskiy
Andrey Korzhevskiy has uploaded a new patch set (#3). Change subject: Add hasClassName method in com.google.gwt.dom.client.Element .. Add hasClassName method in com.google.gwt.dom.client.Element Fixes issue 7550 Change-Id:

[gwt-contrib] Change in gwt[master]: Unary plus in Jsni code was always discarded.

2013-05-29 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: Unary plus in Jsni code was always discarded. .. Patch Set 2: It seems to have been rolled back with quite a few other changes (from r5961 back to

[gwt-contrib] Change in gwt[master]: Add hasClassName method in com.google.gwt.dom.client.Element

2013-05-29 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Add hasClassName method in com.google.gwt.dom.client.Element .. Patch Set 3: Code-Review+1 (1 comment) LGTM. Let's wait for tomorrow before +2 so other can

[gwt-contrib] Change in gwt[master]: Unary plus in Jsni code was always discarded.

2013-05-29 Thread Ray Cromwell
Ray Cromwell has posted comments on this change. Change subject: Unary plus in Jsni code was always discarded. .. Patch Set 2: Code-Review+2 Likely there was a global submit failure somewhere and all of the CLs between the

[gwt-contrib] Change in gwt[master]: Add hasClassName method in com.google.gwt.dom.client.Element

2013-05-29 Thread Colin Alworth
Colin Alworth has posted comments on this change. Change subject: Add hasClassName method in com.google.gwt.dom.client.Element .. Patch Set 3: Code-Review-1 As an idea, looks good, but remember that JSOs are a particularly

[gwt-contrib] Change in gwt[master]: Fix non-final field initializers running before the super cstr.

2013-05-29 Thread Stephen Haberman
Stephen Haberman has posted comments on this change. Change subject: Fix non-final field initializers running before the super cstr. .. Patch Set 4: Interesting, thanks, Roberto, I never would have thought of/found the

[gwt-contrib] Change in gwt[master]: Unary plus in Jsni code was always discarded.

2013-05-29 Thread Roberto Lublinerman
Roberto Lublinerman has submitted this change and it was merged. Change subject: Unary plus in Jsni code was always discarded. .. Unary plus in Jsni code was always discarded. Unary plus in JavaScript is only noop when

[gwt-contrib] Change in gwt[master]: Inliner produces incorrect code if a parameter is a new arra...

2013-05-29 Thread Roberto Lublinerman
Hello Leeroy Jenkins, I'd like you to reexamine a change. Please visit https://gwt-review.googlesource.com/3040 to look at the new patch set (#2). Change subject: Inliner produces incorrect code if a parameter is a new array expression.

[gwt-contrib] Change in gwt[master]: Fix non-final field initializers running before the super cstr.

2013-05-29 Thread Stephen Haberman
Hello Ray Cromwell, Leeroy Jenkins, I'd like you to reexamine a change. Please visit https://gwt-review.googlesource.com/3030 to look at the new patch set (#5). Change subject: Fix non-final field initializers running before the super cstr.

[gwt-contrib] Change in gwt[master]: Fix non-final field initializers running before the super cstr.

2013-05-29 Thread Stephen Haberman
Hello Ray Cromwell, Leeroy Jenkins, I'd like you to reexamine a change. Please visit https://gwt-review.googlesource.com/3030 to look at the new patch set (#7). Change subject: Fix non-final field initializers running before the super cstr.

[gwt-contrib] Change in gwt[master]: Fix non-final field initializers running before the super cstr.

2013-05-29 Thread Stephen Haberman
Hello Ray Cromwell, Leeroy Jenkins, I'd like you to reexamine a change. Please visit https://gwt-review.googlesource.com/3030 to look at the new patch set (#8). Change subject: Fix non-final field initializers running before the super cstr.

[gwt-contrib] Change in gwt[master]: Fix non-final field initializers running before the super cstr.

2013-05-29 Thread Stephen Haberman
Stephen Haberman has posted comments on this change. Change subject: Fix non-final field initializers running before the super cstr. .. Patch Set 8: Okay, I believe this is correct now. CompilerTest all passes. I had not