===================================================================================
IBM WebSphere Business Modeler Advanced Version
6.1.1
Interim Fix 1 Readme
===================================================================================
© Copyright International Business Machines Corporation 2008. All rights reserved.
This is an interim fix for IBM® WebSphere Business Modeler® Advanced Version 6.1.1.
Installing the interim fix
Fixes included in this interim fix
Product notes
There are two ways to install WebSphere Business
Modeler interim fixes. Using one method, you download the required files to a
local repository, and then use the IBM Installation Manager Update Packages
wizard to install the files from the repository. Using the other method, you
use the IBM Installation Manager Update Packages wizard to automatically
download and install the required files from an IBM download site.
To install the interim fix from a local repository, complete the following
steps:
To update your WebSphere Business Modeler package with the new interim fix, complete the following steps:
2. From the Installation Manager start page, click Update Packages to start the Update Packages wizard.
3. Select
the WebSphere Business Modeler package and click Next. Installation Manager searches for updates in
its repositories and the predefined update sites for WebSphere
Business Modeler. If you do not have the files for the interim fix in a local
repository, Installation Manager will download the required files.
4. On the Updates page, select the “Version 6.1.1.001” update and click Next.
a. If you agree to the terms of the license agreements, click I
accept the terms of the license agreements.
b.
Click Next to continue.
6. On the Summary page, click Update to install the update. The interim fix is now installed.
7. Click Finish to close the Update Packages wizard.
This is a cumulative interim fix for WebSphere Business Modeler Advanced Version 6.1.1.
This interim fix includes the following fixes. The PMR number and APAR
identifier associated with each fix are included.
PMR Number |
Related APAR Identifier |
Description |
80624,442,000 |
JR28466 |
Fixes an issue that arises when switching to swimlane view and applying autolayout. |
69305,033,000 |
JR28418 |
Corrects a problem with checking out a project or element from a Rational ClearCase repository |
46396,019,866 |
JR28358 |
Enables versioning of queries in CVS and Rational ClearCase repositories |
78858,999,706 |
JR28392 |
Introduces an informative error
message that is returned when a versioning repository server error has
occurred due to access control restrictions. |
80096,442,000 |
JR28422 |
Removes extraneous white space that is displayed after applying auto-layout in swimlane layout. |
50965,6X8,760 |
JR28501 |
Corrects text display issues that arise in diagrams that are exported from WebSphere Business Modeler 6.0.2.1. |
50660,6X8,760 |
JR28563 |
Corrects an issue with persistence of Business modeling Process modeling Labels preferences. |
This interim fix includes the following fixes, all of which are associated
with APAR JR28638:
·
Fixes problems with displaying a published
process diagram in swimlane layout by classifier if a
classifier has been deleted. Swimlanes for which the
classifier is unavailable are not displayed in the process diagram.
·
Corrects a problem where the Synchronization
view shows all elements in a project as having outgoing uncommitted changes
after a catalog is renamed.
·
Corrects a problem
where a new element is not visible in the Synchronization view after another
element in the same catalog has been renamed but not commited.
·
Corrects a problem
where selecting a renamed element in the Synchronize view and committing it
will commit all outgoing changes within the same catalog that are currently
visible in the Synchronize view.
·
Enables you to cut and
paste an annotation object from within a process diagram.
·
Implements a new user
message that is returned when you attempt to commit, share, or update elements
to a repository for which you do not have write access.
·
Corrects a
synchronization error condition arising when a shared catalog has been renamed
in the repository by one user, and another user with a local catalog with the
same name performs an Overwrite and Update From
Repository action.
·
Fixes a mismatch
between the classifier icon that is displayed in the Synchronize view and the
icon that is displayed in the Project Tree view.
·
Adds an option to the Filenet export to transform basic type single-property
business items into data fields.
·
Ensures that changing the
icon of a business item shared between projects updates the icon dynamically in
the Process editor.
·
Allows you work in a swimlane
layout that is based on a deleted element without causing an error.
·
Allows you to export certain business items as data fields.
Exporting certain
business items as data fields
By default, the FileNet Business Process Manager export now exports
business items that have a single basic-type attribute as data fields. The
export continues to export business items that have more than one attribute or
have complex-type (business items) attributes as XML data fields.
You can disable
this option by removing the check mark from the Transform business items
with single basic attributes into data fields
check box in the export options page. If you disable this option, the export
exports all business items (including business items with single basic-type
attributes) as XML data fields.
For example, say
there is a process that contains a Customer business item that has one
attribute called ID and the attribute is an Integer. If you export the process
with the option enabled and then open the resulting XPDL in FileNet
Process Designer, there is a Customer data field. If you export the process
with the option disabled, there is a Customer XML data field instead.
With the option
enabled, the export removes the attribute and sets the data field to the type
of the business item attribute. In the XPDL, the data field looks like this:
<DataField
Id="Customer" IsArray="FALSE" Name="Customer">
<DataType>
<BasicType Type="INTEGER"/>
</DataType>
</DataField>
With the option disabled, the export creates a
definition that refers to the XML schema. In the XPDL, the XML data field looks
like this:
<DataField
Id="Customer" IsArray="FALSE"
Name="Customer">
<DataType>
<DeclaredType Id="xml"/>
</DataType>
<fn:Field ElementName="Customer"
SchemaName="Schema_name"/>
</DataField>
Note that the Businessitems.xsd is not affected by the whether the option
is enabled or disabled. The schema contains the same definition for the data field. The
difference is that with the option enabled, the XPDL does not reference the
schema.
Changes to modeling in FileNet
Business Process Manager mode
Previously, in FileNet
Business Process Manager mode, you modeled data flow
separately from the control flow. That is, to pass data from one task to
another, you linked the first task to a repository to output the data and then
linked the repository to the second task to input data.
However, when you apply Interim Fix 1, you can
now attach business items that have a single basic-type attribute to a control
flow. You no longer need to pass the business item from a task to a repository
to another task.
If the business
item has more than one attribute or it has an attribute that is of a complex
type (another business item), you must continue to use a repository to pass it
from one task to another.