Re: [gwt-contrib] [google-web-toolkit] r8780 committed - Fixes https://jira.springsource.org/browse/ROO-1213 - Hide Property fr...

2010-09-16 Thread Patrick Julien
2010/9/15 Miguel Méndez mmen...@google.com: Thanks for spotting that Patrick.  I'll get the code updated. no thank you -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Remove SyncResults. Use EntityProxyId and RequestFactory.find(EntityProxyId) (issue887802)

2010-09-16 Thread Patrick Julien
Is there another wave than this one that explains how you do find() on the server using only the stable id? I really don't get how you fill in that part. My understanding is that the stable id is generated client side, so we can't persist it on the server since it will be browser session based.

Re: [gwt-contrib] Re: Remove SyncResults. Use EntityProxyId and RequestFactory.find(EntityProxyId) (issue887802)

2010-09-16 Thread Ray Ryan
For now, via the same static find methods you already provide. As quickly as we can manage it, via the same service object api already discussed. On Sep 16, 2010 6:04 AM, Patrick Julien pjul...@gmail.com wrote: Is there another wave than this one that explains how you do find() on the server

[gwt-contrib] [google-web-toolkit] r8796 committed - Fix warnings and checkstyle errors...

2010-09-16 Thread codesite-noreply
Revision: 8796 Author: gwt.mirror...@gmail.com Date: Thu Sep 16 08:13:28 2010 Log: Fix warnings and checkstyle errors Review at http://gwt-code-reviews.appspot.com/882802 Review by: amitman...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8796 Modified:

Re: [gwt-contrib] Re: Remove SyncResults. Use EntityProxyId and RequestFactory.find(EntityProxyId) (issue887802)

2010-09-16 Thread Patrick Julien
On Thu, Sep 16, 2010 at 10:30 AM, Ray Ryan rj...@google.com wrote: For now, via the same static find methods you already provide. As quickly as we can manage it, via the same service object api already discussed. I'm sorry if I am slow but how is the stable id alone sufficient to find whatever

Re: [gwt-contrib] Re: Remove SyncResults. Use EntityProxyId and RequestFactory.find(EntityProxyId) (issue887802)

2010-09-16 Thread Amit Manjhi
The stable id encodes the datastore id and the entity-type. If the RequestFactory find method cannot lookup the datastoreId for a stableId, a client side exception is thrown. On Thu, Sep 16, 2010 at 9:23 AM, Patrick Julien pjul...@gmail.com wrote: On Thu, Sep 16, 2010 at 10:30 AM, Ray Ryan

Re: [gwt-contrib] Re: Remove SyncResults. Use EntityProxyId and RequestFactory.find(EntityProxyId) (issue887802)

2010-09-16 Thread Patrick Julien
On Thu, Sep 16, 2010 at 12:29 PM, Amit Manjhi amitman...@google.com wrote: The stable id encodes the datastore id and the entity-type. If the RequestFactory find method cannot lookup the datastoreId for a stableId, a client side exception is thrown. Ah, there you go, that would do it, thanks

[gwt-contrib] [google-web-toolkit] r8797 committed - Fix RF tests...

2010-09-16 Thread codesite-noreply
Revision: 8797 Author: gwt.mirror...@gmail.com Date: Thu Sep 16 09:35:10 2010 Log: Fix RF tests Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8797 Modified: /trunk/user/src/com/google/gwt/requestfactory/RequestFactory.gwt.xml

[gwt-contrib] GWT Designer for UiBinder?

2010-09-16 Thread Patrick Julien
http://googlewebtoolkit.blogspot.com/2010/09/google-relaunches-instantiations.html Yeah, you guys released instantiations' gwt designer but honestly, it's still pretty unusable to me due to the fact that it's generating/parsing java code instead of UiBinder. Any plans to release a uibinder

[gwt-contrib] Re: GWT Designer for UiBinder?

2010-09-16 Thread Thomas Broyer
On 16 sep, 19:02, Patrick Julien pjul...@gmail.com wrote: http://googlewebtoolkit.blogspot.com/2010/09/google-relaunches-instan... Yeah, you guys released instantiations' gwt designer but honestly, it's still pretty unusable to me due to the fact that it's generating/parsing java code

Re: [gwt-contrib] Re: GWT Designer for UiBinder?

2010-09-16 Thread Patrick Julien
I just noticed that it's there but it fails to load with the error: Actually, UiBinder is in the menu but it fails with the error message: Unable to open file /templates/Composite.jvt from com.instantiations.designer.gwt.UiBinder On Thu, Sep 16, 2010 at 1:34 PM, Thomas Broyer

[gwt-contrib] Calling the reset methods from gwtTearDown() results in nondeterminism. (issue890801)

2010-09-16 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/890801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Issue ROO-954: Support for transmitting stack traces for sever exceptions. (issue886801)

2010-09-16 Thread rchandia
http://gwt-code-reviews.appspot.com/886801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Issue ROO-954: Support for transmitting stack traces for sever exceptions. (issue886801)

2010-09-16 Thread rchandia
Implemented remaining part of the design using an ExceptionHandler http://gwt-code-reviews.appspot.com/886801/diff/3001/4005 File user/src/com/google/gwt/requestfactory/shared/Receiver.java (right): http://gwt-code-reviews.appspot.com/886801/diff/3001/4005#newcode57

[gwt-contrib] [google-web-toolkit] r8798 committed - Calling the reset methods from gwtTearDown() results in nondeterminism...

2010-09-16 Thread codesite-noreply
Revision: 8798 Author: b...@google.com Date: Thu Sep 16 08:28:57 2010 Log: Calling the reset methods from gwtTearDown() results in nondeterminism. Patch by: bobv Review by: rjrjr Review at http://gwt-code-reviews.appspot.com/890801

[gwt-contrib] [google-web-toolkit] r8799 committed - Simplifies the RequestObject api:...

2010-09-16 Thread codesite-noreply
Revision: 8799 Author: rj...@google.com Date: Thu Sep 16 08:54:56 2010 Log: Simplifies the RequestObject api: * No more clearUsed(). Requests are always usable * No more reset(), it was basically unused, and untested * RequestData move to an impl package Also fixes violation reporting in

[gwt-contrib] [google-web-toolkit] r8800 committed - Extending SuggestOracle.Response to pass along isTruncated informati...

2010-09-16 Thread codesite-noreply
Revision: 8800 Author: porte...@google.com Date: Thu Sep 16 08:59:16 2010 Log: Extending SuggestOracle.Response to pass along isTruncated information with the suggestion list. Review at http://gwt-code-reviews.appspot.com/873801 Review by: jlaba...@google.com

[gwt-contrib] GEP open source status

2010-09-16 Thread olivier nouguier
Hi all, First of all thanks you all Google Inc friend for all GWT ecosystem. I'm studying a plugin to let: - maven via m2eclipse - GWT / GAE via m2eclipse-gdt ( our plugin ). - WTP via m2eclipse-wtp coexist smoothly. I have 2 simple question: - do you plan to support maven

[gwt-contrib] Re: Simplifies the RequestObject api: (issue880801)

2010-09-16 Thread rjrjr
Test added, submitted r8799 On 2010/09/15 17:25:21, rjrjr wrote: Fair enough re: the test. http://gwt-code-reviews.appspot.com/880801/diff/3001/4001 File user/src/com/google/gwt/app/place/AbstractProxyEditActivity.java (left):

[gwt-contrib] [google-web-toolkit] r8801 committed - Rollback of issue 887801...

2010-09-16 Thread codesite-noreply
Revision: 8801 Author: con...@google.com Date: Thu Sep 16 10:01:06 2010 Log: Rollback of issue 887801 *** Reason for Rollback *** Received a report that this changes breaks hosted mode for some users. *** Original change description *** Optimize ResourceOracle refresh by doing multiple oracles

[gwt-contrib] Why not Events API as part of Guava?

2010-09-16 Thread Andrés Testi
Since events API core in com.google.gwt.event.shared has not JSNI nor static dependencies, it could be externalized as an API isolated from GWT. Why not include it on Guava for non GWT projects? Regards. - Andrés -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Issue ROO-954: Support for transmitting stack traces for sever exceptions. (issue886801)

2010-09-16 Thread bobv
http://gwt-code-reviews.appspot.com/886801/diff/13001/14006 File user/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java (right): http://gwt-code-reviews.appspot.com/886801/diff/13001/14006#newcode70 user/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java:70:

[gwt-contrib] [google-web-toolkit] r8803 committed - Add error message when non-static inner class throws NoSuchMethodExcep...

2010-09-16 Thread codesite-noreply
Revision: 8803 Author: zh...@google.com Date: Thu Sep 16 10:52:13 2010 Log: Add error message when non-static inner class throws NoSuchMethodException Review at http://gwt-code-reviews.appspot.com/876801 http://code.google.com/p/google-web-toolkit/source/detail?r=8803 Modified:

[gwt-contrib] A patch for clientHeight returns 0 on FF36 on Win XP (issue891801)

2010-09-16 Thread zhuyi
Reviewers: jlabanca, Description: A patch for clientHeight returns 0 on FF36 on Win XP Please review this at http://gwt-code-reviews.appspot.com/891801/show Affected files: M dev/core/src/com/google/gwt/dev/shell/ModuleSpace.java M user/src/com/google/gwt/dom/client/Document.java M

[gwt-contrib] Re: A patch for clientHeight returns 0 on FF36 on Win XP (issue891801)

2010-09-16 Thread zhuyi
Please ignore the change in ModuleSpace.java. I forgot to clean the previous change. http://gwt-code-reviews.appspot.com/891801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8804 committed - Rolling back r8752 and r8762 for now....

2010-09-16 Thread codesite-noreply
Revision: 8804 Author: sco...@google.com Date: Thu Sep 16 12:36:47 2010 Log: Rolling back r8752 and r8762 for now. This change is tickling a bug in some JS engines, for some apps. http://code.google.com/p/google-web-toolkit/source/detail?r=8804 Deleted:

[gwt-contrib] [google-web-toolkit] r8805 committed - JUnit ought to just serialize exceptions....

2010-09-16 Thread codesite-noreply
Revision: 8805 Author: sco...@google.com Date: Thu Sep 16 12:42:20 2010 Log: JUnit ought to just serialize exceptions. Back in the day, Exceptions couldn't be serialized. So we had to do hacky things to support JUnit, since we needed to transmit exceptions across the wire. Better days are

[gwt-contrib] Remove ThreadLocal nonsense. (issue892801)

2010-09-16 Thread rjrjr
Reviewers: bobv, Description: Remove ThreadLocal nonsense. Patch by: bobv Review by: rjrjr Please review this at http://gwt-code-reviews.appspot.com/892801/show Affected files: M user/test/com/google/gwt/requestfactory/client/EditorTest.java M

[gwt-contrib] [google-web-toolkit] r8806 committed - Finish botched roll-back of r8752 and r8762....

2010-09-16 Thread codesite-noreply
Revision: 8806 Author: sco...@google.com Date: Thu Sep 16 13:48:34 2010 Log: Finish botched roll-back of r8752 and r8762. This finished the roll-back start in r8804. Review by: c...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8806 Modified:

[gwt-contrib] [google-web-toolkit] r8807 committed - Remove ThreadLocal nonsense....

2010-09-16 Thread codesite-noreply
Revision: 8807 Author: b...@google.com Date: Thu Sep 16 14:14:13 2010 Log: Remove ThreadLocal nonsense. Patch by: bobv Review by: rjrjr Review at http://gwt-code-reviews.appspot.com/892801 http://code.google.com/p/google-web-toolkit/source/detail?r=8807 Modified:

[gwt-contrib] Get strong permutation from headers rather than serialized log record (issue880802)

2010-09-16 Thread unnurg
Reviewers: fredsa, Description: Get strong permutation from headers rather than serialized log record Please review this at http://gwt-code-reviews.appspot.com/880802/show Affected files: M samples/dynatablerf/src/com/google/gwt/sample/dynatablerf/client/DynaTableRf.java M

[gwt-contrib] Re: Issue ROO-954: Support for transmitting stack traces for sever exceptions. (issue886801)

2010-09-16 Thread rchandia
http://gwt-code-reviews.appspot.com/886801/diff/13001/14006 File user/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java (right): http://gwt-code-reviews.appspot.com/886801/diff/13001/14006#newcode70 user/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java:70:

[gwt-contrib] Re: Issue ROO-954: Support for transmitting stack traces for sever exceptions. (issue886801)

2010-09-16 Thread rchandia
http://gwt-code-reviews.appspot.com/886801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors