Errata

Following are the errata for Domino Development with Java. Any further errata will be posted here.


Page 46 - Example 6.2

The line labelled #1 incorrectly uses the AgentContext object, it should use the Session object to access the database.

Database db = session.getDatabase(null,"names.nsf");