Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Migration from Oracle Weblogic to JBoss Application Server

user8362993Jul 8 2013 — edited Jul 8 2013

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,

Manoj Paul

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2013
Added on Jul 8 2013
1 comment
680 views