Null pointer

2012-05-23 Thread SCK
Hi I try to connect to my database with GWT RPC. But i get a error. Help please Thks java.lang.NullPointerException at org.etude.gwt.server.DatabaseServiceImpl.saveData(DatabaseServiceImpl.java: 37) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

Re: GWT (lazy) Widget rendering: Comparison of approaches

2012-05-23 Thread Δημήτριος Μενούνος
I have written a blog post about this issue. See: http://zoomblab.blogspot.com/2010/10/creating-custom-lazily-rendered-gwt.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT (lazy) Widget rendering: Comparison of approaches

2012-05-23 Thread Thomas Broyer
On Wednesday, May 16, 2012 4:03:40 PM UTC+2, Chris Lercher wrote: There are several competing (or complemental) new/experimental (or deprecated) classes around, which deal with rendering Widgets in alternative (often lazy) ways in GWT: - GXT2's lazy

Unable to install GWT in Eclipse(Helios)

2012-05-23 Thread @$#
Hi, I am new to GWT. While installing GWT in Eclipse I am getting a below error. An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Unable to read repository at

user session log module/plugin for GWT

2012-05-23 Thread Cyryl Kwaśniewski
Hello, I'm looking for a tool that would allow me to log user sessions with exact interactions and activity flows (or something that would allow my to conclude) in large GWT application. The problem is that it was written in such a way that there's only a single URL invoked once after logging

GWT Browser Dev-Plugin

2012-05-23 Thread Fabio
Hi All, I get an error 404 while downloading GWT Dev Plugin for IE9. (https:// dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a- ec63-4c7d-99bf-75adb345e7e5%7D%26lang%3Den%26appname%3DGWT %2520Developer%2520Plugin%2520for%2520IE%2520%2528x86%2529%26needsadmin

couldn't load panel till resize

2012-05-23 Thread Maroua OUESLATI
Hey, I'm a newbie in GWT, I'm developing an application about displaying charts. After loading the page, I have to resize the panel manually to get my chart loaded. (Because I activated Resizable option resize = new Resizable(panel); resize.setMinHeight(400); resize.setMinWidth(400); )

Re: Is this a bug in RequestFactory when a collection has a null? Resolver.class ...

2012-05-23 Thread Stephen Nelson
As you know from the bug report you linked to this bug has been marked as fixed, not released. Posting a new comment on a bug that has been closed is not very helpful -- it only distracts busy developers from fixing actual bugs. Wait for the fix to be released in the next version of GWT then

GWT + Hibernate + MySQL inside Eclipse

2012-05-23 Thread Bill Compton
Our Hibernate setup works fine in non-GWT projects. I'm using Eclipse Indigo, Google Suite Plugin 2.5, Google GWT Designer 2.4.2. The short-short version is that the MysqlConnectionPoolDataSource class from jetty-env.xml is evidently not getting instantiated, causing the resource reference

Re: Google IO 2012 : no GWT session ?

2012-05-23 Thread de Witte
Op zaterdag 19 mei 2012 09:34:24 UTC+2 schreef kritic het volgende: Regardless of what the GWT team says, I do believe GWT as it is now will be phased out. Don't get me wrong, I think the features that GWT provides are second to none and the work put into it has been nothing short of

Not able to use ValueSpinner.....

2012-05-23 Thread Amey
Hello, I have downloaded 'gwt-incubator-20101117-r1766.jar' file and trying to use the ValueSpinner widget from it. But when I run my application, it throws following exception: java.lang.RuntimeException: Deferred binding failed for 'com.google.gwt.widgetideas.client.ValueSpinner

Re: Local storage doesn't work with ie8 in gwt 2.4

2012-05-23 Thread Олег Полторацкий
If you want to force IE8-super-standards mode (even when the user has compatibility mode set), add the following meta tag: meta http-equiv=X-UA-Compatible content=IE=8 http://code.google.com/p/google-web-toolkit/wiki/IE8Support#Deferred_Binding On Sunday, October 9, 2011 8:16:34 PM UTC+4,

gwt - problem accessing servlet in inherited module

2012-05-23 Thread joujou
I have a widget configurationWidget in one module called Configuration that uses the RPC to get the data from ConfigurationService Rpc interface. I'm inheriting this module in another GWT module called Admin (I packageconfigurationWidget . as jar with sources, and added it in module Admin). Then

gwt - problem accessing servlet in inherited module loading in Jboss server

2012-05-23 Thread joujou
I have two maven projects, Project A : module A with servlet ConfigurationServiceImpl for RCP call . A was package as jar Project B : module B with also servlet AdminServiceImpl The module B use module A . B.gwt.xml inherits name='com.A'/ in the pom.xml of B I add dependency to A

Editor framework - return error from proprietary server validation (not requestfactory)

2012-05-23 Thread leemon
I am using the Editor framework combined with a proprietary rest-based back end. The objects returned from my back end service may contain validation errors (though not JSR 303 style errors). If I want to display these errors in my editor, do I just create my own implementation of

absolute paths for resources

2012-05-23 Thread Apoorve
Hello, GWT seems to use relative paths for the generated resources like standard.css and *.cache.js. How can I tell GWT to generate absolute paths for these, Regards Apoorve -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Re: Celltable scrollbar

2012-05-23 Thread Rajeshwar Mishra
Use ScrollPanel ... g:ScrollPanel ui:field=gridScroll width=100% height=480px g:FlowPanel ui:field=flexGridPanel c:CellTable ui:field=grid/c:CellTable /g:FlowPanel /g:ScrollPanel Thanks Rajeshwar On Tue, May 22, 2012 at 2:30 PM, Ashu swathi.kambhamp...@gmail.com wrote: Hi, Is there any

JSON Parsing in GWT Client

2012-05-23 Thread Santosh
We have use GWT Platform with GWTP client and rest web services within GUICE container. Rest service invocation from GWT client is done using JSONPRequestbuilder. I want to know which is the best JSON response string parsing technique for GWT? - JSON to Java serialization/deserialization After

Root path for a GWT application

2012-05-23 Thread David Wery
Hi all, I'm currently building a GWT application but my customer does not want to see anything in the URL path except the domain. For example, I have actually the application deployed on the URL : http://www.foo.com/bar/Bar.html (where bar is the module name) and we actually want only

How to access a GWT Servlet from a C# application?

2012-05-23 Thread Clemens Bartz
Hy, I am trying to access a GWT Servlet from a C# application. How do I do that? To explain it with the Sample Code: If I send Test to the server I would like to get back Hello Test!. Regards, Clemens -- You received this message because you are subscribed to the Google Groups Google Web

Mixing layout scheme

2012-05-23 Thread fg
RootPanel.get().add(firstBasicPanel); RootPanel.get().add(secondBasicPanel); RootLayoutPanel.get().add(firstLayoutPanel); RootLayoutPanel.get().add(secondLayoutPanel); RootPanel.get().add(thirdLayoutPanel); RootLayoutPanel.get().add(thirdBasicPanel); Theoretical, firstBasicPanel and

Re: Root path for a GWT application

2012-05-23 Thread Thomas Broyer
On Tuesday, May 22, 2012 2:18:08 PM UTC+2, David Wery wrote: Hi all, I'm currently building a GWT application but my customer does not want to see anything in the URL path except the domain. For example, I have actually the application deployed on the URL :

Re: Null pointer

2012-05-23 Thread Thad
You're formData map is probably null. Just a guess, but I think you need to be more specific with your Map class, using, say MapK,V or something more specific. From the develper's guide: Raw Types Collection classes such as java.util.Set and java.util.List are tricky because they operate in

Re: JSON Parsing in GWT Client

2012-05-23 Thread Ümit Seren
Both AutoBeanFactory as well as JSO are secure and suitable for parsing JSON. The good thing about AutoBeanFactory is that you can also use on the backend to encode objects as JSON. Did you check the official google docs on AutoBeans (

Re: Null pointer

2012-05-23 Thread Trevor Skaife
To add to what Thad said, your map should look like this MapString, String formData since the key of the map looks like a String, and your just doing a toString on the value. So when you create your map it should probably look something like this. MapString, String formData = new

Re: Split UIBinder File

2012-05-23 Thread Joseph Lust
Markandayarushi, In response to your reply from last night, I don't know of any way to include raw XML from another *.ui.xml file into a UiBinder file. This is against the design of the UiBinder. You said you want to break a UiBinder out into several files for separation of concerns. I suggest

Re: Read in binary file into byte[] ?

2012-05-23 Thread Carsten
I think I should have been more clear. I don't want to load a file from the users computer. I want to read a file from the directory on the server where my GWT app lives. I just want to know the options I have to read this binary file into a byte[]. I am very new with GWT :) On May 23, 4:53 am,

Re: Read in binary file into byte[] ?

2012-05-23 Thread Sebastian Gurin
in general you don't use byte[] or the bynary content of a file directly in the client side, unless you are making something *really special* like implementing image filters using html canvas or somthing like that. What are you trying to do or better, why do you have to read a file into a

Re: Read in binary file into byte[] ?

2012-05-23 Thread Carsten
Well, it is a binary file with point/spline-data. I need to construct eventually Path objects out of this data and draw it on a canvas. A byte[] would be the perfect data structure to hold this data. On May 23, 3:26 pm, Sebastian Gurin sgu...@softpoint.org wrote: in general you don't use byte[]

Re: Unable to install GWT in Eclipse(Helios)

2012-05-23 Thread David Davila
Hi, try download the package GWT and install locally, here the tutorial: https://developers.google.com/eclipse/docs/install-from-zip?hl=es-MX -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Read in binary file into byte[] ?

2012-05-23 Thread Jim Douglas
If the goal is to read a file and perform computations on the data, then that process belongs on the server, where it can be done in Java, and on a machine that has significantly more horsepower. Process the data as much as makes sense for your application, then ship the processed data over to

Re: Read in binary file into byte[] ?

2012-05-23 Thread Sebastian Gurin
so I guess it is an array of points and you wish to represent them as byte[]. In the client side, I think byte[], int[] or double[] are the same internally, since javascript only support a single Number type. Most charting / graphics libraries will accept a native javascript array of numbers as

Re: Read in binary file into byte[] ?

2012-05-23 Thread Joseph Lust
See the Google IO games lecture @ 33:50, they discuss this issue in GWT with binary data transfers: http://www.youtube.com/watch?v=NNmoEOpGJdk Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

Re: Read in binary file into byte[] ?

2012-05-23 Thread Sebastian Gurin
they mention passing the binary data using utf strings. I wonder if in the server side we can use TextResource.getText().getBytes(UTF-8) safely for that. Also it uses JavaScript typed arrays (new FLoat32Array) for accssing the array in javascript but I wonder if that is really neccesary.

Re: Detecting Proxy Update via EntityProxyChange event

2012-05-23 Thread Ignacio Baca Moreno-Torres
So... what is EntityProxyChange for? I am using EntityProxyChange to keep in sync two view (list and details of people). But I am not sure if this is correct. Every time I receive an UPDATE event, I send a new request. Because I suscribe EntityProxyChange in both views, list and details, I

Re: SmartGWT

2012-05-23 Thread ckendrick
Isomorphic Support routinely receives kudos from customers and the community, with 20-30 forum posts a day coming right from the dev and support teams. When we aren't helping individuals, we're creating new samples and writing new docs for everyone. This person (sbt) is not a customer, posted

Re: How to manually instantiate ValueProxy/EntityProxy instances in order to broadcast notifications?

2012-05-23 Thread Ignacio Baca Moreno-Torres
I am also interested in this info! But I am not sure if manually instantiation is the best solution. If you receive a notification about some entity been updated in the server side, through atmosphere for example, you send a find(EntityProxyId) to request the real data, isnt it? On Saturday,

Dictionary not found by Maven plugin

2012-05-23 Thread Thad
My EntryPoint class, MyModule.java, loads a com.google.gwt.i18n.client.Dictionary with a script tag in MyModule.html. This works fine from Ant devmode and fine when I would run it through Eclipse: Dictionary dict = Dictionary.getDictionary(MyDictionary); I'm trying to move this class into a

Re: ScrollPanel inside HeaderPanel // Another option for an auto-resizable DockLayoutPanel?

2012-05-23 Thread Shaun Tarves
Did you ever figure out a solution to this? On Sunday, June 5, 2011 4:21:17 PM UTC-4, Ernesto Oltra wrote: The title says all. I have the following structure: - DockLayoutPanel - north - north - center - HeaderPanel - header: [ Here I have a HTMLPanel,

Re: user session log module/plugin for GWT

2012-05-23 Thread Joseph Lust
I recommend Google Analytics. Just wireup to their events logging toolhttp://support.google.com/googleanalytics/bin/answer.py?hl=enanswer=55521. There are other solutions out there like Tea Leaf and WebTrekk, but many such solutions don't like dynamic client side generated pages like GWT. For

Re: How to access a GWT Servlet from a C# application?

2012-05-23 Thread kim young ill
make a http-request to the right url/path. at http level it doesnt make matter if u're using servlet or php or whatever On Mon, May 21, 2012 at 7:08 PM, Clemens Bartz clemens.bart...@gmail.comwrote: Hy, I am trying to access a GWT Servlet from a C# application. How do I do that? To

Large GIN Modules and DevMode performance

2012-05-23 Thread Nuno Rosa
Hi, At the moment we've a large scale application that reached a bottleneck at DevMode startup time. It takes ~120s to hit onModuleLoad() call and spends most of the time generating and compiling GIN Injector ~85%. Our best result was to target gwt-UnitCache to a virtual disk in RAM, this

Re: Google IO 2012 : no GWT session ?

2012-05-23 Thread Kanagaraj M
The History and Future of Google Web Toolkitbyt Ray Cromwell https://developers.google.com/events/io/sessions/gooio2012/218/ On Thursday, 17 May 2012 11:30:00 UTC+5:30, Celinio Fernandes wrote: Hello, I just noticed that the schedule for Google IO 2012 is now available :

Re: Google IO 2012 : no GWT session ?

2012-05-23 Thread Kanagaraj M
The History and Future of Google Web ToolkitRay Cromwell https://developers.google.com/events/io/sessions/gooio2012/218/ On Thursday, 17 May 2012 11:30:00 UTC+5:30, Celinio Fernandes wrote: Hello, I just noticed that the schedule for Google IO 2012 is now available :

Re: ScrollPanel inside HeaderPanel // Another option for an auto-resizable DockLayoutPanel?

2012-05-23 Thread Ernesto Oltra
Does the setSize() trick work? 2012/5/23 Shaun Tarves sh...@tarves.net Did you ever figure out a solution to this? On Sunday, June 5, 2011 4:21:17 PM UTC-4, Ernesto Oltra wrote: The title says all. I have the following structure: - DockLayoutPanel - north - north -

Re: SmartGWT

2012-05-23 Thread sbt
ckendrick, there is not a single word that may be called as abusive from my side. Please be articulate and you should have a substantial arguments in your reply. In the provided threads, it is clear that i am a newbie to this framework and asking queries because there isn't sufficient

Re: maven gwt module depends on a external jar

2012-05-23 Thread tong123123
how to run my mavenize core project (which is called by webapp project written in gwt) in eclipse debug mode so I can run it step by step? I do not know where to ask, I try to subscribe http://dev.eclipse.org/mhonarc/lists/m2e-users/ and send the question to that email address, but I cannot see

[gwt-contrib] Re: Fixing a Chrome animation bug where animations never stop running. The timestamp that webkitReq... (issue1702803)

2012-05-23 Thread t . broyer
Looks like we should re-open this CL: http://updates.html5rocks.com/2012/05/requestAnimationFrame-API-now-with-sub-millisecond-precision We might also want to revisit the Mozilla implementation with a similar change to make sure it won't break in a future version of Firefox. (and also note that,

[gwt-contrib] Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-05-23 Thread t . broyer
http://gwt-code-reviews.appspot.com/1601806/diff/40003/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java File user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java (right):

[gwt-contrib] HELP: Generated Javascript contains wrong prototype assignments

2012-05-23 Thread Jens
Hi, I hope you can give me some advice on the following problem we currently have as I have no idea where to start. In our app we use activities and have used an ActivityProxy (pretty similar to the solution in http://code.google.com/p/google-web-toolkit/issues/detail?id=5129) to code split

[gwt-contrib] Re: Add white-space support to Style (issue1714803)

2012-05-23 Thread t . broyer
LGTM And now we have to find a committer to get this in: John maybe? http://gwt-code-reviews.appspot.com/1714803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-05-23 Thread rdayal
On 2012/05/23 10:08:59, tbroyer wrote: http://gwt-code-reviews.appspot.com/1601806/diff/40003/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java File user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java (right):

[gwt-contrib] Re: AbsolutePanel logs IllegalStateException in dev mode (issue1703803)

2012-05-23 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/1703803/diff/1/user/src/com/google/gwt/user/client/ui/AbsolutePanel.java File user/src/com/google/gwt/user/client/ui/AbsolutePanel.java (right):

[gwt-contrib] Re: Add Integer.TYPE, etc. (issue1528806)

2012-05-23 Thread rdayal
Stephen, do you want to open a new issue for this (with a clean patch)? http://gwt-code-reviews.appspot.com/1528806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Add Integer.TYPE, etc. (issue1710804)

2012-05-23 Thread stephen . haberman
Reviewers: rdayal, Please review this at http://gwt-code-reviews.appspot.com/1710804/ Affected files: M user/super/com/google/gwt/emul/java/lang/Boolean.java M user/super/com/google/gwt/emul/java/lang/Byte.java M user/super/com/google/gwt/emul/java/lang/Double.java M

[gwt-contrib] Re: Add Integer.TYPE, etc. (issue1528806)

2012-05-23 Thread stephen . haberman
Stephen, do you want to open a new issue for this (with a clean patch)? Sure, done: http://gwt-code-reviews.appspot.com/1710804 Closing this one. http://gwt-code-reviews.appspot.com/1528806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Using SafeStyles in the ButtonCellBase Templates to avoid the compiler warnings against using St... (issue1707804)

2012-05-23 Thread jlabanca
Committed as r10985 http://gwt-code-reviews.appspot.com/1707804/diff/1/user/src/com/google/gwt/cell/client/ButtonCellBase.java File user/src/com/google/gwt/cell/client/ButtonCellBase.java (right):

Re: [gwt-contrib] HELP: Generated Javascript contains wrong prototype assignments

2012-05-23 Thread Stephen Haberman
Whenever this happens, the GWT compiler forgets to insert a prototype assignment which results in ClassCastExceptions. This sounds vaguely like a problem scala-gwt ran into in the scala-ized GWT showcase with classes that were shared across split points. The problem there was with undefined

[gwt-contrib] Re: Add white-space support to Style (issue1714803)

2012-05-23 Thread jlabanca
Looking at it now http://gwt-code-reviews.appspot.com/1714803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Preparing for an upcoming API change to requestAnimationFrame where browsers will pass a sub-mil... (issue1715803)

2012-05-23 Thread jlabanca
Reviewers: rdayal, Description: Preparing for an upcoming API change to requestAnimationFrame where browsers will pass a sub-millisecond timer instead of a Date.now() timestamp. This can cause havoc with animations and has already popped up in the Chrome dev channel (but was reverted). We now

[gwt-contrib] Re: Fixing a Chrome animation bug where animations never stop running. The timestamp that webkitReq... (issue1702803)

2012-05-23 Thread jlabanca
http://gwt-code-reviews.appspot.com/1702803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixing a Chrome animation bug where animations never stop running. The timestamp that webkitReq... (issue1702803)

2012-05-23 Thread jlabanca
Thanks for the heads up Thomas. I've updated the CL to include firefox. http://gwt-code-reviews.appspot.com/1702803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fixing a Chrome animation bug where animations never stop running. The timestamp that webkitReq... (issue1702803)

2012-05-23 Thread t . broyer
LGTM http://gwt-code-reviews.appspot.com/1702803/diff/5001/user/src/com/google/gwt/animation/client/AnimationSchedulerImplMozilla.java File user/src/com/google/gwt/animation/client/AnimationSchedulerImplMozilla.java (right):

[gwt-contrib] Re: Add white-space support to Style (issue1714803)

2012-05-23 Thread jlabanca
committed as r10988 http://gwt-code-reviews.appspot.com/1714803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add Integer.TYPE, etc. (issue1710804)

2012-05-23 Thread rdayal
On 2012/05/23 16:20:30, stephenh wrote: Ran this through our battery of tests, and this is the failure that I saw: apicheck-nobuild: [java] Found 38 new resources [java] Found 38 new resources [java] ApiChanges [ [java]

[gwt-contrib] Re: DefaultProxyStore violated ProxyStore#nextId contract. (issue1622803)

2012-05-23 Thread skybrian
http://gwt-code-reviews.appspot.com/1622803/diff/6001/user/src/com/google/web/bindery/requestfactory/shared/DefaultProxyStore.java File user/src/com/google/web/bindery/requestfactory/shared/DefaultProxyStore.java (right):

[gwt-contrib] Re: Add Integer.TYPE, etc. (issue1710804)

2012-05-23 Thread stephen . haberman
Can you fix this up? Do you want me to just add something to gwt23_24userApi.conf? I don't see a gwt24_25userApi.conf. Not sure if I should just make a new gwt24_25userApi.conf and I'm good to go or if I need to make new reference jars... http://gwt-code-reviews.appspot.com/1710804/ --

[gwt-contrib] Re: Removing uses of deprecated Tree code in GWT showcase sample and TreeExample. (issue1712804)

2012-05-23 Thread skybrian
LGTM http://gwt-code-reviews.appspot.com/1712804/diff/1/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/CwTree.java File samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/CwTree.java (right):

[gwt-contrib] Re: Added style getters to UiRenderers (issue1700803)

2012-05-23 Thread rchandia
http://gwt-code-reviews.appspot.com/1700803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Filter no longer referenced symbols from symbol table. (issue1711804)

2012-05-23 Thread acleung
Updated. http://gwt-code-reviews.appspot.com/1711804/diff/1/dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java File dev/core/src/com/google/gwt/dev/jjs/JavaToJavaScriptCompiler.java (right):

[gwt-contrib] Re: Filter no longer referenced symbols from symbol table. (issue1711804)

2012-05-23 Thread acleung
http://gwt-code-reviews.appspot.com/1711804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-05-23 Thread t . broyer
http://gwt-code-reviews.appspot.com/1601806/diff/45014/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java File user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java (right):

[gwt-contrib] Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-05-23 Thread skybrian
http://gwt-code-reviews.appspot.com/1601806/diff/45014/user/test/com/google/web/bindery/requestfactory/server/SimpleBar.java File user/test/com/google/web/bindery/requestfactory/server/SimpleBar.java (right):

[gwt-contrib] Re: Add Integer.TYPE, etc. (issue1710804)

2012-05-23 Thread jat
We will need a new config file for GWT 2.5, I don't know exactly where in the release process that goes, but probably sooner rather than later. http://gwt-code-reviews.appspot.com/1710804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add Integer.TYPE, etc. (issue1710804)

2012-05-23 Thread stephen . haberman
We will need a new config file for GWT 2.5 I started copy/pasting the config file for 2.4, but it has some comments that I really am not following...Rajeev, could you or someone more familiar with apicheck get it setup for 2.5? I suppose if I tracked down the commit that set it up for 2.4, I