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/06/02 18:37:25 UTC

DO NOT REPLY [Bug 20424] New: - Objects should be 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=20424>.
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=20424

Objects should be serializable

           Summary: Objects should be serializable
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: ddesmeu@nuance.com


The following objects need to be serializable under jboss 3.0.x with session 
replication enabled(maybe more are needed but these are the ones that failed to 
deserialize with my configuration)


org/apache/axis/providers/java/JavaProvider.java

  Need to add java.io.Serializable to the LockObject internal class

org/apache/axis/wsdl/Skeleton.java  (I'm using java2wsdl and wsdl2java)

  Need to add java.io.Serializable to the Skeleton class

org/apache/axis/utils/cache/JavaClass.java
  
  Need to add java.io.Serializable to the JavaClass class

I already did the changes here to get my tests going. I could submit a patch 
against the latest cvs.