You cannot directly migrate packages with mixed component types. If a package contains both EJB and non-EJB components (for example, C++ CORBA, Java CORBA, and PowerBuilder) you must create separate packages that contain either only EJB components or only non-EJB components, then migrate those packages.
For example, let’s say you have a package called “Mixed” that contains an EJB component “ejbcomp” and a Java CORBA component called “jccomp”. To migrate both of these components:
In EAServer 5.x, start EAServer Manager.
Navigate to the Packages folder.
Right-click Packages and select New Package.
Name the new package “MovedComps”.
Click the package named “Mixed” in the tree view.
Right-click jcccomp.
Choose Copy from the menu.
Right-click the package “MovedComps” in the tree view.
Choose Paste, which copies “jcccomp” into the “MovedComps” package.
Select “jcccomp” in the tree view under the “Mixed” package.
Right-click and select Remove, which removes “jcccomp” from the “Mixed” package.
You have now split the components into two packages, and you can migrate each package.