From 1091ef43c1f6b9c21aa61b8a62860ca281e03fb1 Mon Sep 17 00:00:00 2001 From: dmiya3 Date: Fri, 22 Nov 2024 18:37:29 +0900 Subject: [PATCH] Fix create-jdbc-connection-pool messages for invalid pool name Signed-off-by: dmiya3 --- .../resources/org/glassfish/jdbc/config/LocalStrings.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appserver/jdbc/jdbc-config/src/main/resources/org/glassfish/jdbc/config/LocalStrings.properties b/appserver/jdbc/jdbc-config/src/main/resources/org/glassfish/jdbc/config/LocalStrings.properties index 80539a31495..9e6aeff7474 100644 --- a/appserver/jdbc/jdbc-config/src/main/resources/org/glassfish/jdbc/config/LocalStrings.properties +++ b/appserver/jdbc/jdbc-config/src/main/resources/org/glassfish/jdbc/config/LocalStrings.properties @@ -1,4 +1,5 @@ # +# Copyright (c) 2024 Contributors to the Eclipse Foundation. # Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. # # This program and the accompanying materials are made available under the @@ -15,3 +16,4 @@ # resourcename.isnot.unique=Name is already used by another resource. +resourceref.invalid.poolname=Invalid pool name! Check whether the pool exists.