Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0004710 |
[Resin] |
major |
always |
08-12-11 00:07 |
08-23-11 14:33 |
|
Reporter |
ddalessa |
View Status |
public |
|
Assigned To |
ferg |
Priority |
normal |
Resolution |
fixed |
Platform |
|
Status |
closed |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
4.0.22 |
Product Version |
4.0.20 |
|
Product Build |
|
|
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.
|
|
Attached Files |
|
|