mirror of https://github.com/apache/openjpa.git
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:
parent
accc2e01fb
commit
4a005fe340
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue