All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.jdo.api.persistence.enhancer.Bundle.properties Maven / Gradle / Ivy

There is a newer version: 6.2024.6
Show newest version
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License").  You
# may not use this file except in compliance with the License.  You can
# obtain a copy of the License at
# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
# or packager/legal/LICENSE.txt.  See the License for the specific
# language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file at packager/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# Oracle designates this particular file as subject to the "Classpath"
# exception as provided by Oracle in the GPL Version 2 section of the License
# file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [year] [name of copyright owner]"
#
# Contributor(s):
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license."  If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above.  However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.
#

# ResourceBundle properties file for model messages
# key consists of: enhancer..
#  - is optional, package under model
#  - short description (use _ to represent space)
# all keys should be in lowercase


#
# Global enhancer messages
#

# {0}=detailed message
enhancer.error=JDO ENHANCER: At least one error occurred while enhancing input class for Transparent Persistence; detailed message(s): {0}

# {0}=error number, {1}=detailed message
enhancer.enumerated_error=JDO ENHANCER: Error ({0}): {1}

# {0}=detailed message
enhancer.internal_error=JDO ENHANCER: An internal error occurred while enhancing input class; detailed message: {0}

# {0}=detailed message
enhancer.warning=JDO ENHANCER: Warning: A problem has been detected while enhancing input class for transparent persistence; detailed message: {0}


#
# Enhancer core messages
#

#
enhancer.io_error_while_reading_stream=I/O error while reading input stream.

#
enhancer.class_format_error=The input stream does not denote a valid Java class.

#
enhancer.io_error_while_writing_stream=I/O error while writing output stream.

# {0}=file name
enhancer.file_not_found=The file {0} was not found.

# {0}=file name
enhancer.io_error_while_reading_file=I/O error while reading file {0}.

# {0}=dir name
enhancer.unable_to_create_dir=Unable to create the directory named {0}.

# {0}=file name
enhancer.class_previously_annotated=The class {0} was previously annotated.

# {0}=class name, {1}=interface name
enhancer.class_implements_jdo_pc=The class {0} implements the interface {1}.

# {0}=class name, {1}=method name
enhancer.class_defines_jdo_method=The persistence-capable class {0} defines a JDO method called {1}.

# {0}=class name, {1}=field name
enhancer.class_defines_jdo_field=The persistence-capable class {0} defines a JDO field called {1}.

# {0}=class name, {1}=member name
enhancer.class_has_jdo_like_member=The persistence-capable class {0} defines a member {1} whose name starts with the reserved jdo prefix.


#
# Unsupported enhancer messages
#
# (don't need to be localized unless we expose the command-line interface
# of the enhancer to the user)
#

# {0}=class name, {1}=file name, {2}=file name
enhancer.class_already_entered=The class {0} from {1} is already entered from {2}.

# {0}=dir name, {1}=dir name
enhancer.destination_directory_already_set=Attempt to set the destination directory to {0}, but it has already been set to {1}.

# {0}=dir name
enhancer.destination_directory_not_exist=The destination directory {0} does not exist.

# Enhancer generator messages
# {0}=exception string
CME.generic_exception=Some exception occurred in enhancer generator: {0}
CME.generic_exception_stack=Some exception occurred in enhancer generator: 

#Failed to create destination directory.
#{0}=Destination directory
EXC_DestDirCreateFailure=Unable to create destination directory: {0} 





© 2015 - 2024 Weber Informatics LLC | Privacy Policy