1.3 Beta1 Release Notes
Release Date: May 14, 2008
New Features:
New Custom Component - InOnlySplitter
The new InOnlySplitter component can be used to receive a message exchange (normally an In-Out), make a copy of the in message and send a new In-Only exchange to a specified target endpoint. This is useful when you want to send a copy of the message to a separate sub-flow that can run asynchronously. This component can also be used to take a single message exchange that contains multiple records and create a new In-Only exchange for each record.
The Transformer component now provides the ability to validate the source and/or target message. If the message format is XSD, then the supplied schema is used for validation. If the format is a custom MDL format, the MDL is used for validation. If a message is deemed invalid according to its definition, a Fault message is returned containing the validation error.
Improved MDL Parser Error Messages
The MDL Parser used to parse custom formats as well as HL7 and X12 have been improved to give more information when a parsing error occurs. Now, errors include the element in the message where the failure occured as well as a portion of the data that caused the issue when applicable.
Bug Fixes
The following issues have been resolved in this release:
| Bug ID | Description |
362 | The HL7 tester reports cryptic error message |
537 | The latency statistics information for TCP/IP component seems to be wrong |
581 | Allow the CBR component to use metadata as a TrxID type |
590 | Copy/Paste inconsistency |
606 | Recoverable Fault causes exception which loses message |