Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Component/s: Runtime: Threading
-
Labels:None
-
Environment:fc14, x86_64
Description
InheritableThreadLocal should be able to return value set in parent thread. Also Thread need to use value from ThreadLocal and InheritableThreadLocal.
fixed in http://jira.codehaus.org/browse/MRP-114
User java to run the test, it will print out inherited value. use rvm, it prints out null.