Mantis - Resin
|
Viewing Issue Advanced Details |
|
ID:
|
Category:
|
Severity:
|
Reproducibility:
|
Date Submitted:
|
Last Update:
|
4710 |
|
major |
always |
08-12-11 00:07 |
08-23-11 14:33 |
|
Reporter:
|
ddalessa |
Platform:
|
|
|
Assigned To:
|
ferg |
OS:
|
|
|
Priority:
|
normal |
OS Version:
|
|
|
Status:
|
closed |
Product Version:
|
4.0.20 |
|
Product Build:
|
|
Resolution:
|
fixed |
|
Projection:
|
none |
|
|
|
ETA:
|
none |
Fixed in Version:
|
4.0.22 |
|
|
Summary:
|
0004710: Caller Security Principal not propagated with an asynchronous method invocation |
Description:
|
When invoking a business method annotated with @Asynchronous the current Caller Principal is not propagated as per section 4.5.4 of the ejb 3.1 specification. |
Steps To Reproduce:
|
|
Additional Information:
|
The Caller Principal details are stored in a Threadlocal (in TcpSocketLink) and the asynchronous invocation happens in a new thread. Calls to ejbContext.getCallerPrincipal() return null as a result.
|
Relationships | |
Attached Files:
|
|