[esb-issues] [JBoss JIRA] Created: (JBESB-2136) Security context not passed to EJB in a way that EJB understands

Martin Vecera (JIRA) jira-events at lists.jboss.org
Mon Oct 20 08:16:21 EDT 2008


Security context not passed to EJB in a way that EJB understands
----------------------------------------------------------------

                 Key: JBESB-2136
                 URL: https://jira.jboss.org/jira/browse/JBESB-2136
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Rosetta
    Affects Versions: 4.4
            Reporter: Martin Vecera
         Attachments: security_ejb.tar.bz2

It is not possible to call secured EJB (secured with annotations, see attached file) from secured ESB service.

The ESB's security context is passed - comment out security annotations @SecurityDomain and @RolesAllowed in ejb3/src/org/jboss/soa/esb/samples/quickstart/servicecaller/ServiceCallerBean.java and rerun the test. You'll see the Subject passed which is correct.

You can run this example by copying it to quickstarts and running:
ant deploy-ejb
ant deploy
ant runtest


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list