Author: kwsutter
Date: Wed Sep 13 09:39:45 2006
New Revision: 443019

URL: http://svn.apache.org/viewvc?view=rev&rev=443019
Log:
Removed unused message concerning the number of pooled connections allowed.

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

Modified: 
incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties?view=diff&rev=443019&r1=443018&r2=443019
==============================================================================
--- 
incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties
 (original)
+++ 
incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/schema/localizer.properties
 Wed Sep 13 09:39:45 2006
@@ -84,7 +84,7 @@
 add-seq: The sequence "{0}" was not added to the database.
 bad-col: Existing column "{0}" on table "{1}" is incompatible with the \
        same column in the given schema definition. Existing column:\n{2}\
-       Given column:\n{3}      
+       Given column:\n{3}
 bad-pk: Existing primary key "{0}" on table "{1}" is incompatible with \
        the same primary key in the given schema definition.
 bad-index: Existing index "{0}" on table "{1}" is incompatible with the \
@@ -128,5 +128,3 @@
 generating-foreign: Reading foreign keys for table "{1}"
 generating-sequences: Reading sequences for schema "{0}"
 no-custom-ds: use a custom DataSource
-max-pool-license: Your license only permits a maximum of {0} pooled \
-       connections; the connection pool will be configured accordingly.


Reply via email to