You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/04/22 11:30:27 UTC

DO NOT REPLY [Bug 19212] New: - Some org.apache.axis.types.* classes don't implement java.io.Serializable

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19212>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19212

Some org.apache.axis.types.*  classes don't implement java.io.Serializable

           Summary: Some org.apache.axis.types.*  classes don't implement
                    java.io.Serializable
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: dave@watersheep.org


The classes listed below in org.apache.axis.types package don't implement
java.io.Serializable. This means that if an implementation class wants to hand
off a request which uses these types to an EJB over RMI (the preferred design
pattern at my site) the serialization fails.

I'll attach a diff.txt to this report which just adds 'implements
java.io.Serializable' to these classes.

Cheers
Dave Woolaway
dave.j.woolaway@britishairways.com

Classes which don't implement Serializable:
Day
Duration
HexBinary
Month
MonthDay
NormalizedString
Notation
Time
Year
YearMonth