]
Lincoln Baxter III updated FORGE-1280:
--------------------------------------
Fix Version/s: 2.x Future
Reads and writes to Configuration do not ensure consistency
-----------------------------------------------------------
Key: FORGE-1280
URL:
https://issues.jboss.org/browse/FORGE-1280
Project: Forge
Issue Type: Bug
Affects Versions: 1.4.1.Final
Reporter: Vineet Reynolds
Fix For: 2.x Future
Stale property values are read from the Configuration instance if a property is written
to and read from in rapid succession possibly in different threads.
The XMLConfiguration delegate used is thread-safe only as long as multiple threads read
from it. And going by the javadocs, manual synchronization is necessary on this instance
when a thread writes to it.
--
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: