Return-Path: Delivered-To: apmail-jakarta-poi-dev-archive@www.apache.org Received: (qmail 49453 invoked from network); 8 Nov 2004 05:48:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Nov 2004 05:48:26 -0000 Received: (qmail 25866 invoked by uid 500); 8 Nov 2004 05:48:24 -0000 Delivered-To: apmail-jakarta-poi-dev-archive@jakarta.apache.org Received: (qmail 25829 invoked by uid 500); 8 Nov 2004 05:48:23 -0000 Mailing-List: contact poi-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "POI Developers List" Reply-To: "POI Developers List" Delivered-To: mailing list poi-dev@jakarta.apache.org Received: (qmail 25806 invoked by uid 99); 8 Nov 2004 05:48:23 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 07 Nov 2004 21:48:21 -0800 Received: (qmail 11463 invoked by uid 50); 8 Nov 2004 05:48:20 -0000 Date: 8 Nov 2004 05:48:20 -0000 Message-ID: <20041108054820.11462.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: poi-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 32076] - biff view throws exception. X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=32076 biff view throws exception. ------- Additional Comments From ash_sha_21@yahoo.com 2004-11-08 05:48 ------- guys , i could resolve this problem by putting a hack .Tell me if it is a valid solution but my assumption that i have resoved the problem as per bug#31979 is resolved is wrong..:( In POIFSFileSystem.java In processProperties method I added a check for size if(size > 0) { if (property.shouldUseSmallBlocks()) { document = new POIFSDocument(name, small_blocks .fetchBlocks(startBlock), size); } else { document = new POIFSDocument(name, big_blocks.fetchBlocks(startBlock), size); } parent.createDocument(document); } --------------------------------------------------------------------- To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: poi-dev-help@jakarta.apache.org