Migrating applications that contain CORBA packages

To migrate applications that contain CORBA packages:

  1. Use the migration tool with the -gui option to migrate individual CORBA packages, not as part of an application. The CORBA packages are listed separately from the application to which they belong. See “Using migrate with the -gui option”.

  2. Temporarily modify the application to not include the CORBA packages so that the application only contains J2EE entities. Then migrate the application as a J2EE application.

    Modify the application using one of these methods:

  3. After migrating the application to EAServer 6.0, modify it so that it again contains the CORBA packages. Use one of:

NoteYou cannot directly migrate Java CORBA components that have an implementation class that is not in a package, or manually create a Java CORBA component in EAServer 6.0 that has an implementation class that is not in a package.

If you have this situation, move the implementation class into a Java package, and change the component properties to reflect this. That is, modify com.sybase.jaguar.component.java.class.