1 Reply Latest reply on Jul 8, 2013 11:41 AM by jaikiran

    Migration from Oracle Weblogic to JBoss Application Server

    manpaul

      Hi experts,

      Could someone please suggests/advice me on the challenges involve in migrating from Weblogic11 application server to JBoss7 application Server?
      The technologies involve in the project are:
      *JDK1.6
      *JMS
      *EJB 3
      *JRules
      *Sybase 12 DB and SQL Server 2005 DB

       

      One challenge I know is that we will need to convert the WebLogic EJB application to a JBoss EJB application, which involves changing the DDs. A WebLogic entity EJB application consists of the EJB DDs (ejb-jar.xml, weblogic-ejb-jar.xml, and weblogic-cmp-rdbms-jar.xml), and all the ejb-related java classes.

      The entity EJB deployment descriptors for the project are ejb-jar.xml, weblogic-ejb-jar.xml, and weblogic-cmp-rdbms-jar.xml. We will need to change all the instances (as in weblogic) into the corresponding deployment descriptors for JBoss(ejb-jar.xml, jboss.xml, and jbosscmp-jdbc.xml).

       

      Really appreciate a lots if someone can come up with valuable advices.

       

      Many Thanks