WebSphere Commerce Developer

Migrating dependent EJB projects

If you customized EJBs which are based on the EJBs provided by IBM in a previous WebSphere Commerce release, you cannot import them directly into the new workspace. They cannot be imported because the EJBs might be modified in the new WebSphere Commerce version.

About this task

To migrate dependent EJB projects, use one of the following two methods. The first method is the recommended method. The second method is not recommended because you should not customize the EJBs that are provided by IBM in the WebSphere Commerce product.

Procedure

  • Method 1 (preferred method):
    1. Separate the customization in the customized EJBs to the independent EJB projects.
    2. Migrate the independent EJB projects mentioned in the previous step.
  • Method 2:
    1. Locate the corresponding IBM projects in WebSphere Commerce Developer Version 7.0.
    2. Import these projects into your workspace. See Modifying existing EJB modules.
    3. Apply any customization on top of the EJBs, if necessary.