[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3828) Seam GWT servlet should no longer use deprecated SerializableException

Jan Vorwerk (JIRA) jira-events at lists.jboss.org
Wed Dec 10 02:59:36 EST 2008


Seam GWT servlet should no longer use deprecated SerializableException
----------------------------------------------------------------------

                 Key: JBSEAM-3828
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3828
             Project: Seam
          Issue Type: Patch
          Components: GWT
            Reporter: Jan Vorwerk
            Priority: Optional


Since GWT 1.5 the usage of SerializableException has been deprecated, while Seam Remoting servlet for GWT compells its usage as a base class for serializable exceptions to be marshalled from the server to the client. 

See code in: org.jboss.seam.remoting.gwt.GWTService#processCall(String) 

          // Serialize the exception back to the client if it's a declared
          // exception
          if (cause instanceof SerializableException)




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

        



More information about the seam-issues mailing list