Author: mmao
Date: Thu Jul 26 19:25:00 2007
New Revision: 560068
URL: http://svn.apache.org/viewvc?view=rev&rev=560068
Log:
CXF-770 Re-apply the patch
Modified:
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customiztion/Messages.properties
incubator/cxf/trunk/tools/wsdlto/misc/src/main/java/org/apache/cxf/tools/misc/processor/Messages.properties
Modified:
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customiztion/Messages.properties
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customiztion/Messages.properties?view=diff&rev=560068&r1=560067&r2=560068
==============================================================================
---
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customiztion/Messages.properties
(original)
+++
incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/src/main/java/org/apache/cxf/tools/wsdlto/frontend/jaxws/customiztion/Messages.properties
Thu Jul 26 19:25:00 2007
@@ -19,17 +19,11 @@
#
#
STAX_PARSER_ERROR = StAX parser error, check your external binding file(s)
-PARSE_BINDINGFILE_EXCEPTION = Exception while parsing external jaxws binding
file(s)
UNKNOWN_BINDING_FILE= Unknown external binding files : {0}
NOT_POINTTO_URL = External binding file: {0} does not point to the specified
wsdl url:{1}
-CAN_NOT_GET_WSDL_LOCATION = Can not get this wsdl
JAXWSBINDINGS_WSDLLOC_ERROR = Attribute wsdlLocation value {0} in jaxws
binding element is not an URI
-JAXWSBINDINGS_NOT_BIND = JAXWSBidnings do not bind to any wsdl.Check the
wsdlLocation attribute in the JAXWSBindings element
ERROR_TARGETNODE_WITH_XPATH = XPath query {0} is identifying either multiple
or no target nodes.
XPATH_ERROR = XPath query error , check the query expression : {0}
NOT_URI = Can not construct new URI with this string : {0}
-FILE_NOT_FOUND = Can not found the file : {0}
CAN_NOT_READ_AS_ELEMENT = Can not read this file to a xml element : {0}
-WSDL_HASNOCONTENT = Can not read content from the wsdl : {0}
-
NODE_NOT_EXISTS = Can not find any node with the XPath {0}
Modified:
incubator/cxf/trunk/tools/wsdlto/misc/src/main/java/org/apache/cxf/tools/misc/processor/Messages.properties
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdlto/misc/src/main/java/org/apache/cxf/tools/misc/processor/Messages.properties?view=diff&rev=560068&r1=560067&r2=560068
==============================================================================
---
incubator/cxf/trunk/tools/wsdlto/misc/src/main/java/org/apache/cxf/tools/misc/processor/Messages.properties
(original)
+++
incubator/cxf/trunk/tools/wsdlto/misc/src/main/java/org/apache/cxf/tools/misc/processor/Messages.properties
Thu Jul 26 19:25:00 2007
@@ -18,37 +18,20 @@
# under the License.
#
#
-SOAP12_UNSUPPORTED = Currently SOAP1.2 is unsupported
-PARAMETER_ALREADY_EXIST = Parameter : {0} already exist in the wsdl model
-EXCEPTION_ALREADY_EXIST = Exception : {0} already exist in the wsdl model
-MIMEPART_CANNOT_MAP = MIME part: {0} could not be mapped to available parts in
portType!"
-WRAPPER_STYLE_TWO_RETURN_TYPES = Wrapper style can not have two return types
-CANNOT_FIND_WSDL = Can not find the wsdl from : {0}
-BINDING_SPECIFY_ONE_PROTOCOL = Binding : {0} must specify one protocol
-FAIL_TO_CREATE_JAVA_MODEL = Can not create java model with wsdl model
-FAIL_TO_GENERATE_TYPES = Fail to generate types
-FAIL_TO_COMPILE_GENERATE_CODES = Fail to compile generated code
-FAIL_TO_COPY_GENERATED_RESOURCE_FILE = Fail to copy generated resource file
-FAIL_TO_WRITE_FILE = Fail to write file {0}
-FAIL_TO_CREATE_WSDL_DEFINITION = Fail to create wsdl definition {0}
-FAIL_TO_INITIALIZE_VELOCITY_ENGINE = Fail to initialize velocity engine
+FAIL_TO_WRITE_FILE = Failed to write file {0}
+FAIL_TO_CREATE_WSDL_DEFINITION = Failed to create wsdl definition {0}
SERVICE_PORT_EXIST = Input service and port already exist in imported contract
BINDING_NOT_EXIST = Input binding does not exist in imported contract
-FAIL_TO_WRITE_WSDL = Fail to write wsdl file
-FAIL_TO_CLOSE_WSDL_FILE = Fail to close wsdl file
-BINDING_ALREADY_EXIST = Input binding already exist in imported contract
+FAIL_TO_WRITE_WSDL = Failed to write wsdl file
+FAIL_TO_CLOSE_WSDL_FILE = Could not close wsdl file
PORTTYPE_NOT_EXIST = Input port type does not exist in imported contract
SOAPBINDING_STYLE_NOT_PROVIDED = For rpc style binding, soap binding namespace
(-n) must be provided
-FAIL_TO_CREATE_SOAPBINDING = Fail to create soapbinding
-FAIL_TO_CREATE_XMLBINDING = Fail to create xml binding
-FAIL_TO_CREATE_SOAP_ADDRESS = Fail to create soap address
-FAIL_TO_OPEN_XSD_FILE = Failed to open XSD file {0}
-SKIP_OVERLOADED_OPERATION=Skipping overloaded operation: {0}
-NO_INPUT_MESSAGE=Problem outputting method for {0} as no input message was
found for input named {1}
-FAIL_TO_GET_WSDL = Can not get WSDL location from {0}
-BINDING_STYLE_NOT_DEFINED = Operation binding style must be defined
-FAIL_TO_PARSE_TOOLSPEC = Fail to parse the tool spec file
+FAIL_TO_CREATE_SOAPBINDING = Failed to create soapbinding
+FAIL_TO_CREATE_XMLBINDING = Failed to create xml binding
+FAIL_TO_CREATE_SOAP_ADDRESS = Failed to create soap address
+FAIL_TO_OPEN_XSD_FILE = Could not open XSD file {0}
+FAIL_TO_PARSE_TOOLSPEC = Failed to parse the tool spec file
RPC_PART_ILLEGAL = Message Part {0} does not use type reference (does not
conform to RPC style)
-FAIL_TO_CREATE_SCHEMA_EXTENSION = Fail to create schema extension
-FOUND_NO_WSDL_PLUGIN = Can not found wsdl plugin <{0}> for wsdl extension
point {1}
-FOUND_WSDL_PLUGINS = Found wsdl plugins {0}
\ No newline at end of file
+FAIL_TO_CREATE_SCHEMA_EXTENSION = Failed to create schema extension
+FOUND_NO_WSDL_PLUGIN = Could not find wsdl plugin <{0}> for wsdl extension
point {1}
+FOUND_WSDL_PLUGINS = Found wsdl plugins {0}