Contents

Version History

Release Notes Overview

Version 6.2 Patch 1
Issues Addressed
Installing the Patch

Version 6.2 HF208996 for all Operating Systems
Issues Addressed

Version 6.2 HF206771
Issues Addressed
Post-Release Updates

Version 6.2
Supported Operating Systems, Application Servers, and Browsers
Supported Plumtree Products
Documentation
New Features
Issues Addressed
Known Issues
Post-Release Updates
Version History

Plumtree Publisher 6.2 Patch 1 - released September 2008

Plumtree Publisher 6.2 HF208996 for all Operating Systems - released January 2006

Plumtree Publisher 6.2 HF206771 - released December 2005

Plumtree Publisher 6.2 - released December 2005, for AIX, Solaris and SUSE Linux

Plumtree Publisher 6.2 - released September 2005, for Windows and Red Hat Linux

Release Notes Overview

These release notes cover all releases of Plumtree Publisher 6.2, including hotfixes and service packs. For information on a particular release, please go to the appropriate section of these release notes.

Release notes are occasionally updated after the release date. For the most up-to-date release notes, go to the Oracle Technology Network.

Version 6.2 Patch 1

Issues Addressed
Installing the Patch

This patch must be applied to all Plumtree Publisher 6.2 servers.

This Patch has two parts; one part must be installed on all servers hosting Plumtree Publisher, and the other part must be installed on all servers hosting the Plumtree Image Server.

Part One: To install the Publisher component of the critical fix on servers hosting Plumtree Publisher, perform the following:

1.   Stop the Plumtree Publisher service.

2.   Back up the original versions of the following files:

Filename                     Location

ptcs.war             %PT_HOME%\ptcs\6.2\webapp

ptcs.ear             %PT_HOME%\ptcs\6.2\webapp

 

Note: We recommend that you back up original files to a zip file to preserve path information, then save the zip file to a backup folder under the %PT_HOME% folder.

3. Unzip the PlumtreePublisher_6.2.1.zip zip file into the %PT_HOME% folder.

 

4. Clear the application server's cache by deleting the following folder: %PT_HOME%\ptcs\6.2\container\work

5.   Restart the Plumtree Publisher service.

6.   View the Plumtree Publisher diagnostics page by clicking on "Diagnostics" in the Publisher Administration portlet. 
Verify that the Publisher version is: Version: 6.2.1.

Part Two: To install the Image Server component of the critical fix on servers hosting the Plumtree Image Server, follow these steps:

1.   Stop the application server that is hosting the Plumtree Image Server (IIS, Tomcat, BEA WebLogic, Websphere).

2.   Back up the existing versions of the following files:

Filename                                             Location

jscomponent.xml                                  %PT_HOME%\ptimages\imageserver\plumtree\common\private\js\jscontrols

jscomponent.justinstalled                %PT_HOME%\ptimages\imageserver\plumtree\common\private\js\jscontrols

hablador.js                                         %PT_HOME%\ptimages\imageserver\plumtree\content\private\js

navigate.js                       %PT_HOME%\ptimages\imageserver\plumtree\content\private\js

workflow.js                       %PT_HOME%\ptimages\imageserver\plumtree\content\private\js

 

Note: Oracle recommends that you back up original files to a zip file to preserve path information, then save the zip file to a backup folder under the %PT_HOME% folder.

 

3. Add a new entry (highlighted in bold below) to the jscomponent.xml file to include the new jscontrolsversion number, "229726":

<?xml version="1.0"?>

<jscomponent >

            <name>jscontrols</name>

            <description/>

            <current_version>229726</current_version>

            <versions>

                        <version number="229726">

                                    <includes>

                                                <include type="jscomponent" jscomponent="jsportlet"/>

                                                <include type="jscomponent" jscomponent="jsutil"/>

                                                <include type="jscomponent" jscomponent="jsxml"/>

                                                <include type="strings" path="strings/PTControls-${LANG}.js"/>

                                                <include type="js" path="PTControls.js"/>

                                                <include type="css" path="styles/css/PTMenu.css"/>

                                                <include type="css" path="styles/css/PTRichTextEditor.css"/>

                                    </includes>

                        </version>

           

                        <version number="XXXXXX">

                                    <includes>

                                                <include type="jscomponent" jscomponent="jsportlet"/>

                                                <include type="jscomponent" jscomponent="jsutil"/>

                                                <include type="jscomponent" jscomponent="jsxml"/>

                                                <include type="strings" path="strings/PTControls-${LANG}.js"/>

                                                <include type="js" path="PTControls.js"/>

                                                <include type="css" path="styles/css/PTMenu.css"/>

                                                <include type="css" path="styles/css/PTRichTextEditor.css"/>

                                    </includes>

                        </version>

            </versions>

</jscomponent>

 

 "XXXXXX" denotes the old jscontrols version number that the old Publisher build was using. Adding a new entry for the latest jscontrols version number should suffice.

 

4. Add a new entry (highlighted in bold below) to the jscomponent.justinstalled file to include the new jscontrolsversion number, "229726":

<?xml version="1.0"?>

<jscomponent >

            <name>jscontrols</name>

            <description/>

            <current_version>229726</current_version>

            <versions>

<version number="229726">

            <includes>

                        <include type="jscomponent" jscomponent="jsportlet"/>

                        <include type="jscomponent" jscomponent="jsutil"/>

                        <include type="jscomponent" jscomponent="jsxml"/>

                        <include type="strings" path="strings/PTControls-${LANG}.js"/>

                        <include type="js" path="PTControls.js"/>

                        <include type="css" path="styles/css/PTMenu.css"/>

                        <include type="css" path="styles/css/PTRichTextEditor.css"/>

            </includes>

            <upgrade_policies>

                        <upgrade_policy comparator="&amp;lt;" version="229726"/>

            </upgrade_policies>

</version>

<version number="xxxxxxx">

            <includes>

                        <include type="jscomponent" jscomponent="jsportlet"/>

                        <include type="jscomponent" jscomponent="jsutil"/>

                        <include type="jscomponent" jscomponent="jsxml"/>

                        <include type="strings" path="strings/PTControls-${LANG}.js"/>

                        <include type="js" path="PTControls.js"/>

                        <include type="css" path="styles/css/PTMenu.css"/>

                        <include type="css" path="styles/css/PTRichTextEditor.css"/>

            </includes>

</version>

</versions>

</jscomponent>

 

5. Unzip the PlumtreePublisher_ptimages_6.2.1.zip zip file onto the %PT_HOME% folder.  This zip file contains 2 folders, 229726 and LATEST. It also contains 3 javascript files, hablador.js, navigate.js and workflow.js. Because the LATEST folder exists in this location, replace the old file with the new file when prompted to do so.

6.   Restart the application server that is hosting the Plumtree Image Server (IIS, Tomcat, BEA WebLogic, Websphere ).

Version 6.2 HF208996 for All Operating Systems

This hotfix resolves the following issue in Plumtree Publisher 6.2. This issue is also present in the following products:

Issues Addressed

Version 6.2 HF206771

It is recommended that this hotfix be applied to all Plumtree Publisher 6.2 installations on Windows or Red Hat Linux. The hotfix is available in the Product Center and includes detailed installation instructions.

Issues Addressed
Post-Release Updates

The installation instructions presented in the original readme file for this hotfix were missing a step. The correct instructions are as follows:

  1. From Publisher Explorer, delete the top level folder named "Portlet Templates."
  2. Navigate to the Publisher Folder on the Portal Administration page, and delete the sub-folder named "Published Content Portlets."
  3. Stop the Plumtree Publisher service.
  4. Back up your existing ptcs.war and ptcs.ear files found in the directory $PT_HOME\ptcs\6.2\webapp.
  5. Copy the new ptcs.war and ptcs.ear files to the directory $PT_HOME\ptcs\6.2\webapp.
  6. Delete the directory $PT_HOME\ptcs\6.2\container\work\jboss.web.
  7. Copy the published_content_portlets.pte file to $PT_HOME\ptcs\6.2\serverpackages.
  8. Copy the published_content_portlets.zip file to $PT_HOME\ptcs\6.2\settings\migration.
  9. Restart the Plumtree Publisher service.
  10. Import published_content_portlets.pte using the Migration - Import utility.

Important: Wait a few minutes before attempting to create portlets from portlet templates.

Version 6.2

Supported Operating Systems, Application Servers, Databases, and Browsers

Refer to the Interoperability page in the Product Center at support.plumtree.com for the latest information on supported operating systems, application servers, databases, and browsers.

At the time of release, Plumtree Publisher 6.2 supports the following:

Supported Plumtree Products

Refer to the Interoperability page in the Product Center at support.plumtree.com for the latest information on supported Plumtree products.

At the time of release, Plumtree Publisher 6.2 supports the following:

Documentation

The product distribution includes the following documents in the Documentation folder. For the most up-to-date documentation, go to the Oracle Technology Network.

Document Title and File Name Document Description

Attributions

Publisher_Attributions.txt

Provides a list of third-party technologies used in the product, along with licensing information.

Installation and Upgrade Guide for Plumtree Publisher 6.2

Installation_Guide_Plumtree_Publisher_v6-2.pdf

Provides instructions to install and upgrade the components of Plumtree Publisher 6.2.

Quickstart Installation Guide for Plumtree Publisher 6.2

Quickstart_Installation_Plumtree_Publisher_v6-2.pdf

Provides instructions for a rapid installation of Plumtree Publisher 6.2.

Quickstart Upgrade Guide for Plumtree Publisher 6.2

Quickstart_Upgrade_Plumtree_Publisher_v6-2.pdf

Provides instructions for a rapid upgrade of Plumtree Publisher 6.2.

Admin Guide for Plumtree Publisher 6.2

Administration_Guide_Plumtree_Publisher_v6-2.pdf

Provides information for performing initial and ongoing administrative tasks for Plumtree Publisher 6.2.

Online Help

To access online help, click the Help icon in any Publisher portlet or Publisher Explorer.

The online help describes the attributes available to customize the content and format of each report and portlet.

New Features
Issues Addressed
Known Issues