0 Replies Latest reply on Nov 24, 2009 7:12 AM by ndario

    2 security-domains and one EJB

    ndario

      I have 2 web applications taht use basicly the same biz logic in EJB module. All three are packaged in the single EAR, like this:

      app.ear:
      -a.war
      -b.war
      -ejb.jar


      Since i have two set of users for each web app, I created two security domains and configured each web app to use it's own.

      How do I configure ejb.jar now? I can configure only one security-domain at time? Is this possible?

      Thanks.