Hi,

I've got a solution for my problem. 

This Thread helped to solve my problem:
http://jboss.org/index.html?module=bb&op=viewtopic&t=38229

I had to add another login module in login-config.xml:
<login-module 
code = "org.jboss.security.ClientLoginModule" 
flag = "required"> 
</login-module>

I am using DatabaseServerLoginModule but it will only work correctly with the 
ClientLoginModule. The CallerIdentity is now passed from my MDB to my SessionBeans.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834781#3834781

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834781


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to