0 Replies Latest reply on Jan 11, 2006 6:08 PM by jaejong

    Does security domain  restrict access from other domain?

    jaejong

      When jmx-console is unsecured, I can invoke ejb in deferent security/domain from console using MBean.
      But When I secuire the console with domain name jmx-console, I can only look up LocalEjbHome object. If I call create method, it return null.

      Cases when server start or jboss-service.xml in META-INF is touched,
      it works fine.
      jboss-4.0.2 and 4.0.3 are same.

      I have to use deferent LoginModule due to password hashing.

      Thanks in advance for any tip.