Modifying the schema name

The next step is to modify the schema name so that your bean will be portable to other databases. The special value to allow a bean to be portable in this manner is NULLID.

Before you begin

You have mapped the fields in the enterprise bean to the columns in the database table.

About this task

To modify the schema name:

Procedure

  1. In the Project Explorer view expand Databases > WebSphereCommerceServerExtensionsData.
  2. Right-click the schema node (for example, db2user) and select Rename.
  3. Set the value to NULLID.
  4. Proceed to creating the access bean.