Setting the Web Context Root on the UCM Connection

5-24 Oracle Fusion Middleware Patching Guide [ fromLabel ], [ toLabel ], [ applicationVersion ] For example: exportMetadataapplication=webcenter, server=WC_Spaces, toLocation=tmpmyrepos, docs=oraclewebcenterwebcenterappmetadatamdssyscustsitewebcenterwe bcenter-config.xml.xml For more information see exportMetadata in Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. 2. Edit the webcenter-config.xml file from the exported directory for example, tmprepos on a UNIX operating system or C:\TEMP\repos on a Windows operating system, remove the defaultGSSiteTemplateId parameter, then save the file. 3. As administrator, import the document. a. Start the WebLogic Scripting Tool WLST. On UNIX operating systems: cd WebCenter_ORACLE_HOME commonbin .wlst.sh On Windows operating systems: cd WebCenter_ORACLE_HOME \common\bin .wlst.cmd For more information, see Running Oracle WebLogic Scripting Tool WLST Commands in Oracle Fusion Middleware Administrators Guide for Oracle WebCenter. b. Run the importMetadata WLST command: importMetadata application , server , fromLocation , docs , [ restrictCustTo ], [ excludeAllCust ], [ excludeBaseDocs ], [ excludeExtendedMetadata ], [ cancelOnException ], [ applicationVersion ] For example: importMetadataapplication=webcenter, server=WC_Spaces, fromLocation=tmpmyrepos, docs= For more information see importMetadata in Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. 4. Verify that System Default is now honouring the page template at the administration level for group spaces. Note: WebCenter Spaces 11.1.1.4.0 supports the built-in skins, Fusion FX and WebCenter Spaces FX. Prior to Release 11.1.1.4.0, WebCenter Spaces supported various other built-in skins such as Mist, DeepSea, and MistFX. You can still use the old skins with your upgraded personal spaces and group spaces by using the format {old family name} in EL expressions. However, you cannot use the old skins with any new Space or Home Space created in WebCenter Spaces 11.1.1.4.0. 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: