1 Reply Latest reply on Apr 22, 2005 1:36 PM by jimgoode

    EJB Migration - WebLogic to JBoss

    jimgoode

      I am trying to migrate an application from WebLogic 8.1.x to JBoss 4.x and looking for additional resources to identify specific areas requiring change.

      While reading a recent article on O'Reilly (http://www.onjava.com/pub/a/onjava/2005/03/09/ejb-migration.html) regarding this migration a tried to compile and run the sample application that came with it. I got errors because of not having the javax.ejb.* package. I have JDK1.4.2_x and, after some research, the missing package appears to be part of J2EE v1.3. Was this package replaced in v1.4 by another?

      Any suggestions?
      Any pointers on additional resources available regarding this migration?

      TIA,
      Jim

        • 1. Re: EJB Migration - WebLogic to JBoss
          jimgoode

          I discovered part of the answer. The javax.ejb.* package is in the jboss-j2ee.jar in the JBoss lib folder and after adding it to my CLASSPATH the compiles are successful.

          Additional pointers on migration will still be welcome.

          Thanks,
          Jim