[jbossws-issues] [JBoss JIRA] Created: (JBWS-3235) org.jboss.ws.core.soap.SOAPFaultImpl should be Serializable

david.boeren (JIRA) jira-events at lists.jboss.org
Wed Feb 23 09:49:13 EST 2011


org.jboss.ws.core.soap.SOAPFaultImpl should be Serializable
-----------------------------------------------------------

                 Key: JBWS-3235
                 URL: https://issues.jboss.org/browse/JBWS-3235
             Project: JBoss Web Services
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: jbossws-native
    Affects Versions: jbossws-native-3.4.1
            Reporter: david.boeren
            Priority: Trivial
             Fix For: jbossws-native-4.0


org.jboss.ws.core.soap.SOAPFaultImpl is currently not Serializable at runtime, which is counterintuitive since descendants of Throwable generally are, and all descendants of Throwable are marked as implementing the Serializable interface.

There is a workaround to extract the message and place it in a different Exception class but this is an extra step that should not be necessary.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list