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

NegativeArraySizeException

           Summary: NegativeArraySizeException
           Product: POI
           Version: 1.5.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: HPFS
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I am creating a directory browser for our local intranet and decided to 
download POI to be able to access the files' property sets. At the beginning I 
was getting a NegativeArraySizeException when trying to access the file 
SummaryInformation.  when I downloaded the sourcecode I realized that properties
[5],properties[6] and properties[13] in th properties array were being 
initialized with a negative length.  to prove HPFS functionality I programed a 
workaround so that if the length was negative, it should leave that elemat in 
the array as a null Property.  This elements hold the information of: 
Applcation Name,Revision Number and Thumbnail.  I am also having problem whe 
getting the comments, since the files have comments but the SummaryInformation 
returns an empty string.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to