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

CalendarDeserializer bug

           Summary: CalendarDeserializer bug
           Product: Axis
           Version: 1.1beta
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I have a date tag in my xml that fails to Deserialize
when no value is specified.  Looking at the source
its failing in 

public Object makeValue(String source)

If you pass an empty string (i.e. "") to this method it fails
with the following exception on line 104.  Need to check for
empty string case?

java.lang.Exception: java.lang.StringIndexOutOfBoundsException: String index 
out of range: 0

Reply via email to