| # |
| # Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved. |
| # |
| # This program and the accompanying materials are made available under the |
| # terms of the Eclipse Distribution License v. 1.0, which is available at |
| # http://www.eclipse.org/org/documents/edl-v10.php. |
| # |
| # SPDX-License-Identifier: BSD-3-Clause |
| # |
| |
| |
| # |
| # Message resource file |
| # |
| |
| |
| |
| CustomizationContextChecker.UnacknolwedgedCustomization = \ |
| Specified {0} customization is not used. |
| |
| |
| SchemaConstraintChecker.UnableToCheckCorrectness = \ |
| Unable to check the correctness of the schema due to OutOfMemoryError. \ |
| This typically happens when your schema contains constructs like maxOccurs="999". \ |
| In the future compilation, add the '-nv' option to skip the correctness check \ |
| for faster compilation. |
| |
| |
| |
| |
| IncorrectNamespaceURIChecker.WarnIncorrectURI = \ |
| No JAXB customization was detected in the schema but the prefix "jaxb" is used for \ |
| other namespace URIs. If you did intend to use JAXB customization, make sure the namespace URI is "{0}" |
| |
| |
| |
| |
| |