2 Replies Latest reply on Sep 1, 2008 2:24 PM by ragavgomatam

    Different Webapplications for a Security Domain

    oozoo

      Hi,

      I have a SessionBean that is protected via @SecurityDomain("Webapp1"), now there is a certain method that I want to access from another webapplication. I call the SessionBean via JNDI: When I mark the method as @PermitAll I still get the EJBAccessException - is there any possibility that I can access this method without assigning any roles to the Webapp2?

      thanks