Errata

Just Spring Integration

Errata for Just Spring Integration

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed, PDF,
Page 11
Code snippet under Generic Implementation sub-heading

The accountPropeties Map that's been instantiated is not used in the code. It should be set on the MessageBuilder as shown below:

Message<Account> m = MessageBuilder.withPayload(a).copyHeaders(accountProperties)
.build();

Madhusudhan Konda
Madhusudhan Konda
 
Apr 05, 2012