Errata for Domain-Driven Design Using Naked Objects
We try to keep our books accurate, but sometimes mistakes creep
in. This page lists the errors submitted by our astute readers.
If you've found a new error, please
submit it.
The latest version of the book is P1.0,
released over 3 years ago.
If you've bought a PDF of the book and would like to upgrade
it to this version (for free), visit your
home page.
| PDF |
Paper |
Description |
Found in |
Fixed in |
|
33 |
#42998: Unless I am misunderstanding (hand coding in Netbeans 6.8)
book shows nakedobjects.properties as
nakedobjects.services.prefix = com.pragprog.dhnako.carserv.dom
should read
nakedobjects.services.prefix = com.pragprog.dhnako.carserv.service
At least, that what I needed to do to get it running--Alan Franklin #42998: Unless I am misunderstanding (hand coding in Netbeans 6.8)
book shows nakedobjects.properties as
nakedobjects.services.prefix = com.pragpr ...more...
|
P1.0
27-Apr-10
|
|
| 49 |
|
#42450: Just submitted an erratum relating to the Coffee Bytes link given on this page being broken, then was surprised not to see it in the list of errata.
Then I saw the message that errata containing hyperlinks are not accepted! I'll try again, leaving the protocol part off the URLs.
The link you gave for Coffee Bytes was to www.realjenius.com/platform_support
This is broken, but this works: archive.realjenius.com/platform_support
The latter link is referenced from the project page at code.google.com/p/coffee-bytes/
(which mentions that this project is no longer being maintained)
-- Justin
--Justin Forder #42450: Just submitted an erratum relating to the Coffee Bytes link given on this page being broken, then was surprised not to see it in the list of e ...more...
|
P1.0
14-Mar-10
|
|
|
75 |
#42002: references FredSmithSessionFixture instead of LogonAsFredSmithFixture (not that I can get it to work anyway!)--Niall Barry
|
P1.0
04-Jan-10
|
|
| 89 |
72 |
#42001: Last sentence on page seems to be a 'composite' of two - first should state something like "...by pressing the Shift key at the same time as clicking on the icon, you can see the menu options shown in fig 4.3. If you do [whatever] using the HTML viewer, it ..."--Niall Barry #42001: Last sentence on page seems to be a 'composite' of two - first should state something like "...by pressing the Shift key at the same time as c ...more...
|
P1.0
04-Jan-10
|
|
| 91 |
|
#47415: Cannot get "fsmith" to login, the logged in user is still "exploration" when I run it in exploration. The same problem persists even when I import chapter04-02 into eclipse from the given source code, except that in this case, the user "sven" is logged in. Long story short, I cannot log in as "sfmith" using the LogonAsFredSmithFixture method. It seams this error is very similar to error #42002. #47415: Cannot get "fsmith" to login, the logged in user is still "exploration" when I run it in exploration. The same problem persists even when I im ...more...
|
P1.0
19-Aug-11
|
|
| 123 |
|
#47430: In the Exercises section, the sentence "Finally, we
could simplify the AbstractCustomerFixture’s newCar( ) method to use Customer’s
newCar( ) action instead." should be "Finally, we
could simplify the AbstractCarFixture’s createCar( ) method to use Customer’s
newCar( ) action instead." #47430: In the Exercises section, the sentence "Finally, we
could simplify the AbstractCustomerFixture’s newCar( ) method to use Customer’s
newCar( ...more...
|
P1.0
21-Aug-11
|
|
| 127 |
|
#47432: In the createCar method, two lines (Car car = newTransientInstance(Car.class); car.modifyOwningCustomer(customer);) should be replaced with only one line (Car car = customer.newCar();). #47432: In the createCar method, two lines (Car car = newTransientInstance(Car.class); car.modifyOwningCustomer(customer);) should be replaced with on ...more...
|
P1.0
23-Aug-11
|
|
| 162 |
|
#41758: Customer-Name.java
public class Car ... should be public class Customer ...--Cesar Lesc
|
B7.0
08-Dec-09
|
|
| 231 |
|
#47518: The GivenCustomerWithNoVehiclesTest class has a typo: the line assertThat(customer.disableDeleteVehicle(), is(nullValue())); should be assertThat(customer.disableDeleteVehicle(), is(not(nullValue()))); #47518: The GivenCustomerWithNoVehiclesTest class has a typo: the line assertThat(customer.disableDeleteVehicle(), is(nullValue())); should be assertT ...more...
|
P1.0
07-Sep-11
|
|