================================================================================ Closed Issues in 3.3.0_hotfix001 (This Release)
This hotfix contains fixes that apply to the following types of installations:
- Administration - Runtime Host - TIBCO Business Studio
AMRP-4776 The session ID issued to a user visiting the TIBCO ActiveMatrix Administrator login page is now changed after the user is authenticated by the system.
AMRP-4780 A HTTP connector resource instance that is associated with a Thread Pool resource instance no longer fails to install. The HTTP Connector can also now be deleted from the TIBCO ActiveMatrix Administrator user interface.
AMRP-4782 XML elements are no longer intermittently lost during JAXB conversion that resulted in values being set to null in the input objects received by the Java implementation.
AMRP-4793 Service request processing no longer stalls when using the virtualize and threading policies together under concurrent high load. The request processing now uses a dedicated thread pool with the same configuration as the threading policy.
AMRP-4800 The application name enrichment field (_cl.logicalCompId.matrix.application) is now correctly set in the log records of the "com.tibco.amx.messageflow" log.
BJMS-1565 Requests with multiple operations sent to JMS service bindings are no longer intermittently routed to incorrect operations.
DSS-831 Login to TIBCO ActiveMatrix Administrator no longer fails intermittently with the error "A Session has been closed more than one time".
HKAM-273 The SystemNode microagent no longer fails to initialize with the exception ClassNotFoundException: org.apache.harmony.security.x509.ExtensionValue.
HKAM-274 The Hawk AMX plugin microagent method "isHostRunning" no longer reports an incorrect state for a running host that is configured to be secure.
HKAM-275 The HAWK rulebase is now correctly created on all hosts (not only the SystemHost).
ISPR-255 Importing an external Spring configuration file using an absolute path is now supported in a design-time Spring component. To reference an external Spring configuration file, use <import resource="file:/<absolute path>" /> in beans.xml.
SDS-7358 A Java component with two or more WSDLs containing the same operation name no longer reports a validation error in TIBCO Business Studio.
TAP-12883 HTTP Client Resource template with SSL configuration now shows correctly as SSL enabled even when the machine name and port are specified with substitution variables.
TAP-12891 Downloading node logs from a replicated administrator no longer fails with the following error: TIBCO-AMX-INFRA-002126: error renaming <path>\retrievelog-root-1379033703875.zip.tmp to <path>\retrievelog-root-1379033703875.zip
TAP-12909 Searching for groups in the super user dialog now correctly returns groups instead of users in TIBCO ActiveMatrix Administrator.
TAP-12940 Unauthenticated users will no longer be able to access static web resources such as .xml files from the /amxadminstrator context of the TIBCO ActiveMatrix Administrator.
TAP-12957 Upgrading an application no longer fails if the user is not granted the "Create Resource Template" permission. New resource templates are imported while upgrading an application, provided the user is granted "Create Resource Template" permission. Warnings are displayed for the Application upgrade if there are new resource templates in a DAA but the user had not been granted the permission. In addition, existing resource templates are no longer overwritten with those from the DAA while upgrading an application.
TAP-12959 The configuration property "User Attribute with Group Names" of the LDAP Authentication resource template is now saved and applied correctly. Note: If the "User has groups" option is selected in LDAPAuthentication Resource Template, you must escape commas when specifying group names in the configuration field "Roles" which is under "Governance -> Governance Control" of type "Authorization by Role" in TIBCO ActiveMatrix Policy Director. For example: CN=Managers\,OU=Groups\,O=Company.
TAP-12963 TIBCO Policy Director with TIBCO BusinessWorks governance agent no longer fails to enforce Username Token Authentication because of incorrect admin_default_keystore URL.
TAP-12976 A Force Undeploy action executed from TIBCO ActiveMatrix Administrator for an application no longer hangs in some cases when using Oracle database.
TAP-12981 Partially fixes the issue that some user interface (UI) dialogs in TIBCO ActiveMatrix Administrator do not function correctly when using a HTTP Load Balancer with a URL prefix. For example, http://<load-balcr-host>:8080/production/amxadministrator, where "/production" is the prefix. The UI dialogs for JMS related resource templates, UDDI servers, and SOAP and JMS binding configuration now work correctly through the prefix. The UI dialogs that do not work are the login screen, log viewer and dashboard. You must define Load Balancer routing/mapping rules to ensure these screens work.
TAP-12997 Multiple actions executed using CLI in a single ANT target no longer fails when it goes through an HTTP load balancer URL with replicated TIBCO ActiveMatrix Administrator servers.
WSBT-901 The SOAP/HTTP reference binding now interprets a response SOAP message as a Fault when the Body-element of the message has a Fault-element regardless of the HTTP status code. The addition of this interpretation (as specified in WS-I profile) supports a wider interoperability.