[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1748) Seam remoting stops working with GWT 1.4.10

Tong Wang (JIRA) jira-events at lists.jboss.org
Thu Aug 9 18:03:12 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1748?page=comments#action_12371681 ] 
            
Tong Wang commented on JBSEAM-1748:
-----------------------------------

I changed one line in GWTRemoteService.java (see below) and it seems to work fine with GWT 1.4.

      String bufferStr = (isException ? "//EX" : "//OK") + stream.toString();

However, when I try to run GWT in hosted mode, I get an exception inside SeamResourceServlet. Could you take a look at the following thread on the Seam forum? Thanks.

      http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115739

> Seam remoting stops working with GWT 1.4.10
> -------------------------------------------
>
>                 Key: JBSEAM-1748
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1748
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Remoting
>    Affects Versions: 2.0.0.BETA1
>         Environment: JBoss Seam 2.0 Beta 1, GWT 1.4.10, JBoss AS 4.2.0 GA
>            Reporter: Tong Wang
>         Assigned To: Michael Neale
>            Priority: Minor
>
> The GWT example shipped with seam 2.0 B1 stops working after GWT is upgraded from 1.3.3 to 1.4.10. Please see the forum thread link for detailed information. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list