Errata


Print Print Icon

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



Version Location Description Submitted By Corrected
Printed Page xvi
2nd paragraph

The preface says
"The JBoss workbook provides step-by-step instructions for installing configuring, and running the examples
from the manuscript on the JBoss 3.0 Application Server".
it should say "... on the JBoss 4.0 Application Server".

Anonymous 
Printed Page xvii
line after "Chapter 14, EJB 2.1: Web Services Standards"

WSLD should be WSDL (Web Services Description Language)

Anonymous 
Printed Page xx
first paragraph after "Acknowledgments"

greatful should be grateful

Anonymous 
Printed Page 17
5th paragraph

"based on JAX-RPC (Java API for XML-RPC)"
should be
"based on JAX-RPC (Java API for XML-based RPC)"

Anonymous 
Printed Page 21
3rd paragraph in CabinBean class

public Integer ejbCreate(Integer pk){
setId(id);
...

should be:

public Integer ejbCreate(Integer id){
setId(id);
...

Anonymous 
Printed Page 33
general note

Course-grained should be Coarse-grained

Anonymous 
Printed Page 48
2nd Paragraph

"The ejbActivate() method i activation callback methodss called ..."
should be
"The ejbActivate() method activation callback method is called ..."

Anonymous 
Printed Page 104
First Paragraph in "Java RMI return types, parameters, and exceptions"

"... and then proceed to examine addition restrictions imposed by Java RMI-IIOP."
should be:
"... and then proceed to examine additional restrictions imposed by Java RMI-IIOP."

Anonymous 
Printed Page 115
findByPrimaryKey method in CustomerHome

public Customer findByPrimaryKey(Integer id)
should be
public CustomerRemote findByPrimaryKey(Integer id)

Anonymous 
Printed Page 127
Code sample

import javax.ejb.RemoteException;
should be
import javax.ejb.RemoveException;

Anonymous 
Printed Page 277
2nd paragraph

Last sentence states "Appendix B provides tables of allowed operations..."
should be
"The appendix provides tables of allowed operations..."

Anonymous 
Printed Page 289
Last paragraph in session beans introduction

"...session beans don't represent persistent date and are not
saved to the database."
should read:
"...session beans don't represent persistent data
and are not saved to the database."

Anonymous 
Printed Page 387
4th paragraph

the TimedOut interface
should read:
the TimedObject interface

Anonymous