- JBTM-518 WST 1.1 support is now included in the default configuration
WS-BA 0.2.1 only imported the WST 1.0-compliant class libraries, and required a patch to import the WST 1.1-compliant class libraries. The BA framework now includes a libs/
directory that hosts the WST 1.1-compliant libraries, so WST 1.0 and 1.1 are both supported in the default configuration.
- JBTM-800 Deploying just the Coordinator component of XTS no longer causes an exception to be thrown.
The configuration instructions for deploying just the Coordinator component of XTS used to cause an exception, because the ATParticipantRecoveryModule was not available on the Participant component. he Participant and Coordinator recovery modules now create and install a manager if one is not already found, and the exception is no longer thrown.
- JBTM-803 WSDLs ares no longer duplicated in the WS-C and WS-TX JARs.
The WSDLs have been removed from the WS-TX JAR. Both the WS-C and WS-TX JAR are needed by XTS, and the duplicate information was causing confusion without serving a purpose.
- JBTM-804 The log of an invalid state SOAP fault now correctly reports that the participant is compensated, not cancelled.
An invalid state SOAP fault causes the participant to be compensated, but the log message used to report that was cancelled. This has been fixed, so that the log message now agrees with the actual action.
- JBTM-816 Threads in several components have been given names, for easier profiling.
The threads in the transaction reaper, reaper worker, action store scanner, and the XTS reaper worker have been given names. This makes them easier to identify during profiling.