ActiveVOS 9241 ReleaseNotes en
ActiveVOS 9241 ReleaseNotes en
Page 1 of 9
July 2015
Contents
Introduction ................................................................................................................................... 3
New Features and Enhancements ................................................................................................ 3
Additional Platforms Supported ................................................................................................. 3
Required Action ......................................................................................................................... 3
Memory Recommendation for Server ........................................................................................ 3
Installation ..................................................................................................................................... 3
Console-Mode Installation ......................................................................................................... 3
On Windows ........................................................................................................................... 3
On Linux ................................................................................................................................. 4
Installing Designer on Windows 7.............................................................................................. 4
Installing Designer Plugins to an Existing Eclipse Framework .................................................. 4
Migrating to ActiveVOS 9.2.4.1 ..................................................................................................... 5
Upgrading an Existing ActiveVOS Server.................................................................................. 5
Required Action: Upgrade Database Schemas from a Release Prior to 9.2.4 .......................... 5
Migrating an Existing ActiveVOS Designer Workspace............................................................. 5
Reported Issues Corrected ........................................................................................................... 5
ActiveVOS 9.2.4.1 ..................................................................................................................... 5
Page 2 of 9
July 2015
Introduction
These release notes contain information about new features and fixed issues for Informatica ActiveVOS.
For information on issues corrected in prior releases, see the Release Notes in the ActiveVOS InfoCenter
located here:
http://infocenter.activevos.com/infocenter/ActiveVOS/v92/index.jsp?topic=/doc.server_install/jboss/html/R
eleaseNotes.html
Required Action
A number of defects and enhancements make the upgrade to ActiveVOS 9.2.4.1 highly recommended.
Please refer to the section, Reported Issues Corrected, for more information.
Installation
Before installing ActiveVOS, ensure that you have access to your ActiveVOS Designer or Process Server
licenses. Evaluation customers only need a license for ActiveVOS Designer and can use the embedded
runtime engine for deployments. A link to download licenses was emailed to you or your company shortly
after your purchase or evaluation request.
Console-Mode Installation
You can run the installation from the command line in console mode by using the following commands:
On Windows
start/wait installer.exe -c
Page 3 of 9
July 2015
On Linux
installer.sh -c
Install ActiveVOS Designer in a directory to which you have full permissions such
as C:\ActiveVOS.
Run ActiveVOS Designer using the Run as administrator option.
Turn off User Account Control (UAC) from Windows 7 by setting UAC to Never Notify.
Modify the rights of the following folder to grant modify access to your account. Be sure that the
new permission is copied down the entire directory structure.
C:\Program Files\ActiveVOS\Designer\designer
Copy the Server folder under the following location to a location for which you have permission
to write. When you create a new embedded engine in Designer, select the Add link next
to Server runtime environment to point to this location:
C:\Program Files\ActiveVOS\Designer\designer\plugins\
org.activebpel.enginep_9.2.4.1
Page 4 of 9
July 2015
Description
AS-4436
Enhanced human tasks such that you can now set the time in addition to the day when
delegating a task from ActiveVOS Central. This allows for partial day delegation.
AS-5520
Updated ActiveVOS to address a defect that Oracle fixed in jaxws-api 2.2.1, 2.1.8 and made
backwards compatible with 2.1.3.x jars. Previously, when a process was invoked from ESB,
an Internal Server Error was thrown in ActiveVOS. This no longer occurs.
Page 5 of 9
July 2015
Issue
Description
AS-5533
Fixed a defect with the JMS Transaction Manager. Previously, under heavy load, the
ActiveVOS server could spawn thousands of threads that were only cleaned up with garbage
collection.
AS-5547
Fixed a problem where XSI Type was not preserved when using SetOutput. The XSI Type is
now preserved for client operations of setOuput, setFault and complete; removed validation
from the people activity when it consumes the message.
AS-5550
Added the ability to specify explicitly headers which should not be sent with the request to
ActiveVOS Central.
To enable this capability, you must modify the web.xml of the Central .war file. Add the
following fragment after the context-param configuration of ae.dont.proxy.headers.
The param-value is a comma-separated list of headers which should not be proxied during
the request submission:
<context-param>
<param-name>ae.dont.proxy.request-headers</param-name>
<param-value>$WSRA,$WSRH</param-value>
</context-param>
Background: Using IBM's IHS load balancer, reference to an IHS authentication event is
done using HTTP Headers $WS* (for example, $WSRA and $WSRH). This informs
application servers where to look for the identity of the request. Because SSO is intended to
authenticate beyond the IHS/WAS environment and a trusted connection in SSL/CLIENTCERT should be used by proxy, these headers must be stripped from Central's proxy
execution.
AS-5551
Fixed a defect where human tasks were faulted if all attachments were not added to a
process request form.
AS-5554
Fixed a problem where Out Of Memory errors were reported when performing a WSHT
GetTask.
AS-5555
Fixed a problem where two versions of a project could not be active at the same time in
9.2.2.
AS-5557
AS-5571
Fixed a problem when using task operations defined in the WSHT API with Redhat JBoss
EAP 6.x where the following error was reported:
java.lang.IllegalStateException:
The prefix identity is not bound. at
org.apache.ws.commons.schema.SchemaBuilder.getRefQName(SchemaBuilder.java:823)
Page 6 of 9
July 2015
Issue
Description
AS-5573
Fixed a problem when using ADMIN API (ae_metro_admin.jar) with Redhat JBoss EAP 6.x
where the following error was reported:
ClassNotFoundException: org.activebpel.rt.metro.jaxws.AeBaseJAXWSServiceImpl
AS-5574
AS-5576
Fixed a defect where getAllInvokeMetrics was not returning the correct average time. When
trying to use built-in reports services, incorrect metrics on response time were returned when
the same partnerlink and operation were used more than once. This issue also surfaced in
server performance statistics.
AS-5579
Fixed a problem with a Null pointer exception in ActiveVOS 9.2.1 when deployed to Oracle
WebLogic.
AS-5581
Fixed a defect where non-timeout JMS Connection Errors were masked by a connection
timeout message. Now, if the AeJMSTransactionManager throws an error during a
getConnection, it is always presented to the user as a connection timeout exception.
Note: For HornetQ, which has fine-grained security, the initial connection succeeds but the
underlying access to a specific queue might fail and the error will not be identified in the log.
AS-5585
Changed the WS-HT schema restriction to allow a priority field to be a negative number.
AS-5586
Enhanced human tasks to allow both users and groups to be potential owners of a task. Prior
to this change users and groups were mutually exclusive. Customers making use of the
ActiveVOS SDK should upgrade to the ActiveVOS 9.2.4.1 SDK to obtain the latest binary,
XML schema and WSDL updates.
AS-5600
Fixed a defect to now check if the AeJMSTransactionManager is closing before calling close
on the underlying connectionFactory to avoid deadlock.
AS-5601
Fixed a defect seen when the call failed if using multiple LIKE operands in a WS-Humantask
API call. Multiple occurrences of the LIKE operand with the WSHT API are now supported.
AS-5604
Fixed defect where a task did not appear in ActiveVOS Central if the task had users and
groups, or only groups set as the potential owner.
AS-5606
Updated to handle escape of '_' and '%' characters for task query when using a LIKE clause
with the WSHT API.
AS-5608
Fixed a problem where the server assumed any failure to be a timeout failure when, during
process recovery, executor service tasks are created to encapsulate work being performed.
Error handling now catches and reports errors with more granularity.
AS-5625
Page 7 of 9
July 2015
Issue
Description
AS-5636
AS-5641
AS-5642
AS-5645
Fixed a problem where addDelegate and removeDelegate operations were not working as
expected within a JBoss environment.
AS-5648
AS-5651
Fixed a defect where customer encountering SQL error during process migration when
configured for an Oracle database under certain situations.
Page 8 of 9
July 2015
Page 9 of 9