https://bz.apache.org/bugzilla/show_bug.cgi?id=65436
--- Comment #8 from pankajs <[email protected]> --- Hi PJ Fanning, Thanks for looking into this. 1. I have seen the code that you are refferring to and it is exactly how I am also tyring to edit a custom property. 2. The issue is very much reproducible with POI 5.0.0 3. If you can share me an email Id. I can send you my Maven project using which you can do the below steps. 4. Steps to reproduce a. Create a new .doc (Word 97-2003 Document (*.doc)) b. Save it c. Create a custom property 'r_version_label' and give value 0.1 d. Use the standalone java program using POI 3.15 and set the value of the custom property 'r_version_label' to 0.3. e. Open the word file and check the value of custom property. It will be showing correctly as 0.3 f. Then use the standalone java program using POI 5.0.0 and set the value of the custom property 'r_version_label' to 0.5. g. Open the word file and check the value of the custom property. It will be showing WRONG value as 0. Thanks in Advance Pankaj -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
