[
https://issues.apache.org/jira/browse/ODFTOOLKIT-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Florian Hopf updated ODFTOOLKIT-198:
------------------------------------
Fix Version/s: (was: odfdom-0.8.7)
> Some threads hang if openning a document with multiple threads
> --------------------------------------------------------------
>
> Key: ODFTOOLKIT-198
> URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-198
> Project: ODF Toolkit
> Issue Type: Improvement
> Components: java
> Affects Versions: odfdom-0.8.6
> Environment: Operating System: Windows
> Platform: PC
> Reporter: Ying Chun Guo
> Assignee: issues
> Priority: Minor
>
> If a document is openning with ODFDOM by multiple threads, some threads hang.
> By looking into the stack, the problem is caused by HashMap used in
> concurrent environment.
> So we need to change the type of static variables from HashMap to Hashtable.
> One place I found is some variables definition in OdfXMLFactory. There might
> be other places which should be changed.
> Patches will be uploaded later.
> Regards
> Daisy
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira