Hello,
I think there is a error in the Programmer guide concerning the JDBC driver loading in chapter 23.
In the part "Loading the driver", it says that you load the driver by using the class "postgresql.Driver".
It fails at run time since the real class name is "org.postgresql.Driver" in the JDBC driver package postgresql.jar
Cheers
Philippe NAEL