In order to use new features introduced in 11.2, you must update several bean definitions in the assembler-context.xml file.

To update assembler-context.xml:

  1. Navigate to the Assembler context file for your application, WEB-INF/assembler-context.xml.

  2. Open assembler-context.xml.

  3. Add the userState property to three bean definitions.

  4. Update the Store Factory bean.

    In 11.2, all store factory configurations (for both staging and production environments) must use FileStoreFactory.

  5. Update all references to the ecrStoreFactory bean to storeFactory, or the ID used in the FileStoreFactory bean.

  6. Add the appName property to the Store Factory bean and the mdexResource bean:

    <property name="appName" value="${workbench.app.name}" />
    

Repeat this procedure for all of your applications.


Copyright © Legal Notices