mirror of https://github.com/apache/openjpa.git
OPENJPA-2332 - Update "no-driver" message content for clarity.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1446687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3bdb0b95d8
commit
05b41094b8
|
@ -17,10 +17,11 @@
|
||||||
|
|
||||||
bad-join: The following error was detected when creating a foreign key: \
|
bad-join: The following error was detected when creating a foreign key: \
|
||||||
"{0}". The foreign key is being ignored.
|
"{0}". The foreign key is being ignored.
|
||||||
no-driver: Attempting to use persistence.xml properties to resolve the datasource. \
|
no-driver: The persistence provider is attempting to use properties in the \
|
||||||
A JDBC Driver or DataSource class name must be specified in the \
|
persistence.xml file to resolve the data source. A Java Database Connectivity \
|
||||||
openjpa.ConnectionDriverName or javax.persistence.jdbc.driver property. \
|
(JDBC) driver or data source class name must be specified in the \
|
||||||
Available properties in the configuration are "{0}".
|
openjpa.ConnectionDriverName or javax.persistence.jdbc.driver property. \
|
||||||
|
The following properties are available in the configuration: "{0}".
|
||||||
bad-driver: The specified driver "{0}" is neither a java.sql.Driver \
|
bad-driver: The specified driver "{0}" is neither a java.sql.Driver \
|
||||||
nor a javax.sql.DataSource class name.
|
nor a javax.sql.DataSource class name.
|
||||||
bad-sch-ref: The schema information table could not be created: {0}
|
bad-sch-ref: The schema information table could not be created: {0}
|
||||||
|
|
Loading…
Reference in New Issue