[
https://issues.jboss.org/browse/FORGE-1280?page=com.atlassian.jira.plugin...
]
Lincoln Baxter III commented on FORGE-1280:
-------------------------------------------
This could be implemented using the Resource Transaction API.
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:
http://www.atlassian.com/software/jira