Mule In Action - Errata for the first edition

          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>


                <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>

  • Page 269,listing 11.9:
Title should read: "Using Spring to configure the HTML dashboard component"