Version 2.2.0.3

  • Added '--formatted' option to the ListCdrs tool to produce more easily readable output. (CDR-25)

Version 2.2.0.2

  • Added new config property "WriteWait". When set to "False", the resource adaptor will not wait for the CDR to be written to the file before reporting success to the calling SBB. This can be used to reduce latency in writing CDRs but means that queued CDRs will be lost in the event of a write error or node failure. When set to "True", the resource adaptor will only report success to the caller once the CDR has been written to the file. The default is "True", which gives the same behaviour as previous versions. (CDR-24)

Version 2.2.0.1

  • Fixed a NullPointerException that occurred when a text CDR file was closed if the resource adaptor was configured not to output a footer line to the file. (CDR-20)

  • Updated configuration default values in documentation. (CDR-21)

Version 2.2.0.0

  • Added binary CDR file support. (CDR-15)

  • Added support for CDR objects which have type com.google.protobuf.Message or Object. (CDR-8)

Version 2.1.0

  • The CDR RA 2.1 has been ported to the JAIN SLEE 1.1 Resource Adaptor API.

Version 2.0.0

  • The CDR RA 2.0 implements the recommended CDR 2.0 RA Type.

  • The CDR examples now include an test implementation of a simple CDR test service.

Previous page