- 
        1. Re: Security Domainjaikiran Jul 28, 2011 10:11 AM (in response to beckers)Have you added @org.jboss.ejb3.annotation.SecurityDomain on the EJB? 
- 
        2. Re: Security Domainbeckers Jul 28, 2011 1:56 PM (in response to jaikiran)Hi Jaijkiran, No, I didn't have. Now I added that annotation and it seems to work. So the jboss.xml isn't evaluated any more? I don't like it having jboss specific annotations in my code. Is there a way to tell it in a cofiguration file, as before in the jboss.xml? Thanks, Andreas 
- 
        3. Re: Security Domainjaikiran Jul 28, 2011 11:31 PM (in response to beckers)We'll add support for jboss.xml in the upcoming releases. 
- 
        4. Re: Security Domainjean.baldessar Aug 8, 2011 12:48 PM (in response to beckers)beckers, could you access the caller principal from inside your stateless session bean? I'm having a similar problem with authentication in the EJB tier: here is the post thanks 
- 
        5. Re: Security Domainbeckers Aug 8, 2011 2:47 PM (in response to jean.baldessar)With the @SecurityDomain I can access the caller principal. I don't use ajax. 
- 
        6. Re: Security Domainjean.baldessar Aug 8, 2011 3:49 PM (in response to beckers)thanks beckers. I made a simple sample application to explain my problam and it worked. Now a got to find whats diferent in my production application. When I find the problem i'll post it for the community 
 
     
    