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.5_hotfix007 (This Release)
AMRP-4266 InvalidTransactionException no longer occurs during the processing of the reply message when a component that requires a global transaction has a reference that is virtualized; the transaction is now properly suspended on the request thread and resumed on the reply thread.
BJMS-1509 POOL_IDLE_TIMEOUT and POOL_BLOCKING_TIMEOUT properties for the connection factory resource instance can now be added in SystemNode.tra file.
POOL_IDLE_TIMEOUT is the time in minutes after which the idle connections are closed. The default is 5 minutes. The property for POOL_IDLE_TIMEOUT is java.property.com.tibco.amf.sharedresource.jms.connection.pool.idletimeout.
POOL_BLOCKING_TIMEOUT is the maximum amount of time in milliseconds a requestor will wait for a connection when the pool is at maximum. The default is 60000 ms (i.e., 1 minute). The property for POOL_BLOCKING_TIMEOUT is java.property.com.tibco.amf.sharedresource.jms.connection.pool.blockingtimeout.
DSS-754 Service invocations will no longer fail due to policy failures with specially-formatted, signed SAML assertions.
DSS-756 Any signed messages containing xsi:type can now be verified.