1 cosTransactions Release Notes
1.1 cosTransactions 1.2, Release Notes
1.1.1 Improvements and new features
- The stub/skeleton-files generated by IC have been improved, i.e., depending on the IDL-files, reduced the size of the erl- and beam-files and decreased dependencies off Orber's Interface Repository. It is necessary to re-compile all IDL-files and use COS-applications, including Orber, compiled with IC-4.2.
Own id: OTP-4576
1.1.2 Fixed bugs and malfunctions
1.1.3 Incompatibilities
1.1.4 Known bugs and problems
1.2 cosTransactions 1.1.2, Release Notes
1.2.1 Improvements and new features
- To avoid un-necessary Heuristic decisions cosTransactions now recognize more systems exceptions.
Own Id: OTP-4485
1.2.2 Fixed bugs and malfunctions
1.2.3 Incompatibilities
1.2.4 Known bugs and problems
1.3 cosTransactions 1.1.1.1, Release Notes
1.3.1 Improvements and new features
Updated internal documentation.
1.3.2 Fixed bugs and malfunctions
1.3.3 Incompatibilities
1.3.4 Known bugs and problems
1.4 cosTransactions 1.1.1, Release Notes
1.4.1 Improvements and new features
- cosTransactions is now able to handle upgrade properly.
Own Id: -
- The cosTransactions factory now accepts
maxRetries
andcomFailWait
options, which overrides the configuration parameters.
Own Id: -
1.4.2 Fixed bugs and malfunctions
1.4.3 Incompatibilities
- The configuration parameters
comm_failure_wait
andmax_retries
changed tomaxRetries
andcomFailWait
. The default value formaxRetries
have been raised from 20 to 40.
Own Id: -
1.4.4 Known bugs and problems
1.4.4.1 CosTransactions
- The same as in the last release.
1.5 cosTransactions 1.1, Release Notes
1.5.1 Improvements and new features
- First release of the cosTransactions application.
Own Id: OTP-1741
1.5.2 Fixed bugs and malfunctions
1.5.3 Incompatibilities
1.5.4 Known bugs and problems
1.5.4.1 CosTransactions
- The operation CosTransactions_RecoveryCoordinator:replay_completion/3 is blocking. According to the specification it should not be blocking.