Mule In Action - Errata for the first edition
- Page 13, in the first paragraph of the TRANSFORMER
sub-section:
"On top of that, each transport contributes its own set of
specific transports" should read "On top of that, each transport contributes
its own set of specific transformers"
- Page 33, first paragraph:
"the
backslash in front of the equal sign should be omitted" should read "the
backslash in front of the colon should be omitted"
- In the Beginning of Chapter 3, add the following boxed note:
The TCP
port numbers used in this chapter are generally the default for each
transport. Please note, however, that the corresponding source
code for the examples deliberately uses uncommon ports. This is to
prevent the running examples from conflicting with whatever services
are already running on your computer.
Change "http://localhost:9090/greeting" to
"http://localhost:8080/greeting"
The following should be
added before the <model>element:
<file:connector name="FileConnector">
<file:expression-filename-parser/>
</file:connector>
- Page 63, listing 3.16:
<byte-array-to-strinkg-transformer/> should be
"string" not "strinkg"
- Page
55, first paragraph:
Should
read: "...subsequently
delivered to accounting@clood.com."
- Page 65, table 3.5:
Description
for "queue" should read: "The
queue to send to; cannot be used in conjunction with topic "
Description
for "topic" should read: "The topic to send to; cannot be used in
conjunction with queue"
- Page 67, listing 3.5.2:
Second sentence should read: "We'll test that the
backup-reports topic is working by subscribing to it and saving the
reports to a file."
- Page 105,
listing 4.21:
The
<vm:inbound-endpoint referenced by the first callout should look like
this:
<vm:inbound-endpoint address="vm://farmRequests"
synchronous="true">
<message-properties-transformer>
<add-message-property key="MULE_CORRELATION_GROUP_SIZE"
value="3"/>
</message-properties-transformer>
</vm:inbound-endpoint>
Title should read: "Using
Spring to configure the HTML dashboard component"