Removed unused message concerning the number of pooled connections allowed.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@443019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin W. Sutter 2006-09-13 16:39:45 +00:00
parent 8a9c647907
commit 912c1262d6
1 changed files with 1 additions and 3 deletions

View File

@ -84,7 +84,7 @@ add-table: The table "{0}" was not created.
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-indexes: Reading indexes for table "{1}"
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.