|
| Re: Configured MDB security identity not being used |
 |
Tue, 13 May 2008 15:13:28 -070 |
Hi,
I am having the same problem with WLS 9.2 MP1. I even tried to print the
principal from the onMessage class of the MDB and I still get anonymous even
though I followed BEA's documentation on how to configure the security identity
for the message driven bean.
http://edocs.bea.com/wls/docs92/ejb/message_beans.html.
Example of what I added into the code:
ctx.getCallerPrincipal().getName();
Example of output
<anonymous>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|