DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39056>. 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=39056 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-21 23:05 ------- Created an attachment (id=17932) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17932&action=view) Workaround for the bug The real problem is probably that the recursive processProperties() method only processes the children and below. That method *does* manually set in the class ID for the directory nodes, it's only the root which doesn't get it set (which is where it is almost always needed.) I suppose a slightly better solution than my workaround would be having processProperties() start from the root. But the problem is, the PropertyTable() constructor automatically adds the root node all by itself, so it would need a setRoot() method perhaps. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/