Author: ppoddar
Date: Mon Oct  3 23:27:44 2011
New Revision: 1178636

URL: http://svn.apache.org/viewvc?rev=1178636&view=rev
Log:
useful error message for connection establishment problem

Modified:
    
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties

Modified: 
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties?rev=1178636&r1=1178635&r2=1178636&view=diff
==============================================================================
--- 
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties
 (original)
+++ 
openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties
 Mon Oct  3 23:27:44 2011
@@ -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}


Reply via email to