OPENJPA-617 Removed hardcoding platform string.

a minor fix of the message text id from batch_update_success_count to batch-update-success-count.
Just caught that immediately after last commit.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@661207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Catalina Wei 2008-05-29 04:27:42 +00:00
parent 93417f99e3
commit d1aa6a2c48
2 changed files with 2 additions and 2 deletions

View File

@ -1111,7 +1111,7 @@ public class OracleDictionary
if (batchLimit > 0 && ps != null) {
updateSuccessCnt = ps.getUpdateCount();
if (log.isTraceEnabled())
log.trace(_loc.get("batch_update_success_count",
log.trace(_loc.get("batch-update-success-count",
updateSuccessCnt));
}
return updateSuccessCnt;

View File

@ -172,6 +172,6 @@ stream-exception: Unexpected error recovering the row to stream the LOB.
batch_unlimit: The batch limit was changed from unlimit (-1) to {0}.
function-not-supported: The database dictionary in use ("{0}") \
does not support "{1}" function.
batch_update_success_count: ExecuteBatch command returns update success count {0}
batch-update-success-count: ExecuteBatch command returns update success count {0}
connection-defaults: Initial connection autoCommit: {0}, holdability: {1}, \
TransactionIsolation: {2}