jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/resources/rmic.properties
author chegar
Wed, 03 Dec 2014 14:22:58 +0000
changeset 27565 729f9700483a
parent 25859 3317bb8137f4
permissions -rw-r--r--
8049367: Modular Run-Time Images Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, bradford.wetmore@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, james.laskey@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com, sundararajan.athijegannathan@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
22084
fd3c6345eaef 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
smarks
parents: 7668
diff changeset
     3
# Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     8
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    10
# by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    24
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
#*****************************************************************************
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
#*                    Copyright (c) IBM Corporation 1998                     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
#*                                                                           *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
#* (C) Copyright IBM Corp. 1998                                              *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
#*                                                                           *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
#*****************************************************************************
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
# To add a generator sun.rmi.rmic.Foo which is invoked via the -foo option:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
#   1. Add "foo" to generator.args list.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
#   2. Add line: generator.class.foo=sun.rmi.rmic.Foo
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
#   3. Update rmic.usage string to include new arguments.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
# For each available generator, list the command line argument used
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
# to invoke it.  The value can be a single item or a comma separated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
# list.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
generator.args=v1.1,vcompat,v1.2,iiop,idl,xprint
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
# For each generator, specify the class to invoke, using the following
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
# syntax:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
#     generator.class.{arg}=fullClassName
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
# The 'default' entry is required and will be used if none of the args
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
# specified in generator.args is passed. Note that {arg} is compared
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
# using String.equalsIgnoreCase().
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
generator.class.default=sun.rmi.rmic.RMIGenerator
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
generator.class.v1.1=sun.rmi.rmic.RMIGenerator
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
generator.class.vcompat=sun.rmi.rmic.RMIGenerator
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
generator.class.v1.2=sun.rmi.rmic.RMIGenerator
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
generator.class.iiop=sun.rmi.rmic.iiop.StubGenerator
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
generator.class.idl=sun.rmi.rmic.iiop.IDLGenerator
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
generator.class.xprint=sun.rmi.rmic.iiop.PrintGenerator
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
# If a generator needs a BatchEnvironment other than
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
# sun.rmi.rmic.BatchEnvironment, specify it as follows:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
#     generator.env.{arg}=fullClassName
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
generator.env.iiop=sun.rmi.rmic.iiop.BatchEnvironment
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
generator.env.idl=sun.rmi.rmic.iiop.BatchEnvironment
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
generator.env.xprint=sun.rmi.rmic.iiop.BatchEnvironment
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
rmic.usage=Usage: {0} <options> <class names>\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
\nwhere <options> includes:\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
\n  -keep          Do not delete intermediate generated source files\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
\n  -keepgenerated (same as "-keep")\
22084
fd3c6345eaef 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
smarks
parents: 7668
diff changeset
    79
\n  -v1.1          Create stubs/skeletons for 1.1 stub protocol version (deprecated)\
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
\n  -vcompat       Create stubs/skeletons compatible with both\
22084
fd3c6345eaef 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
smarks
parents: 7668
diff changeset
    81
\n                           1.1 and 1.2 stub protocol versions (deprecated)\
fd3c6345eaef 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
smarks
parents: 7668
diff changeset
    82
\n  -v1.2          (default) Create stubs for 1.2 stub protocol version only (deprecated)\
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
\n  -iiop          Create stubs for IIOP. When present, <options> also includes:\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
\n                   -always           Create stubs even when they appear current\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
\n                   -alwaysgenerate   (same as "-always")\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
\n                   -nolocalstubs     Do not create stubs optimized for same process\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
\n  -idl           Create IDL. When present, <options> also includes:\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
\n                   -noValueMethods   Do not generate methods for valuetypes \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
\n                   -always           Create IDL even when it appears current\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
\n                   -alwaysgenerate   (same as "-always")\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
\n  -g             Generate debugging info\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
\n  -nowarn        Generate no warnings\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
\n  -nowrite       Do not write compiled classes to the file system\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
\n  -verbose       Output messages about what the compiler is doing\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
\n  -classpath <path>      Specify where to find input class files\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
\n  -bootclasspath <path>  Override location of bootstrap class files\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
\n  -d <directory>         Specify where to place generated class files\
7476
4d99b5032f82 7000729: NLS: rmic.properties cannot be processed by translation team
mfang
parents: 5506
diff changeset
   102
\n  -J<runtime flag>       Pass argument to the java interpreter\
4d99b5032f82 7000729: NLS: rmic.properties cannot be processed by translation team
mfang
parents: 5506
diff changeset
   103
\n
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
# Generic Messages
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
rmic.cant.read=Can''t read: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
rmic.cant.write=Can''t write: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
rmic.option.unsupported=The {0} option is no longer supported.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
rmic.option.unimplemented=The {0} option is not yet implemented.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
rmic.option.already.seen=The {0} option may be specified no more than once.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
rmic.option.requires.argument=The {0} option requires an argument.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
rmic.no.such.directory=The {0} directory does not exist.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
rmic.no.such.option={0} is an invalid option or argument.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
rmic.wrote=[wrote {0}]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
rmic.errors={0} errors
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
rmic.1error=1 error
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
rmic.warnings={0} warnings
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
rmic.1warning=1 warning
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
rmic.done_in=[done in {0} ms]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
rmic.no.memory=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
	The compiler has run out of memory.  Consider using the "-J-Xmx<size>" command line option to increase the maximum heap size.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
rmic.stack.overflow=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
	The compiler has run out of stack space.  Consider using the "-J-Xss<size>" command line option to increase the memory allocated for the Java stack.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
rmic.class.not.found=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
	Class {0} not found.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
rmic.missing.property=Missing property generator.class.{0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
rmic.cannot.instantiate=Cannot instantiate class {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
rmic.cannot.use.both=Cannot use both {0} and {1}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
rmic.resource.not.found={0} not found.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
rmic.no.output.dir=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
	Cannot find suitable output directory for {0}. Use the -d option to specify a root directory.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
rmic.cannot.create.dir=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
	Cannot create output directory {0}.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
# JRMP Messages
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
rmic.cant.make.stubs.for.interface=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
	{0} is an interface; stubs are needed only for remote object classes.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
rmic.must.implement.remote=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
	Class {0} does not implement an interface that extends java.rmi.Remote; only remote objects need stubs and skeletons.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
rmic.must.implement.remote.directly=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
	Stubs are only needed for classes that directly implement an interface that extends java.rmi.Remote; class {0} does not directly implement a remote interface.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
rmic.must.throw.remoteexception=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
	{0} is not a valid remote interface: method {1} must throw java.rmi.RemoteException.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
rmic.must.only.throw.exception=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
	Method {0} is not a valid remote method implementation because it throws {1}; implementations of remote methods may only throw java.lang.Exception or its subclasses.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
warn.rmic.tie.found=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
	An IIOP "tie" exists for class {0}:\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
	\n  {1}\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
	\nIf you use PortableRemoteObject.exportObject, you should remove this file; otherwise, your server object will be exported to IIOP rather than to JRMP.
22084
fd3c6345eaef 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
smarks
parents: 7668
diff changeset
   156
rmic.jrmp.stubs.deprecated=\
fd3c6345eaef 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
smarks
parents: 7668
diff changeset
   157
	Warning: generation and use of skeletons and static stubs for JRMP\
fd3c6345eaef 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
smarks
parents: 7668
diff changeset
   158
	\nis deprecated. Skeletons are unnecessary, and static stubs have\
fd3c6345eaef 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
smarks
parents: 7668
diff changeset
   159
	\nbeen superseded by dynamically generated stubs. Users are\
fd3c6345eaef 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
smarks
parents: 7668
diff changeset
   160
	\nencouraged to migrate away from using {0} to generate skeletons and static\
fd3c6345eaef 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons
smarks
parents: 7668
diff changeset
   161
	\nstubs. See the documentation for java.rmi.server.UnicastRemoteObject.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
# RMI-IIOP Messages
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
rmic.generated=[generated {0} in {1} ms]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
rmic.previously.generated=[previously generated file {0} is current]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
warn.rmic.member.not.mapped=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
    Data member {0} of class {1} was not mapped to IDL.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
rmic.iiop.constraint.1=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
    {0} is not a valid interface: does not inherit from java.rmi.Remote.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
rmic.iiop.constraint.2=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
    serialPersistentFields array of class {0} is invalid: references non-existent members.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
rmic.iiop.constraint.3=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
    {0} is not a valid remote interface: {1} is not a valid primitive or String constant.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
rmic.iiop.constraint.4=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
    {0} is not a valid value: serialPersistentFields must be private static final.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
rmic.iiop.constraint.5=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
    {0} is not a valid remote interface: method {1} must throw RemoteException or a superclass of RemoteException.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
rmic.iiop.constraint.6=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
    {0} is not a valid remote interface: inherited interfaces {1} both declare method {2}.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
rmic.iiop.constraint.7=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
    {0} is not a valid type: {1} differ only in case.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
rmic.iiop.constraint.8=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
    {0} is not a valid remote implementation: has no remote interfaces.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
rmic.iiop.constraint.9=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
    serialPersistentFields array member {0} of class {1} is invalid: type does not match declared member.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
rmic.iiop.constraint.10=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
    {0} is not a valid value: implements java.rmi.Remote.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
rmic.iiop.constraint.11=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
    {0} is not a valid value: does not implement java.io.Serializable.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
rmic.iiop.constraint.12=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
    {0} is not a valid value: invalid parent.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
rmic.iiop.constraint.13=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
    {0} is not a valid interface: the idl name for method {1} conflicts with another method.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
rmic.iiop.constraint.14=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
    {0} is not a valid abstract interface: not an interface.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
rmic.iiop.constraint.15=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
    {0} is not a valid abstract interface: implements java.rmi.Remote.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
rmic.iiop.constraint.16=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
    {0} is not a valid remote interface: not an interface.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
rmic.iiop.constraint.17=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
    {0} is not a valid remote implementation: not a class.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
rmic.iiop.constraint.18=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
    {0} is not a valid interface: method {1} may not pass an exception which implements org.omg.CORBA.portable.IDLEntity.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
rmic.iiop.constraint.19=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
    {0} is not a valid interface: the idl name for constant {1} conflicts with another constant.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
rmic.iiop.constraint.20=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
    {0} is not a valid class: the idl name for member {1} conflicts with another member.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
rmic.iiop.constraint.21=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
    {0} is a remote implementation class and cannot be used as a method argument or return type in {1}.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
rmic.iiop.constraint.22=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
    Internal failure: (Method) exception {0} not a class type.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
rmic.iiop.constraint.23=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
    Internal failure: (Method) caught null pointer exception for {0}.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
rmic.iiop.constraint.24=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
    Class {0} contains an invalid return type.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
rmic.iiop.constraint.25=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
    Class {0} contains an invalid argument type in method {1}.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
rmic.iiop.constraint.26=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
    Could not compile {0}.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
rmic.iiop.constraint.27=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
    Could not load class {0}.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
rmic.iiop.constraint.28=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
    {0} is a remote implementation class and cannot be used as a data member in {1}.