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.