1 Reply Latest reply on Dec 14, 2016 6:20 AM by jaikiran

    JBOSS AS5 to Wildfly 8.1.0 migration POC

    alexraju

      Hello Everyone,

       

      I am an newbie to Wildfly AS. I have been assigned a task to create a POC for migrating our application from AS5 to Wildfly 8.

       

      In our current applications, we have MDBs defined in ejb-jar.xml and jboss.xml which when built, is build as jar. Also when the server is started the EJB subscriptions are loaded in a database table JBM_POSTOFFICE.

       

      I have done quite a bit of reading but unfortunately I was unable to get any reference on how to achieve the mentioned process in Wildfly.

       

      It will be helpful if you can provide a guidance on how to achieve EJB Subscriptions in database tables in Wildlfy 8.

       

      As I am new to this field I was assigned with this task so that I can understand more on the server side. I believe this is challenging but it will definitely be well worth it.

       

      Regards,

      AR

        • 1. Re: JBOSS AS5 to Wildfly 8.1.0 migration POC
          jaikiran

          Alex Raju wrote:

           

          Also when the server is started the EJB subscriptions are loaded in a database table JBM_POSTOFFICE.

           

          I have done quite a bit of reading but unfortunately I was unable to get any reference on how to achieve the mentioned process in Wildfly.

           

          It will be helpful if you can provide a guidance on how to achieve EJB Subscriptions in database tables in Wildlfy 8.

           

          I don't know what "loading EJB subscriptions to database table" means and haven't heard it before. It perhaps is a very specific thing to the application you are dealing with, so you might have to check with the developers involved with that application.

           

          P.S: WildFly 8 is an older version of WildFly and the latest most relevant version is 10.x which is available in the downloads page of WildFly.