WebSphere Commerce Version 7.0.0.7

Enabling interim fix JR47545

Interim fix JR47545 provides a WebSphere Application Server distributed cache to cache the inventory configuration data, which can help improve DOM inventory performance.

Before you begin

Install the cumulative interim fix for Fix Pack 7, JR53048.fp.

Procedure

  1. Open the wc-server.xml configuration file that is in the following directory.
    • WC_eardir/xml/config
    • WebSphere Commerce Developerworkspace_dir/WC/xml/config
  2. Add a registry node:
    <registry name="InventoryConfigurationRegistry" regClassName="com.ibm.commerce.registry.InventoryConfigurationRegistry"/> 
    When you update the INVCNF table, you can go to the Administration Console to update the registry. The new data is loaded.
  3. Add the cache to the WebSphere Application Server:
    1. Launch the WebSphere Application Server Administration Console.
    2. Click Resources.
    3. Click Cache instances.
    4. Click Object cache instances.
    5. Create a cache:
      • In the name field, input InventoryConfigurationCache
      • In the JNDI name field, input dmap/IC_Cache
    6. Save the cache.