From 42769bd9d801d129fbeda514ea32efbcafbcdab7 Mon Sep 17 00:00:00 2001 From: Donald Woods Date: Mon, 1 Mar 2010 16:24:31 +0000 Subject: [PATCH] OPENJPA-1544 Remove WebSphere version number from org/apache/ee/localizer.properties. Patch contributed by Cathy Nordstrom. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@917572 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/org/apache/openjpa/ee/localizer.properties | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties b/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties index ee27ab679..deaee6a69 100644 --- a/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties +++ b/openjpa-kernel/src/main/resources/org/apache/openjpa/ee/localizer.properties @@ -27,14 +27,13 @@ was-unsupported-op: Unable to execute {0} on a WebSphere managed transaction. \ WebSphere does not support direct manipulation of managed transactions. was-transaction-id-exception: Unable to determine identity of the current \ WebSphere managed transaction. Please ensure that your are running the \ - application from within WebSphere Application Server (version 5.0.2 or \ - newer). + application from within WebSphere Application Server. was-reflection-exception: An error occurred reflecting WebSphere proprietary \ interfaces. Please ensure that you are running the application from within \ - WebSphere Application Server (version 5.0.2 or newer). + WebSphere Application Server. was-lookup-error: An error occurred looking up the WebSphere extended JTA \ service. Please ensure that you are running the application from within \ - WebSphere Application Server (version 5.0.2 or newer). + WebSphere Application Server. tm-unavailable: Unable to obtain a TransactionManager using {0}. tsr-cannot-suspend: The Transaction Synchronization Registry can not suspend \ the current transaction.