TIBCO ActiveMatrix(R) BusinessWorks Service Engine 5.9.2 hotfix TIB_amx_3.1.2_hotfix004, is now available.

TIBCO ActiveMatrix(R) BusinessWorks Service Engine 5.9.2 hotfix TIB_amx_3.1.2_hotfix004, is now available.

book

Article ID: KB0103674

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Service Engine -
Not Applicable -

Description

Description:
You can download this HotFix from the TIBCO Product Support FTP server using your eSupport username and password, at
        
        ftp://support-ftp.tibco.com

Once you have successfully logged into the server, you will find the hotfix packages under
        available_downloads/ActiveMatrix/BusinessWorksServiceEngine/5.9.2/TIB_amx_3.1.2_hotfix004

Listed below is a summary of updates included. Please refer to the hot fix readme document for any additional information.

================================================================================
Closed Issues in 3.1.2_hotfix004 (This Release)

AMRP-3417
SOAP reference bindings no longer drop XML prefixes.

AMRP-3416
Under load SOAP bindings no longer throw NPE when context parameters exist.

AMRP-3408
Redeployment of an application with a dependency now succeeds and does
not indefinitely display "In Progress". Unnecessary component JAR files are
correctly cleaned up from the node.

AMRP-3365
NPE is no longer thrown when attempting to undeploy a component in configured
state after node restart.

AMX-9590    
A post-install script has been provided that removes duplicate plug-ins from
TIBCO Business Studio to resolve issues when multiple products are installed in
the same &ltTIBCO_HOME>. See the section Post-Installation.

AMX-9761
The transaction log file no longer grows very large. The following Java
configuration properties are now available to control the maximum size and
number of transaction log files.

amf.node.txlogsize - The log size in KB, per log file. The minimum setting is 20.
amf.node.txlognum - The number of log files. The minimum setting is 2.

You can specify these properties in the node TRA file or set them in the Node
configuration screen in the Admininstrator UI.

BJMS-1035    
If an application has a SOAP-JMS reference, the SOAP binding now reconnects to
a JMS server if the server is restarted.

BJMS-1038    
Stopping an application or node now completes, even if a reference with a JMS
binding with a long timeout is waiting for a response from an unavailable service.
The fix causes a reference with a JMS binding to stop immediately. If you need
the reference with a JMS binding to stop gracefully while all the outstanding
requests are processed, add the following property to the node TRA file:

com.tibco.amf.binding.jms.closeEndpoint.gracefulShutdown=true

BJMS-1039    
JMS bindings now correctly handle reply messages with empty body.

SDS-5359    
Generated DAA for SOA projects can now be marked as derived in the preferences
page Window > Preferences > TIBCO SOA Platform > Runtime Artifacts, which
exposes a single checkbox (checked by default) that toggles whether
generated DAAs are marked as derived.

If a DAA is marked as not derived, Subversion will identify a changed DAA as a
candidate for checkin.

To verify if a generated DAA is derived, do the following:
1) Right-click the DAA in the Project Explorer and select Properties.

The dialog that displays has a checkbox Derived which should be
checked if the resource is derived, and unchecked if not.

SDS-5335
Installation of other products in the same &ltTIBCO_HOME> as ActiveMatrix Service
Grid no longer causes Administrator CLI generation to fail.

SDS-5295
The option to force refresh of the target platform from command line
when TIBCO Business Studio starts is now enabled.

To set the target platform, open
&ltTIBCO_HOME>/studio/3.5/eclipse/TIBCOBusinessStudio.ini in a text editor and
add the following line:

-DTARGET_PLATFORM_FILE_LOCATION=&ltabsolute path to the .target file>

SDS-5276
TIBCO Business Studio is now able to launch applications with optional
properties in RAD.

TAP-7995    
A WSDL file can now be generated for a deployed application after an upgrade to
the application fails.

TAP-8040    
Wiring a reference to a virtual service in the Administrator GUI no longer
requires significant time to complete.

TAP-8610    
Administrator now correctly handles an update action for a component that is
waiting for dependencies.

TAP-8612    
Whitespace changes to a WSDL file no longer prevents an application from being
upgraded.

Note: The fix applies only to newly-built DAAs. After applying the hotfix,
you must regenerate existing DAAs for the projects affected by the defect.

TAP-8614    
Warnings of type "Cannot resolve capabilities" are no longer issued when
performing application upgrade from TIBCO Business Studio.

TAP-8458
Internal application deployment files now get cleaned up from the disk on the
machine running the Administrator server.

TAP-8443
An application can now be undeployed even if the deploy or undeploy actions
did not complete successfully.

TAP-8239
In rare situations installing a new node in an existing environment or
deleting an existing environment fails. These actions now succeed.

TAP-8125
Editing a SOAP binding in the Administrator GUI to set a part ("hdr") to header
part type and then saving the binding configuration no longer results in an error.

================================================================================
Closed Issues in 3.1.2_hotfix003

TAP-8166
Binding is now mapped to the node when an application is deployed from TIBCO
Business Studio.

AMRP-3391
When a threading policy is configured in a provider application, a
NullPointerException is no longer thrown at runtime.

AMRP-3390
When a threading policy is configured in a provider application, under heavy
load, applications no longer become unresponsive.

AMRP-3371
The prepareForUndeploy and getServiceTarget callbacks for BPM components
are now called upon node restart.
================================================================================
Closed Issues in 3.1.2_hotfix002

INST-446
The installer now picks the correct configuration directory.

AMX-9218
Every other reply message is no longer lost when an application is upgraded and
two versions of the application's components are running.

AMX-9182
Upgrade no longer fails if the Administrator server is using HTTPS.

BJMS-943
When a Mediation invoke task is used with JMS Reference binding a JMS binding
timeout is now propagated back to Mediation component.

DSS-565
A PartialResultException no longer occurs with Microsoft ActiveDirectory if
"Group has Users" is specified.

DSS-566
A NullPointerException no longer occurs with Microsoft ActiveDirectory if a
Global Catalog is used with "GroupHasUser".

DSS-567
The credential server now starts during Administrator server creation.

DSS-568
Creating a new user in an LDAP authentication realm creation no longer times out
with the error: "Failed to retrieve top-level groups because of LDAP server
error".

DSS-572
A FileNotFoundException is no longer returned from a Keystore Provider while
replicating the Administrator server.

SDS-5155
The name of a promoted composite property no longer has an integer appended to
it.

SDS-5154
The sds.createProject command now behaves the same as the new TIBCO SOA Project
wizard and creates only the correct project assets for a specified project type.

TAP-8075
Removing superusers using the Administrator CLI now works correctly.

To apply the fix to samples in &ltCONFIG_HOME>/admin/&ltenterpriseName>/samples,
edit samples/admin-scripts-base.xml and replace these lines:

&ltimport file="${admin.cli.scripts.directory}/classpath_amxadministrator_3.1.2.xml" />
&ltimport file="${admin.cli.scripts.directory}/classpath_credentialserver_3.1.2.xml" />
&ltimport file="${admin.cli.scripts.directory}/classpath_uddi_amxintg_3.1.2.xml" />

with these lines:

&ltimport file="${admin.cli.scripts.directory}/classpath_amxadministrator_3.1.2.HF2.xml" />
&ltimport file="${admin.cli.scripts.directory}/classpath_credentialserver_3.1.2.HF2.xml" />
&ltimport file="${admin.cli.scripts.directory}/classpath_uddi_amxintg_3.1.2.HF2.xml" />

TAP-8059
If you upgrade an application that has SOAP binding and deploy using resolve
mode the appplication is no longer left in a "Partially Deployed" state.

TAP-7935
In Administrator > Governance > Enterprise Permissions you can now add a group
that is member of at least one other group.

MED-2617
Mediation tasks Input / Output that refer to WSDL inline schemas that in turn
refer to each other now resolve correctly.

MED-2670
WSDL files with inline schemas having attributes inside an element will now
show the attributes in the mapper.

MED-2685
Namespace declaration for a prefix used in an attribute of type QName is now
defined properly.

MED-2684
If an optional element of abstract type is used in a Mediation component,
the mapper in Mediation Flow no longer displays an error.

================================================================================
Closed Issues in 3.1.2_hotfix001

TAP-7830
Administrator no longer adds an extra "/" to a SOAP endpoint URI whenever a
a SOAP binding is created or edited.

TAP-7781
When an application with an outgoing reference is upgraded, the mapping of the
binding to the node is no longer lost. When the application is deployed, the
endpoints for the reference are no longer removed.

TAP-7764
Application upgrade now works when WSDL definition of a service provider is
changed but the service name is not changed.

SDS-5033
Exporting a custom feature as DAA no longer fails with the exception
"The feature xxxxxxx.feature was not resolved and is required for packaging".

SDS-5023
Business Studio now allows you to set the 'replyTo' property of an inbound
destination

MED-2618
A JDBC connection leak exception is no longer thrown during initialization when
the JDBC property of a Mediation flow with a QueryDB task is read.

CL-1992
When there are more than 100k logrecords in the logservice database, the node
that runs logservice no longer goes out of memory with default heap size
setting when the logservice is restarted.

CL-1981
When using the Log Viewer you are now able to run queries after exporting log
entries.

BJMS-810
A JMS reference with an In-only operation without any part in the input message,
and XMLBytes as Message Type no longer creates an incorrect JMS message type in
the reference queue

BJMS-804
When reference with a JMS binding is configured with
fixed-reply queue (for in-out MEP), the request message now sends the
correlation ID that has been set in in the context of the request message.

AMRP-3218
A TIBCO Host instance now requires all nodes to be running when you perform an
action to secure the communication to its nodes. If any of the nodes is not
running, the action will return an error without making any changes.

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

Issue/Introduction

TIBCO ActiveMatrix(R) BusinessWorks Service Engine 5.9.2 hotfix TIB_amx_3.1.2_hotfix004, is now available.

Environment

Product: TIBCO ActiveMatrix BusinessWorks Service Engine Version: 5.9.2 OS: All --------------------