0 Replies Latest reply on Apr 2, 2008 7:37 AM by anithathomas

    Migrate EAR application from Websphere 5.0 to JBoss 4.0

    anithathomas

      Please help me in the migration process of an EJB (2.1) application from Websphere application server to JBoss application server.
      The application is developed using IBM Websphere Studio Application Developer and uses many Websphere-specific components.
      What are the steps that are to be followed to acheive this?
      NB:I am using Lomboz IDE.

      What I did till date is:


      > Unwraped the ear file.
      > Created EJB Projects in Lomboz IDE corresponding to the jars in the ear
      > Created Dynamic web Project in Lomboz IDE correcponding to the war in the ear.
      > Created Enterprise Application Project(say XYZ) that refers all the Web & EJB projects.
      Deployed the generated EAR (say XYZ.ear) in JBoss Application Server.

      This is not working. Is this a correct method?What are the alternatives?

      The application uses websphere-specific components and contains a lot of websphere generated files that includes map.mapxmi for OR mapping, .class files etc.

      Please help me.