src/share/jaxws_classes/com/sun/xml/internal/ws/resources/modeler.properties

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
equal deleted inserted replaced
366:8c0b6bccfe47 368:0989ad8c0860
1 # 1 #
2 # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
24 # 24 #
25 25
26 # Wrapped into an Exception. {0} - localizable exception message of another exception 26 # Wrapped into an Exception. {0} - localizable exception message of another exception
27 nestedModelerError=runtime modeler error: {0} 27 nestedModelerError=runtime modeler error: {0}
28 28
29 runtime.modeler.external.metadata.generic=An error occurred while processing external WS metadata; check configuration/deployment. Nested error: {0}.
30 runtime.modeler.external.metadata.unable.to.read=Unable to read metadata file {0}. Check configuration/deployment.
31 runtime.modeler.external.metadata.unsupported.schema=Unsupported metadata file schema {0}. Supported schemes are {1}.
32 runtime.modeler.external.metadata.wrong.format=Unable to read metadata from {0}. Is the format correct?
29 runtime.modeler.no.webservice.annotation=A WebService annotation is not present on class: {0} 33 runtime.modeler.no.webservice.annotation=A WebService annotation is not present on class: {0}
30 runtime.modeler.endpoint.interface.no.webservice=The Endpoint Interface: {0} does not have WebService Annotation 34 runtime.modeler.endpoint.interface.no.webservice=The Endpoint Interface: {0} does not have WebService Annotation
31 # Wrapped into an Exception. Not concatenated with any other string. 35 # Wrapped into an Exception. Not concatenated with any other string.
32 runtime.modeler.class.not.found=class: {0} could not be found 36 runtime.modeler.class.not.found=class: {0} could not be found
33 # APT - Annotation Processing Tool. Should not be translated. 37 # APT - Annotation Processing Tool. Should not be translated.

mercurial