Hi,
Imagine that I want to create a new custom MBean, which keeps track of some kind of session information of a specific thread. (For data distribution purposes, but that's not important for now I guess)
Is it possible to use a ThreadLocal instance to achieve this?
What will happen with the transaction information of that thread (ThreadInfo inside the TxManager)?
Thanks in advance for any tips
-Wonne Keysers
