Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion RPC bug in 1.1.0
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tim  
View profile  
 More options Aug 15 2006, 2:09 pm
From: "Tim" <kata...@gmail.com>
Date: Tue, 15 Aug 2006 11:09:12 -0700
Local: Tues, Aug 15 2006 2:09 pm
Subject: Re: RPC bug in 1.1.0
I've figured out the problem.

My data structures were in this logic.

Master data class contained sub data classes
sub data classes contained char[] array.

if the char[] array contained a value of 0 anywhere inside it, the
token system on the server would stop at that point as a string
terminator. It looks like gwt needs to do something about char array's
containing 0.

For now I'll just explicitly set all 0's to 1 before sending.

Scott Blum wrote:
> Yes, the client->server and server->client formats are slightly
> different to optimize performance.  It's the same basic structure, just
> organized and delimited differently.

> If that didn't fix the issue (and you've recompiled/cleared browser's
> cache/etc), then I'm not sure what to tell you without looking at your
> project.

> Scott


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.