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 2002/05/15 07:55:53 UTC

DO NOT REPLY [Bug 9099] New: - org.apache.axis.encoding.ser.BeanPropertyTarget should be public

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=9099>.
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=9099

org.apache.axis.encoding.ser.BeanPropertyTarget should be public

           Summary: org.apache.axis.encoding.ser.BeanPropertyTarget should
                    be public
           Product: Axis
           Version: nightly
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: jasnell@us.ibm.com


org.apache.axis.encoding.ser.BeanPropertyTarget should be made public so other 
custom serializers/deserializers can use it.  

currently, it is defined as:

class BeanPropertyTarget { ... }

should be changed to

public class BeanPropertyTarget { ... }