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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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.

Reply via email to