useful error message for connection establishment problem

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1178636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2011-10-03 23:27:44 +00:00
parent accc2e01fb
commit 4a005fe340
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
bad-join: The following error was detected when creating a foreign key: \
"{0}". The foreign key is being ignored.
no-driver: A JDBC Driver or DataSource class name must be specified in the \
ConnectionDriverName property.
ConnectionDriverName property. Available properties in configuration \
are "{0}".
bad-driver: The specified driver "{0}" is neither a java.sql.Driver \
nor a javax.sql.DataSource class name.
bad-sch-ref: The schema information table could not be created: {0}