You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Justin Edelson (JIRA)" <ji...@apache.org> on 2010/05/19 17:25:57 UTC

[jira] Commented: (SLING-1524) Upgrade GWT Extension to 2.0.3

    [ https://issues.apache.org/jira/browse/SLING-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869169#action_12869169 ] 

Justin Edelson commented on SLING-1524:
---------------------------------------

This is done in r946214.

There is one interesting problem related to the internal caches in the RPC serialization mechanism. It's described here: http://code.google.com/p/google-web-toolkit/issues/detail?id=4394

If you run into serialization problems with GWT and Sling, you should ensure that
1) You're doing an import (dynamic in the sample) of com.google.gwt.user.client.rpc.core.*
2) You are only serializing one version of a class

If one or both of these weren't true, make them true and the stop and start the Sling GWT Servlet bundle. If and when GWT implements a serlialization cache clear function, we can tie that in with a bundle listener. However, that would only solve #1. #2 is a deeper problem with GWT.

> Upgrade GWT Extension to 2.0.3
> ------------------------------
>
>                 Key: SLING-1524
>                 URL: https://issues.apache.org/jira/browse/SLING-1524
>             Project: Sling
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Justin Edelson
>            Assignee: Justin Edelson
>            Priority: Minor
>
> Current gwt contrib modules use 1.4.60, which is pretty old.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.