Errata

Getting Started with Hibernate 3

Errata for Getting Started with Hibernate 3

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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 26
example 7

References to log4j.logger.net.sf.hibernate need to be changed to log4j.logger.org.hibernate. Also
log4j.logger.org.hibernate.cfg.Environment appender entry needs to be added. Compiler complains that it can
not find it.

Anonymous   
Printed Page 29
Example 8

Need to include hsql jars in 'tools.class.path', hbm2ddl will not execute without it in its classpath

Anonymous   
Printed Page 30
ant schema compilation

Compile task not defined in build.xml. The 'ant schema' output makes reference to it (either the dependency
is schema->compile->prepare, or schema->prepare, compile). Was not transferred from Hibernate: Developer's
Notebook to the short-cut doc.

Anonymous