Repository: cxf Updated Branches: refs/heads/2.7.x-fixes 231621c9d -> b0a74ced8
Adjust Message property updates for 2.7.x branch Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/b0a74ced Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b0a74ced Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b0a74ced Branch: refs/heads/2.7.x-fixes Commit: b0a74ced8bab8558c5e2be14add0cc53cd8431d0 Parents: 231621c Author: Daniel Kulp <[email protected]> Authored: Thu Mar 20 13:32:26 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu Mar 20 13:32:26 2014 -0400 ---------------------------------------------------------------------- rt/core/src/main/java/org/apache/cxf/wsdl11/Messages.properties | 2 +- .../main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/b0a74ced/rt/core/src/main/java/org/apache/cxf/wsdl11/Messages.properties ---------------------------------------------------------------------- diff --git a/rt/core/src/main/java/org/apache/cxf/wsdl11/Messages.properties b/rt/core/src/main/java/org/apache/cxf/wsdl11/Messages.properties index c23e4ae..998d8b3 100644 --- a/rt/core/src/main/java/org/apache/cxf/wsdl11/Messages.properties +++ b/rt/core/src/main/java/org/apache/cxf/wsdl11/Messages.properties @@ -27,7 +27,7 @@ EXTENSION_ADD_FAILED_MSG = Failed to add extension element. SERVICE_CREATION_MSG = Failed to create service. NO_SUCH_SERVICE_EXC = Could not find definition for service {0}. NO_SUCH_ENDPOINT_EXC = Could not find definition for port {0}. - +FAIL_TO_CREATE_WSDL_DEFINITION = Fail to create wsdl definition {0}: {1} MISSING_DESTINATION_FACTORY = Cannot find the destination factory, check the port //wsdl:port[@name=''{0}''] MISSING_SERVICE= No definition of service {0} in the WSDL. WSDL4J_BAD_ELEMENT_PART= Part {0} defined as element {1} which is not in the schema. http://git-wip-us.apache.org/repos/asf/cxf/blob/b0a74ced/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties ---------------------------------------------------------------------- diff --git a/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties b/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties index 51ef896..4e8fc2a 100644 --- a/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties +++ b/tools/wsdlto/core/src/main/java/org/apache/cxf/tools/wsdlto/core/Messages.properties @@ -28,7 +28,6 @@ FRONTEND_MISSING = Could not find {0} frontend within classpath DATABINDING_MISSING = Could not find {0} databinding within classpath LOAD_PROCESSOR_FAILED = Could not load processor {0} FAIL_TO_CREATE_JAVA_MODEL = Failed to create java model -FAIL_TO_CREATE_WSDL_DEFINITION = Fail to create wsdl definition {0}: {1} FOUND_FRONTENDS = Found {1} frontends in <{0}> plugin. LOADING_FRONTEND = Loading <{0}> frontend from <{1}> plugin.
