Configuring the Credential Store

Patching Oracle WebCenter 5-23 ■ To use WLST, see Setting Connection Properties for the WebCenter Spaces Content Repository Using WLST in Oracle Fusion Middleware Administrators Guide for Oracle WebCenter.

5.5.10 Performing Post-Patching Tasks for WebCenter Spaces

This section contains the following topics: ■ Section 5.5.10.1, Configuring Group Space Workflows ■ Section 5.5.10.2, Allowing Group Spaces to Have a Default Template Set ■ Section 5.5.10.3, Updating the Timezone Attribute in WebCenter Spaces ■ Section 5.5.10.4, Updating the Group Spaces Display Mode ■ Section 5.5.10.5, Migrating WebCenter Spaces Custom Library ■ Section 5.5.10.6, Starting Oracle BPM to Login to WebCenter Spaces

5.5.10.1 Configuring Group Space Workflows

After updating your Oracle WebCenter environment to Release 11.1.1.4.0, if you have Group Space Workflows previously configured, you will need to do the following in order for Group Space Workflows to work properly: 1. Log in as administrator. 2. Deploy the Release 11.1.1.4.0 version of WebcenterWorklistDetailApp.ear. 3. Deploy the Release 11.1.1.4.0 version of sca_CommunityWorkflows.jar. Refer to Deploying WebCenter Applications in Oracle Fusion Middleware Administrators Guide for Oracle WebCenter for instructions on how to deploy WebCenter applications.

5.5.10.2 Allowing Group Spaces to Have a Default Template Set

Prior to Release 11.1.1.4.0, the WebCenter Spaces administrator had the ability to set default page template for personal spaces as well as group spaces. In Release 11.1.1.4.0, the latter option of setting a default page for group spaces is no longer available. To set a default page for group spaces in Release 11.1.1.4.0: 1. As administrator, export 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 exportMetadata WLST command: exportMetadata application , server , toLocation , docs , [ restrictCustTo ], [ excludeAllCust ], [ excludeBaseDocs ], [ excludeExtendedMetadata ], 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.