Feature Pack 8

Disabling interim fix JR54611

Interim fix JR54611 ensures that exceptions that are thrown from REST requests are propagated to the calling JSP files and are reflected in the storefront.

To disable this behavior and revert to the previous behavior where exceptions were not displayed, you need to change the RESTinLocalRemoteBindingExceptionsEnabled toggle to "false".

Before you begin

Procedure

  1. In your WebSphere Commerce Developer environment, open the WCDE_installdir/workspace/WC/xml/config/com.ibm.commerce.foundation-ext/wc-component.xml custom configuration file.
    Note: If the custom configuration file does not exist, then you need to create one. For more information, see Changing REST configuration properties in the component configuration file (wc-component.xml)
  2. Change or add the RESTinLocalRemoteBindingExceptionsEnabled value to false.
    For example, change
    <_config:configgrouping name="REST_LocalBinding">
         <_config:property name="RESTinLocalRemoteBindingExceptionsEnabled" value="true"/>
    </_config:configgrouping>
    to
    <_config:configgrouping name="REST_LocalBinding">
         <_config:property name="RESTinLocalRemoteBindingExceptionsEnabled" value="false"/>
    </_config:configgrouping>
  3. Save and close the custom configuration file.
  4. Test your configuration changes.
  5. Deploy the customized file to the production environment.