TIBCO iProcess Workspace (Browser) 11.1.0 HotFix 09 is available.

TIBCO iProcess Workspace (Browser) 11.1.0 HotFix 09 is available.

book

Article ID: KB0105151

calendar_today

Updated On:

Products Versions
TIBCO iProcess Workspace (Browser) -
Not Applicable -

Description

Description:
Product Name    : TIBCO iProcess Workspace (Browser)
Release Version  : 11.1.0-Hotfix09
Release Date     : June 2009
========================================================

This hotfix is cumulative with all previous v11.1.0.x hotfixes. It
includes the iProcess Client, iProcess Workspace (Browser) Components,
Java Action Processor, and .NET Action Processor.

Note - There was no hotfix02, 03, nor 04 of this product released.

========================================================

Closed Issues in 11.1.0-Hotfix09

Defect Id: 40331
  Single authentication does not work in applications using WCC
  components.
  
  Corrected. The project template for custom applications created
  with WCC components has been updated to allow the use of single
  authentication. This hotfix also includes an update to the
  open-via-URL sample applications provided with the iProcess
  Workspace (Browser).
  
  If you have an existing WCC project for which you would like to use
  single authentication, you must add some code to the project's
  Application.js file after installing this hotfix. (Existing WCC
  projects include custom applications created with WCC components, or
  either of the open-via-URL sample applications: openWorkItemViaURL or
  openWorkQViaURL.)
  
  To migrate your exiting WCC project to use single authentication:
  
   1. Open the Application.js file for the custom/sample application
      for which you will be using single authentication. It is located
      as follows:
      
      INSTALL_DIR\application\js\
      
      where INSTALL_DIR is the directory in which you have installed
      your custom or sample application.
      
   2. Locate the postLoadInit() method.
  
      Note that depending on the age of your pre-existing project,
      your Application.js file may or may not have a postLoadInit()
      method.
      
   3. Add the appropriate code to the Application.js file:
  
      a. If your Application.js file contains a postLoadInit() method,
         add the following line of code as the first line in the
         postLoadInit() method:
        
         this.jsxsuper(path);
      
      b. If your Application.js file does not contain a postLoadInit()
         method, add the following to the Application.js file:
      
         wccClass.prototype.postLoadInit = function(path) {
            this.jsxsuper(path);
         };

    4. Save and close the Application.js file.

========================================================

NOTE: See attached Readme document for installation instructions and issues resolved in previous hotfix releases.

========================================================

The TIBCO iProcess Workspace (Browser) 11.1.0 HotFix 09 can be downloaded from our support-ftp.tibco.com. You will be able to download by clicking on the link below after you provide your TIBCO Support Web username and password in the url:

                     ftp://username:password@support-ftp.tibco.com

Directory path:
available_downloads/StaffwareProcessSuite/iProcess/WorkspaceBrowser/11.1.0/hotfix-09
========================================================

Issue/Introduction

TIBCO iProcess Workspace (Browser) 11.1.0 HotFix 09 is available.

Environment

Product: TIBCO iProcess Workspace (Browser) Version: 11.1.0 OS: --------------------

Attachments

TIBCO iProcess Workspace (Browser) 11.1.0 HotFix 09 is available. get_app