Skip to main content

List of updates for IMS TM Resource Adapter Version 12


Product readme


Abstract

This document provides a cumulative list of updates for IMS™ TM Resource Adapter Version 12. This version is compatible with Rational® Application Developer Version 7 and later.

Content

IMS TM Resource Adapter Version 12 is based on J2EE Connector Architecture Version 1.5.
Version 12.1.2 is the latest version and it has the following updates:


Version 12.1.2

Updates:

  • Excessive messages are logged when the MFS path is chosen during development time in Rational Application Developer.

    The adapter is fixed to not print out the excessive logging messages.
  • During callout processing, message-driven beans (MDBs) running on the WebLogic server do not reconnect after being disconnected..

    The adapter is modified to set the reconnect time value to five seconds instead of reconnecting immediately.
  • During resume tpipe operations, if the response comes from a data store that is different from the original data store, the ACK incorrectly goes to the original data store.

    The adapter is modified to use the data store name on the response from the host in the subsequent ACK.
  • When MDBs are disconnected due to the host system going down, the SSL sockets are not properly disconnected and therefore cannot be reconnected for subsequent communications.

    The adapter is modified to disconnect the SSL socket properly before sending in a message over to the host.
  • The resource adapter does not expose the clientID to the user.

    The adapter is modified to expose the clientID to the user through the IMSConnectionMetaData class. From the IMSConnection class the user can call the IMSConnectionMetaData class. Then, using the IMSConnectionMetaData class, the user can call the 'getClientID' method to retrieve the clientID, which can be user-provided or generated by the adapter. For example:

    Connection connection = null;
    IMSConnectionMetaData meta = (IMSConnectionMetaData)connection.getMetaData();
    String clientID = meta.getClientID();.

  • SSL sockets hang during connection time.

    The adapter is modified to use a timeout value during connection time to prevent the SSL sockets from hanging. In IMS callout cases, a default value of 60 seconds is used. For non-callout cases, the socket timeout value from the InteractionSpec is used.



See the IMS TM Resource Adapter web page for information about all available versions.

Rate this page:

(0 users)Average rating

Copyright and trademark information

IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.

Rate this page:


(0 users)Average rating

Add comments

Document information

IMS

Transaction Manager


Software version:
12.1


Operating system(s):
z/OS


Reference #:
7036789


Modified date:
2012-12-14

Translate my page

Content navigation