Errata for JBoss: A Developer's Notebook
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 |
Page 20
Last paragraph |
The instruction states that you should "do another build" and deploy to the
application counter change. The problem is that unless the "clean" option is run Ant
will not redeploy becuase nothing has changed in the war file.
|
Anonymous |
|
|
| Printed |
Page 70
2nd and 3rd paragraph |
When talking about LDAP authentication, the second paragraph says:
This would require knowing that we should use the uid=sam entry under
ou=People,dc=jboss,dc=org for the uid=sam entry.
should be:
This would require knowing that we should use the uid=sam entry under
ou=People,o=jbossnotebook for the uid=sam entry.
A similar mistake is made in the first sentence of the third paragraph,
To find the roles for the user, we'd need to know to look for groups under
ou=Roles,cd=jboss,dc=org..
which should read:
To find the roles for the user, we'd need to know to look for groups under
ou=Roles,o=jbossnotebook.
|
Anonymous |
|
|
| Printed |
Page 88
Second to last paragraph |
One thing we didn't mention is that the logging format is the standard web request
logging format...
is already mentioned on page 87
|
Anonymous |
|
|
| Printed |
Page 109
6th line |
public Intenger ejbCreate(String name)
^
should be:
public Integer ejbCreate(String name)
|
Anonymous |
|
|
| Printed |
Page 131
5th paragraph |
in the sentence "Instead of uncommenting the java:/jaas/web-console security domain
currently referenced, set the security domain to java:/jass/jmx-console."
java:/jass/jmx-console"
should be
java:/jaas/jmx-console
|
Anonymous |
|
|