Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: future
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Currently when one application makes a call into another application the thread context state (such as ContextClassLoader and any other thread-locals) are of the calling application. We should have guards that change the thread context state to the called appliection when in the call and reset it to caller after return from the call. This can be done via interceptor that maintains state.