src/share/jaxws_classes/com/sun/tools/internal/ws/resources/model.properties

Thu, 31 Aug 2017 15:18:52 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:18:52 +0800
changeset 637
9c07ef4934dd
parent 368
0989ad8c0860
parent 0
373ffda63c9a
permissions
-rw-r--r--

merge

aoqi@0 1 #
aoqi@0 2 # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
aoqi@0 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
aoqi@0 4 #
aoqi@0 5 # This code is free software; you can redistribute it and/or modify it
aoqi@0 6 # under the terms of the GNU General Public License version 2 only, as
aoqi@0 7 # published by the Free Software Foundation. Oracle designates this
aoqi@0 8 # particular file as subject to the "Classpath" exception as provided
aoqi@0 9 # by Oracle in the LICENSE file that accompanied this code.
aoqi@0 10 #
aoqi@0 11 # This code is distributed in the hope that it will be useful, but WITHOUT
aoqi@0 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
aoqi@0 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
aoqi@0 14 # version 2 for more details (a copy is included in the LICENSE file that
aoqi@0 15 # accompanied this code).
aoqi@0 16 #
aoqi@0 17 # You should have received a copy of the GNU General Public License version
aoqi@0 18 # 2 along with this work; if not, write to the Free Software Foundation,
aoqi@0 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
aoqi@0 20 #
aoqi@0 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
aoqi@0 22 # or visit www.oracle.com if you need additional information or have any
aoqi@0 23 # questions.
aoqi@0 24 #
aoqi@0 25
aoqi@0 26
aoqi@0 27 model.nestedModelError=model error: {0}
aoqi@0 28 # Usage not found. TODO Remove
aoqi@0 29 #model.duplicate.porttype=duplicate PortType added to model: {0}
aoqi@0 30 # Usage not found. TODO Remove
aoqi@0 31 #model.duplicate.operation=duplicate Operation added to model: {0}
aoqi@0 32 # Usage not found. TODO Remove
aoqi@0 33 #model.duplicate.faultmessage=duplicate fault message added to model: {0}
aoqi@0 34 # Usage not found. TODO Remove
aoqi@0 35 #model.duplicate.part=duplicate part added to model: {0}
aoqi@0 36 # Usage not found. TODO Remove
aoqi@0 37 #model.duplicate.property=duplicate property added to model: {0}
aoqi@0 38 # Usage not found. TODO Remove
aoqi@0 39 #model.duplicate.service=duplicate service added to model: {0}
aoqi@0 40 model.invalid.message.type=invalid message type: {0}
aoqi@0 41
aoqi@0 42 model.schema.notImplemented=unsupported XML Schema feature ({0})
aoqi@0 43 model.schema.circularity=circularity detected in schema: \"{0}\"
aoqi@0 44
aoqi@0 45 model.schema.unsupportedType=unsupported type ({0}): \"{1}\" (namespace: {2})
aoqi@0 46 # Usage not found. TODO Remove
aoqi@0 47 #model.schema.unsupportedType.anonymous=unsupported anonymous type ({0})
aoqi@0 48 # Usage not found. TODO Remove
aoqi@0 49 #model.schema.invalidLiteralInEnumeration=invalid literal \"{0}\" in enumeration \"{1}\" (namespace: {2})
aoqi@0 50 model.schema.invalidLiteralInEnumeration.anonymous=invalid literal \"{0}\" in anonymous enumeration
aoqi@0 51
aoqi@0 52 # Usage not found. TODO Remove
aoqi@0 53 #model.schema.notImplemented.generatingSOAPElement=unsupported XML Schema feature: \"{0}\" in component {1}, mapping it to javax.xml.soap.SOAPElement
aoqi@0 54
aoqi@0 55 //replacement for Uxxx codes
aoqi@0 56 # Usage not found. TODO Remove
aoqi@0 57 #model.schema.unsupportedSchemaType=unsupported schema type: \"{0}\"
aoqi@0 58 # Usage not found. TODO Remove
aoqi@0 59 #model.schema.invalidSimpleType=invalid simpleType: \"{0}\"
aoqi@0 60 # Usage not found. TODO Remove
aoqi@0 61 #model.schema.invalidSimpleType.noJavaType=no java mapping for simpleType: \"{0}\"
aoqi@0 62 model.schema.simpleTypeWithFacets=facet \"{0}\" not supported on simple type: \"{0}\"
aoqi@0 63 model.schema.unionNotSupported=simpleType: \"{0}\" derivation by xsd:union not supported
aoqi@0 64 model.schema.listNotSupported=simpleType: \"{0}\" derivation by xsd:list not supported
aoqi@0 65 model.schema.invalidSimpleType.invalidItemType=in simpleType: \"{0}\", itemType \"{1}\" can not be derived by list
aoqi@0 66 model.schema.invalidSimpleType.noItemLiteralType=in simpleType: \"{0}\", xsd:list itemType \"{1}\" is invalid
aoqi@0 67 # Usage not found. TODO Remove
aoqi@0 68 #model.schema.invalidSimpleType.noNamespaceURI=invalid simpleType: \"{0}\", had null namespaceURI
aoqi@0 69 # Usage not found. TODO Remove
aoqi@0 70 #model.schema.encoderNotFound=no encoder found for simpleType: \"{0}\"
aoqi@0 71 model.schema.invalidWildcard.allCompositor=xsd:all compositor not supported for the wildcard in schema type: \"{0}\"
aoqi@0 72
aoqi@0 73 model.uniqueness=uniqueness constraint violation
aoqi@0 74 model.part.notUnique=parts in wsdl:message \"{0}\", reference \"{1}\", they must reference unique global elements.
aoqi@0 75 model.exception.notunique=Failed to generate Java signature: duplicate exception names {0}. Use JAXWS binding customization to rename the wsdl:part \"{1}\"
aoqi@0 76 model.uniqueness.javastructuretype=uniqueness constraint violation, duplicate member \"{0}\" added to JavaStructureType \"{1}\"
aoqi@0 77 # Wrapped into an Exception. Not concatenated with any other string.
aoqi@0 78 model.parent.type.already.set=parent of type \"{0}\" already set to \"{1}\", new value = \"{2}\"
aoqi@0 79 # Usage not found. TODO Remove
aoqi@0 80 #model.parent.fault.already.set=parent of fault \"{0}\" already set to \"{1}\", new value = \"{2}\"
aoqi@0 81 model.exporter.unsupportedClass=model exporter: unsupported class: {0}
aoqi@0 82 # Usage not found. TODO Remove
aoqi@0 83 #model.importer.nonModel=not a valid model document
aoqi@0 84 # Usage not found. TODO Remove
aoqi@0 85 #model.importer.syntaxError=syntax error in model document (line {0})
aoqi@0 86 model.importer.invalidVersion=invalid version \"{1}\" in model document (line {0})
aoqi@0 87 model.importer.invalidMinorMinorOrPatchVersion=model version \"{1}\" newer than runtime version \"{2}\" (line {0}): need to upgrade to a newer runtime
aoqi@0 88 model.importer.invalidClass=invalid class name \"{1}\" in model document (line {0})
aoqi@0 89 model.importer.invalidId=invalid id \"{1}\ in model document (line {0})
aoqi@0 90 # Usage not found. TODO Remove
aoqi@0 91 #model.importer.invalidLiteral=invalid literal value in model document (line {0})
aoqi@0 92 # Usage not found. TODO Remove
aoqi@0 93 #model.importer.invalidProperty=invalid property in model document (line {0})
aoqi@0 94 model.arraywrapper.only.one.member=LiteralArrayWrapper may only have one element member.
aoqi@0 95 model.arraywrapper.member.already.set=LiteralArrayWrapper element member already set.
aoqi@0 96 model.arraywrapper.no.parent=LiteralArrayWrapper cannot have a parent type
aoqi@0 97 model.arraywrapper.no.subtypes=LiteralArrayWrapper cannot have subtypes
aoqi@0 98 model.arraywrapper.no.content.member=LiteralArrayWrapper cannot have a content member
aoqi@0 99 model.complexType.simpleContent.reservedName=invalid attribute name: "_value" in complexType: \"{0}\", _value is JAXWS reserved name, this name is generated in the generated javabean class to hold content value in the generated javabean class for complexType/simpleContent.
aoqi@0 100 model.parameter.notunique.wrapper=Failed to generate Java signature: duplicate parameter name \"{0}\". Try one of these\n\t1. Use JAXWS binding customization to rename the wsdl:part \"{1}\"\n\t2. Run wsimport with -extension switch.\n\t3. This is wrapper style operation, to resolve parameter name conflict, you can also try disabling wrapper style by using <jaxws:enableWrapperStyle>false</jaxws:enableWrapperStyle> wsdl customization.
aoqi@0 101 model.parameter.notunique=Failed to generate Java signature: duplicate parameter name \"{0}\". Try one of these\n\t1. Use JAXWS binding customization to rename the wsdl:part \"{1}\"\n\t2. Run wsimport with -extension switch.
aoqi@0 102
aoqi@0 103 #JAXWS 2.0
aoqi@0 104 model.schema.elementNotFound=Element \"{0}\" not found.
aoqi@0 105 model.schema.jaxbException.message="{0}"
aoqi@0 106 model.saxparser.exception:{0}\n{1}
aoqi@0 107
aoqi@0 108 ConsoleErrorReporter.UnknownLocation = \
aoqi@0 109 unknown location
aoqi@0 110
aoqi@0 111 ConsoleErrorReporter.LineXOfY = \
aoqi@0 112 \ \ line {0} of {1}

mercurial