Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-15751

Developer's guide still refer to legacy security for EJB invocations from a remote server instance

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • 25.0.1.Final
    • EJB
    • None

    Description

      I am trying to migrate configuration for two WildFly instances for EJB remoting since using elytron is now mandatory but the documentation still refer to legacy security system:

      https://docs.wildfly.org/25/Developer_Guide.html#configuring-the-client-server-to-point-to-the-ejb-remoting-connector-on-the-destination-server

      <management>
              <security-realms>
                  ...
                  <security-realm name="ejb-security-realm">
                      <server-identities>
                          <secret value="dGVzdA=="/>
                      </server-identities>
                  </security-realm>
              </security-realms>

       

      Remote EJB calls work perfectly from a java SE client but I cannot get calls to work from one server to another.

       

      Attachments

        Activity

          People

            tadamski@redhat.com Tomasz Adamski
            didiersenmartinssg Didier Senmartin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: