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=43688>. 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=43688 ------- Additional Comments From [EMAIL PROTECTED] 2007-10-25 00:32 ------- First of all, thank you for checking my bug. I agree with you visio application is not bug free. Anyway, the problem happens only when a visio file is modified by HPSF. The only difference noticed between a "no-problem" file and "problem" file is the order of the document entries. If you open and save the file in attachment with visio application, the title will disappear. Is there anyway to force the order of "VisioInformation" and "VisioDocument" document entries. Thank you note : I wrote "corrupted" because I don't find any other that really fit the nature of the document. (In reply to comment #0) > Steps to Reproduce: > 1 - create a new visio file > 2 - modify its title with an application using poi like "WriteTitle.java" (poi > example) > 3 - open the document with visio and save it (don't modify the title). > Actual Results: > the document title is gone. > Expected Results: > the title should be the same title modified by step one. > I am using visio 2002 sp-2 - 10.0.6865 > poi-3.0.1-FINAL > description: > I modify visio document properties through poi( title,author, custom > properties...), everything looks fine. > If I modify the same document via visio application or via windows, the document > entries are inverted VisioInformation(1st) et VisioDocument(2nd) then every > properties are lost (title...) and sometimes the document becomes unreadable. > I check an original visio document with PoiBrowser, VisioInformation shoulb be > before VisioDocument but if a document is modified via my application(poi) > VisioDocument is before VisioInformation. > I also tried with the example code "WriteTitle.java", it is the same result. (In reply to comment #3) > The order of entries in the property set doesn't matter. Properties are > identified by name. The so-called "corrupted" file looks not quite, but rather > good. At least the title is there. > Anyway, if something is wrong with the properties after Vision wrote them, that > looked like a bug in Visio, not in HPSF. (In reply to comment #3) > The order of entries in the property set doesn't matter. Properties are > identified by name. The so-called "corrupted" file looks not quite, but rather > good. At least the title is there. > Anyway, if something is wrong with the properties after Vision wrote them, that > looked like a bug in Visio, not in HPSF. -- 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] For additional commands, e-mail: [EMAIL PROTECTED]
