|
Replies:
1
-
Pages:
1
-
Last Post:
Jun 5, 2009 1:58 PM
by: johndemic
|
Threads:
[
Previous
|
Next
]
|
|
Posts:
2
From:
Poland
Registered:
6/1/09
|
|
|
|
Chapter 4 small corrections
Posted:
Jun 4, 2009 4:59 PM
|
|
Example 4.15 page 105 looks like: <service name="staticRecipientListService"> <inbound> <vm:inbound-endpoint address="vm://errors"/> </inbound> <outbound> <static-recipient-list-router> <recipients> <spring:value>jms://errors.ops</spring:value> <spring:value>jms://errors.engr</spring:value> <spring:value>jms://errors.reports</spring:value> </recipients> </static-recipient-list-router> </outbound> </service>
and comment to it:"Now all messages leaving the quoteProcessingService component will be sent to each of the defined outbound endpoints." I think there is missing component in code, something like this: <component> <spring-object bean="quoteProcessingService"/> </component>
And one more thing: incorrect numeration on page 90 under the code, in my opinion should be 1,2,3:)
Best regards, -- Pozdrowienia Łukasz Lipka http://lukaszlipka.blogspot.com/
|
|
Posts:
52
From:
Brooklyn, NY
Registered:
10/3/06
|
|
|
|
Re: Chapter 4 small corrections
Posted:
Jun 5, 2009 1:58 PM
in response to:
lukaszlipka
|
|
Thanks again for another good catch! The quoteProcessingService was a left over for an earlier revision of the chapter. This will be corrected in the print release and PDF, as well as the enumeration issues with the cueballs.
|
|
|
Legend
|
|
Gold: 300
+
pts
|
|
Silver: 100
- 299
pts
|
|
Bronze: 25
- 99
pts
|
|
Manning Author
|
|
Manning Staff
|
|