You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Noel J. Bergman" <no...@devtech.com> on 2002/06/21 00:58:57 UTC

[PATCH] JdbcDataSource.java (again)

This patch logs the exception from DriverManager.getConnection().  The
current code assumes (why?) that it should never happen.

For example, it may happen if there are incorrect security privileges, and
the user is not running with PHOENIX_SECURE=false.

I am resubmitting this patch because it wasn't included in the most recent
CVS update of the file, and CVS reported merge conflicts.

	--- Noel