0 Replies Latest reply on Dec 3, 2019 7:31 PM by reddy.sg81

    EJB Configuration migration from JBOSS 4 to JBOSS EAP 6/7

    reddy.sg81

      Hi Everyone,

       

      Currently in jboss 4 we have configured  jndi naming  services as below

       

      <service-config name="jboss:service=Naming"

               delegateClass="org.jboss.services.binding.AttributeMappingDelegate"

               >

               <delegate-config portName="Port" hostName="BindAddress">

                  <attribute name="RmiPort">7012</attribute>

               </delegate-config>

               <binding port="7011" host="${jboss.bind.address}"/>

            </service-config>

       

      Can someone please help me how to convert above configuration to make it work in jboss eap 6/7

       

      Thanks in advance!