3 Replies Latest reply on Jul 25, 2018 6:55 AM by emeuwese

    How to migrate from jboss.xml to jboss-ejb3.xml

    t0920008899

      Hi,

       

      I have an old jboss.xml file, and I need to migrate that to jboss-ejb3.xml when running on WildFly. The old file looks like:

       

      <enterprise-beans>

         <session>

            <ejb-name>TestManager</ejb-name>

            <local-jndi-name>com/test/ejb/TestManager</local-jndi-name>

            <method-attributes>

               <method>

                  <method-name>*</method-name>

                  <transaction-timeout>3600</transaction-timeout>

               </method>

            </method-attributes>

         </session>

      </enterprise-beans>

       

      I am wondering how to to rewrite the entries in jboss-ejb3.xml.

       

      Best regards,

      Joey Chen