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

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

book

Article ID: KB0106403

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-Hotfix05
Release Date     : March 2009
========================================================

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

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

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

Closed Issues in 11.1.0-Hotfix05

Defect Id: 39148
  If the "Full Screen" check box is checked when setting the User
  Option to open forms in a separate browser window, the forms are not
  opened in full screen in Mozilla Firefox.

Defect Id: 39147
  The procedure list can be configured to display columns that show
  the number of active, closed, and total cases. On systems that
  have a very large number of cases, the overhead involved in
  obtaining those case counts can have an adverse affect on
  performance. A means of controlling whether or not the system
  obtains the case count is needed.
  
  Corrected. A new "CaseCounts" configuration parameter has been added
  to the config.xml file to allow you to control whether or not the
  case counts are obtained. Setting the "show" attribute in the
  CaseCounts record to "false" causes the case counts to not be
  obtained. Also, if the Active, Closed, or Total Cases columns are
  displayed in the procedure list, and you have set the show attribute
  to "false", the column headers are displayed with a line through
  them, and there are no counts in the columns. (Also note that if
  you are not getting case counts, but you are displaying the case
  count columns, if the Column Selector is opened and you change any
  columns in the procedure list, the Active, Closed, or Total Cases
  column headers will no longer have a line through them; refreshing
  the list causes them to be re-displayed. Although, typically, if you
  are not getting case counts, you will not be displaying the case
  count columns.)  
    
Defect Id: 39066
  If the Work Item Preview Default option on the Options dialog is set
  to "Preview Off - float work item forms", the next time the
  application is loaded, the option is set to "Preview On - float work
  item forms".

Defect Id: 39065
  The iProcess Workspace (Browser) software automatically loads a
  javascript file called webDAVRoot/META-INF/form_ext.js. This file
  allows loading and using custom javascript libraries inside TIBCO
  Form validations and events. The form_ext.js file is customized and
  deployed from TIBCO Business Studio.
  
  In version 11.1.0 of iProcess Workspace (Browser), form_ext.js is
  failing with an "object not found" error.
  
  Corrected. The failure is due to the custom javascript form not being
  loaded automatically at application start-up. Before the script is
  loaded, a check is made to see if the file exists. Because of a
  change in TIBCO General Interface version 3.5, iProcess Workspace
  (Browser) always thought the file did not exist. iProcess Workspace
  (Browser) has been modified to attempt to load the javascript file
  without first checking for its existence. The impact of this change
  is that, if the file does not exist, there will be no error messages
  written to the log indicating the file is missing and the first
  indication will be an "object not found" error when the form
  attempts to run the missing script.
  
Defect Id: 39017
  If the "Remember Floating Window Position" option on the Options
  dialog is selected, forms in floating windows are opening at the
  top of the screen, even though the previous form was moved to a
  new position (the previous form's left position is remembered, but
  not the top).
  
Defect Id: 39016
  The wccCaseHistory component is not displaying the correct case
  number and description.
  
Defect Id: 39004
  When the last page of a work item list is being displayed,
  refreshing the list can cause the first page of the list to be
  displayed, but the pagination bar still indicates the last page is
  displayed. (The last page should continue to be displayed after
  the refresh.)
  
Defect Id: 38989
  The iProcess Workspace (Browser) does not provide the ability to
  redirect the client when the user logs out.
  
  Corrected. A logoutUrl attribute has been added to the Logout record
  in the config.xml file. Setting logoutUrl to a URL causes the client
  to be redirected to that URL upon logout. If this attribute is an
  empty string, the client is redirected to the Login screen when the
  user logs out.
  
  Note that the logoutUrl parameter applies both when you are using
  a "regular" login/logout, or when you are using single
  authentication to log into the application.

Defect Id: 38972
  Embedding WCC components by reference in TIBCO General Interface
  forms causes an exception at runtime, stating that it is unable
  to find the referenced component file. Also, if you have upgraded
  iProcess Workspace (Browser) from  a version prior to 11.1.0,
  custom menus that you have added to the application no longer
  work properly.
  
Defect Id: 38971
  When using single authentication in Mozilla Firefox, and the
  authentication fails, the user is not being redirected to the
  path specified in the failureUrl attribute.
  
Defect Id: 38934
  If the auto-repeat feature is turned on, and the work item list is
  refreshed at the same time that a work item is being opened, it can
  result in the following problems: work items are not displayed in
  the work item list, tools on the work item list are disabled and
  the "Loading Data..."  message continues to display, the newly
  opened form may contain components, such as drop-down lists, that
  do not function properly.
  
  Because the problem occurs when a refresh happens at exactly the
  same time as a work item being opened, it tends to occur more
  frequently if the auto-refresh feature is also turned on.
  
  Implemented fix. Note that this fix results in an improvement, but
  the problem can still occur, especially if the auto-repeat and
  auto-refresh features are both turned on.  
  
Defect Id: 38831
  Using a password longer than 137 characters causes an error from
  the Action Processor.
  
Defect Id: 38830
  When using the Mozilla Firefox 3 browser, the following error is
  occasionally generated when work item forms are opened:

  "Uncaught Exception: uncaught exception: Illegal value for
   argument strName:"

  Also, after several work items have been successfully opened and
  closed, the application suddenly hangs with "Loading Data..."
  displayed. The browser cannot be closed, after the hang, and the
  process must be terminated.
    
Defect Id: 38667
  Memory usage continues to increase as work items are opened.

  Implemented fix. This fix provides an improvement in the amount
  of memory being leaked, however, there is still an increase in
  the memory usage each time a form is opened and closed.

Defect Id: 38468
  Processing large requests to the Action Processor are taking a long
  time.

  Corrected. The Action Processor has been modified so it will no
  longer drill down fully into the Action XML, creating objects for
  every XML element. It will now only drill down three elements, which
  is enough to get the request type.
  
Defect Id: 38385
  TIBCO iProcess Workspace (Browser) does not provide the ability to
  redirect the client if the browser's session times out.
  
  Corrected. A timeoutUrl attribute has been added to the Logout record
  in the config.xml file. Setting timeoutUrl to a URL causes the client
  to be redirected to that URL upon a browser session timeout. If this
  attribute is an empty string, the client is redirected to the Login
  screen when the session times out (if single authentication is being
  used, and the timeoutUrl is an empty string, the browser window
  closes upon a session timeout).
  
  Note that the timeoutUrl parameter applies both when you are using
  a "regular" login/logout, or when you are using single
  authentication to log into the application.

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

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

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

The TIBCO iProcess Workspace (Browser) 11.1.0 HotFix 05 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-05
========================================================

Environment

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

Issue/Introduction

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

Attachments

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