# # Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. # # This program and the accompanying materials are made available under the # terms of the Eclipse Public License v. 2.0, which is available at # http://www.eclipse.org/legal/epl-2.0. # # This Source Code may also be made available under the following Secondary # Licenses when the conditions for such availability set forth in the # Eclipse Public License v. 2.0 are satisfied: GNU General Public License, # version 2 with the GNU Classpath Exception, which is available at # https://www.gnu.org/software/classpath/license.html. # # SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 # com.sun.faces.MANAGED_BEAN_AS_LIST_CONFIG_ERROR=Incorrect configuration for managed bean \u00ab{0}\u00bb. Managed bean configured with list entries, but also has illegally defined map entries and/or one or more managed properties. com.sun.faces.MANAGED_BEAN_AS_MAP_CONFIG_ERROR=Incorrect configuration for managed bean \u00ab{0}\u00bb. Managed bean configured with map entries, but also has illegally defined one or more managed properties. com.sun.faces.MANAGED_BEAN_INVALID_SCOPE=Invalid managed-bean-scope \u00ab{0}\u00bb for managed bean \u00ab{1}\u00bb. Scope must be none, application, session, or request. com.sun.faces.MANAGED_BEAN_LIST_PROPERTY_CONFIG_ERROR=Incorrect configuration for managed bean \u00ab{0}\u00bb. Managed property \u00ab{1}\u00bb defines list entries, but has illegally defined a value and/or map entries. com.sun.faces.MANAGED_BEAN_MAP_PROPERTY_CONFIG_ERROR=Incorrect configuration for managed bean \u00ab{0}\u00bb. Managed property \u00ab{1}\u00bb defines map entries, but has illegally defined a value as well. com.sun.faces.MANAGED_BEAN_PROPERTY_CONFIG_ERROR=Incorrect configuration for managed bean \u00ab{0}\u00bb. Managed property \u00ab{1}\u00bb containins no list or map entires, nor any value elements. com.sun.faces.MANAGED_BEAN_NO_MANAGED_BEAN_NAME=Managed bean configuration error in document \u00ab{0}\u00bb (managed-bean definition ending at line number {1}) - no defined 'managed-bean-name'. com.sun.faces.MANAGED_BEAN_NO_MANAGED_BEAN_CLASS=Incorrect configuration for managed bean \u00ab{0}\u00bb. No defined managed-bean-class. com.sun.faces.MANAGED_BEAN_NO_MANAGED_BEAN_SCOPE=Incorrect configuration for managed bean \u00ab{0}\u00bb. No defined managed-bean-scope. com.sun.faces.MANAGED_BEAN_NO_MANAGED_PROPERTY_NAME=Incorrect configuration for managed bean \u00ab{0}\u00bb. Managed property with no defined managed-property-name.