You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pc...@apache.org on 2006/11/05 20:25:17 UTC

svn commit: r471499 - in /incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc: conf/localizer.properties meta/localizer.properties meta/strats/localizer.properties sql/localizer.properties

Author: pcl
Date: Sun Nov  5 11:25:16 2006
New Revision: 471499

URL: http://svn.apache.org/viewvc?view=rev&rev=471499
Log:
correct configuration property name

Modified:
    incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties
    incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties
    incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties
    incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties

Modified: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties?view=diff&rev=471499&r1=471498&r2=471499
==============================================================================
--- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties (original)
+++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/conf/localizer.properties Sun Nov  5 11:25:16 2006
@@ -221,7 +221,7 @@
 
 connecting-for-dictionary: OpenJPA will now connect to the database to attempt \
     to determine what type of database dictionary to use.  To prevent this \
-	connection in the future, set your org.apache.openjpa.jdbc.DBDictionary \
+	connection in the future, set your openjpa.jdbc.DBDictionary \
     configuration property to the appropriate value for your database (see \
     the documentation for available values).
 map-factory: Using mapping factory "{0}".

Modified: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties?view=diff&rev=471499&r1=471498&r2=471499
==============================================================================
--- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties (original)
+++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/localizer.properties Sun Nov  5 11:25:16 2006
@@ -81,7 +81,7 @@
 	a unique constraint exists.
 generic-unique-support: "{0}" marks its columns as having a unique constraint, \
 	but your database does not support unique constraints.  Include \
-	"SupportsUniqueConstraints=true" in the org.apache.openjpa.jdbc.DBDictionary \
+	"SupportsUniqueConstraints=true" in the openjpa.jdbc.DBDictionary \
 	configuration property to override this default.
 generic-defer-unique: "{0}" marks its columns as having a deferred unique \
 	constraint, but the existing constraint on these columns is not deferred. \
@@ -187,7 +187,7 @@
 	a unique constraint exists.
 join-unique-support: "{0}" marks its join columns as having a unique \
 	constraint, but your database does not support unique constraints.  \
-	Include "SupportsUniqueConstraints=true" in the org.apache.openjpa.jdbc.DBDictionary \
+	Include "SupportsUniqueConstraints=true" in the openjpa.jdbc.DBDictionary \
 	configuration property to override this default.
 join-defer-unique: "{0}" marks its join columns as having a deferred unique \
 	constraint, but the existing constraint on these columns is not deferred. \
@@ -331,7 +331,7 @@
 	reverse map it into a Java char because OpenJPA is currently configured to \
 	store Java chars into numeric database columns.  To configure OpenJPA to \
 	store Java chars into CHAR(1) columns, set the following property:\n\
-	org.apache.openjpa.jdbc.DBDictionary: StoreCharsAsNumbers=false
+	openjpa.jdbc.DBDictionary: StoreCharsAsNumbers=false
 revtool-running: The reverse mapping tool will run on the database.  The tool \
 	is gathering schema information; this process may take some time.  Enable \
 	the org.apache.openjpa.jdbc.Schema logging category to see messages about schema data.

Modified: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties?view=diff&rev=471499&r1=471498&r2=471499
==============================================================================
--- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties (original)
+++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/meta/strats/localizer.properties Sun Nov  5 11:25:16 2006
@@ -110,7 +110,7 @@
 	outer joins to function.  Your database dictionary is configured to use \
 	"traditional" join syntax, which does not support outer joins.  To \
 	use SQL 92 joins instead, set the following property:\n\
-	org.apache.openjpa.jdbc.DBDictionary: JoinSyntax=sql92
+	openjpa.jdbc.DBDictionary: JoinSyntax=sql92
 unknown-discrim-value: Could not map disciminator value "{0}" to any \
 	known subclasses of the requested class "{1}" (known discriminator \
 	values: {2}).

Modified: incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties?view=diff&rev=471499&r1=471498&r2=471499
==============================================================================
--- incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties (original)
+++ incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties Sun Nov  5 11:25:16 2006
@@ -28,7 +28,7 @@
 	does not have feature "{1}".  This feature is needed to complete the \
 	current operation.  To force OpenJPA to try to use the feature anyway, set \
 	the following property:\n\
-	org.apache.openjpa.jdbc.DBDictionary: {1}=<value>
+	openjpa.jdbc.DBDictionary: {1}=<value>
 cant-outer-fk: Could not outer join the given foreign key "{0}" due to syntax \
 	and foreign key limitations.  The join was converted to an inner join.
 no-auto-assign: This database dictionary does not support auto-assigned column \
@@ -47,7 +47,7 @@
 sqlserver-netdirect-batch: The JNetDirect JDBC driver has problems when using \
 	batch statements. Please disable prepared \
 	statement pooling when using the this JDBC driver by including \
-	"BatchLimit=0" in your org.apache.openjpa.jdbc.DBDictionary \
+	"BatchLimit=0" in your openjpa.jdbc.DBDictionary \
 	configuration property.
 sqlserver-cursor: The SQLServer connection URL "{0}" may be invalid: \
 	it does not contain the parameter "SelectMethod=cursor", which is \
@@ -56,7 +56,7 @@
 	this message by setting the "JoinSyntax" DBDictionary property \
 	to "database".\
 	For example:\n\
-	org.apache.openjpa.jdbc.DBDictionary: oracle(JoinSyntax=database)
+	openjpa.jdbc.DBDictionary: oracle(JoinSyntax=database)
 oracle-batch-lob: LOB operations not allowed for batched statement: {0}
 oracle-batch-bug: The Oracle 9.2 JDBC driver has problems with \
 	batch statements and has been disabled by default.  You can \
@@ -71,17 +71,17 @@
 oracle-connecting-for-driver: OpenJPA is now connecting to the database in order \
 	to figure out what JDBC driver you are using, as OpenJPA must alter its \
 	behavior for this database depending on the driver vendor.  To avoid this \
-	connection, set the DriverVendor value in your org.apache.openjpa.jdbc.DBDictionary \
+	connection, set the DriverVendor value in your openjpa.jdbc.DBDictionary \
 	configuration property to one of the following values:\n\
 	oracle, oracle92 (for the 9.2 driver), datadirect, datadirect61 \
 	(for driver versions <= 3.1), other \n\
 	For example:\n\
-	org.apache.openjpa.jdbc.DBDictionary: oracle(DriverVendor=oracle92)
+	openjpa.jdbc.DBDictionary: oracle(DriverVendor=oracle92)
 oracle-constant: Cannot outer join tables "{0}" and "{1}" using native \
 	join syntax and constant joins.  If you are using Oracle 9 or higher, \
 	you should instead use SQL92 joins by specifying the JoinSyntax \
-	value in the org.apache.openjpa.jdbc.DBDictionary configuration property:\n\
-	org.apache.openjpa.jdbc.DBDictionary: oracle(JoinSyntax=sql92).
+	value in the openjpa.jdbc.DBDictionary configuration property:\n\
+	openjpa.jdbc.DBDictionary: oracle(JoinSyntax=sql92).
 oracle-savepoint: An error occurred when attempting to set an Oracle \
 	savepoint "{0}".  You must use Oracle driver and database 9.2 or higher.
 oracle-rollback: An error occurred when attempting to rollback to an Oracle \
@@ -103,7 +103,7 @@
 warn-generic: Your database configuration was not recognized as a supported \
 	OpenJPA database. The generic dictionary will be used, which may result in \
 	limited functionality. This behavior can be overridden by specifying the \
-	appropriate dictionary class in the "org.apache.openjpa.jdbc.DBDictionary" \
+	appropriate dictionary class in the "openjpa.jdbc.DBDictionary" \
 	property of the OpenJPA configuration.
 using-dict: Using dictionary class "{0}"{1}.
 no-pessimistic: This dictionary ({0}) does not support locking, so \