session = sessionFactory.getSession();
}
public void testThrowNullPointerException() {
try {
ThrowNullPointerException instance = new ThrowNullPointerException();
// This should cause CrazyDomainTypeHandlerFactoryImpl to throw
// a NullPointerException which should be ignored. But the standard
// implementation doesn't like ThrowNullPointerException either,
// so it should throw an exception. But the error message should
// contain the original NullPointerException that was thrown by