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=21240>. 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=21240 Axis Types that extend BigInteger are not serializable ------- Additional Comments From [EMAIL PROTECTED] 2003-07-02 14:33 ------- I don't have any good suggestions for fixing this. If BigInteger was embedded in the classes it does not provide any serialization problems, but doing this causes other problems (NonNegativeInteger is no longer a BigInteger which can break code due to class casting problems or method problems (unless all of the BigInteger methods are added to NonNegativeInteger as a pass through). The reason I have no good suggestions is that the only things I can think of involve modifying NonNegativeInteger at a local level and putting the "corrected" classes in a jar file that is higher in the classpath. Maybe someone has a better idea?
