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

Marek Novotny (JIRA) jira-events at lists.jboss.org
Wed Dec 1 08:44:04 EST 2010


     [ https://jira.jboss.org/browse/JBSEAM-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Novotny closed JBSEAM-3828.
---------------------------------

    Resolution: Duplicate Issue


allready commented out from changes wrt JBSEAM-2933

> Seam GWT servlet should no longer use deprecated SerializableException
> ----------------------------------------------------------------------
>
>                 Key: JBSEAM-3828
>                 URL: https://jira.jboss.org/browse/JBSEAM-3828
>             Project: Seam
>          Issue Type: Patch
>          Components: GWT
>            Reporter: Jan Vorwerk
>            Priority: Optional
>              Labels: GWT, Seam_Remoting, SerializableException
>
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list