Configuring Group Space Workflows

Patching Oracle WebCenter 5-25

5.5.10.3 Updating the Timezone Attribute in WebCenter Spaces

In Release 11.1.1.2.0, the Timezone attribute in WebCenter spaces is a free-form text field. In Release 11.1.1.4.0, this attribute is changed to a drop-down list. If you are upgrading WebCenter Spaces from Release 11.1.1.2.0 to Release 11.1.1.4.0, the Timezone attribute is not carried over, and you must manually select the appropriate timezone from the drop-down list.

5.5.10.4 Updating the Group Spaces Display Mode

If you are upgrading WebCenter group spaces from Release 11.1.1.2.0 or 11.1.1.3.0, you must update the metadata of your group spaces to ensure that they display correctly. To update a group space to display correctly: 1. Export the group space. For information, see the Exporting Spaces section in Oracle Fusion Middleware Administrators Guide for Oracle WebCenter. 2. At a command prompt, go to the directory where you saved the export archive. 3. Extract the metadata from the export archive. For example, the following code extracts the export archive named export.ear, which contains transport.mar. The code further extracts transport.mar in a directory named mar. a. jar xvf export.ear transport.mar b. mkdir mar c. cd mar d. jar xvf ..transport.mar The transport.mar file contains space.xml that you must edit to update the group space’s display mode. 4. Open the space.xml file from the following path: oraclewebcenterspacemetadataspaces spaceName space.xml Where, spaceName refers to the name of the group space whose display mode you are updating. 5. Delete the entire shell-chrome-type entry from space.xml. 6. Update the export archive. For example, the following code updates the space.xml file in transport.mar, and then updates transport.mar in export.ear. a. jar uvfM ..transport.mar oraclewebcenterspacemetadataspaces spaceName space.xml b. cd .. c. jar uvfM export.ear transport.mar 7. Import the group space. For information, see the Importing Spaces section in Oracle Fusion Middleware Administrators Guide for Oracle WebCenter.

5.5.10.5 Migrating WebCenter Spaces Custom Library

If you have migrated WebCenter Spaces, check the following to see if any of the scenarios apply to your environment: