Author: dkulp
Date: Tue Feb 5 19:53:06 2008
New Revision: 618871
URL: http://svn.apache.org/viewvc?rev=618871&view=rev
Log:
Merged revisions 618124 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r618124 | gmazza | 2008-02-03 18:35:19 -0500 (Sun, 03 Feb 2008) | 1 line
Clarified error message.
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsClientProxy.java
incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsClientProxy.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsClientProxy.java?rev=618871&r1=618870&r2=618871&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsClientProxy.java
(original)
+++
incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsClientProxy.java
Tue Feb 5 19:53:06 2008
@@ -98,7 +98,7 @@
return method.invoke(this);
}
- Message msg = new Message("NO_OPERATION_INFO", LOG,
method.getName());
+ Message msg = new Message("NO_BINDING_OPERATION_INFO", LOG,
method.getName());
throw new WebServiceException(msg.toString());
}
Modified:
incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties?rev=618871&r1=618870&r2=618871&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
(original)
+++
incubator/cxf/branches/2.0.x-fixes/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
Tue Feb 5 19:53:06 2008
@@ -39,7 +39,7 @@
UNSUPPORTED_API_EXC = Method {0} is not supported yet.
PORT_NAME_NULL_EXC = Port name must not be null.
-NO_OPERATION_INFO = Could not find operation info for web method {0}.
+NO_BINDING_OPERATION_INFO = Could not find wsdl:binding operation info for web
method {0}.
COULD_NOT_DETERMINE_PORT = Unable to determine port name.
INVALID_PORT = Port {0} not found.
FAILED_TO_PUBLISH_ENDPOINT_EXC = Failed to publish endpoint.