]
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: