Hi Unnur,

We just discovered that
http://code.google.com/p/google-web-toolkit/issues/detail?id=7628 severely
breaks our application; is a fix for this a possibility for 2.5.0-final?

For a little bit of background, we have a large number of high-level
command objects that may return data.  The web application requests using
RPC and the server responds with these commands.  When the client completes
the commands, it can send responses back to the server with its next
request.  These responses share a common parameterized superclass that
holds a value of that type.  Each subclass specifies a concrete type to the
type parameter.

What we initially found to be a problem was a class 'IntArrayResponse
extends Response<ArrayList<Integer>> '.  If the ArrayList had any elements,
we receive the RPC error.  It might be possible to specify the value in
each subclass, but we haven't yet verified that.

Thanks for your response,

Adam

On Thu, Oct 18, 2012 at 11:56 AM, unnurg <[email protected]> wrote:

> Hi Guys -
>   We are going to be pushing the 2.5 RC2 (plus 1-2 minor cherrypicks) to
> Final next week - if there are any problems, please let me (
> [email protected]) know before Monday morning.  Note that "problems"
> includes only regressions - so stuff that worked in 2.4 and is now broken
> in 2.5.
>
> Thanks everyone!
> - Unnur
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors




-- 
Adam Hawthorne
Software Architect
BASIS International Ltd.
www.basis.com
+1.505.938.6169 Phone
+1.505.750.4128 Direct

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to