There are two threads: 
One, namely A, is started in method of initializeCompleted() in a capability 
class. I assume it's started by Muse, right?
The other one, namely B, is started by another class having nothing to do with 
Muse.

B has a public static member, a Map. This Map is synchronized. 
At runtime, B writes some data in the Map. However, A can't read the data from 
the Map. 

If A is started by another class without Muse, it works.

Why?

Thanks in advance.

Jeff.

Reply via email to