Author: ningjiang
Date: Tue Jun 26 20:25:12 2007
New Revision: 551019
URL: http://svn.apache.org/viewvc?view=rev&rev=551019
Log:
CXF-746 applied Glen's patch for jaxws Messages.properties
Modified:
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
Modified:
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties?view=diff&rev=551019&r1=551018&r2=551019
==============================================================================
---
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
(original)
+++
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
Tue Jun 26 20:25:12 2007
@@ -44,8 +44,8 @@
INVALID_PORT = Port {0} not found.
FAILED_TO_PUBLISH_ENDPOINT_EXC = Failed to publish endpoint.
FAILED_TO_INITIALIZE_JAXBCONTEXT = Failed to initialize JAXB context for types
used by {0}.
-ASYNC_HANDLER_TIMEDOUT_EXC = AsynHandler did not complete time.
+ASYNC_HANDLER_TIMEDOUT_EXC = AsynHandler did not complete on time.
-SEI_METHOD_NOT_FOUND = Service class {1} does not implement {0} method.
-SEI_NO_WEBSERVICE_ANNOTATION = service endpoint interface class {0} does not
have javax.jws.WebService annotation.
-COULD_NOT_LOAD_CLASS = Unalbe to load class {0}.
+SEI_METHOD_NOT_FOUND = Service class {1} does not implement the {0} method.
+SEI_NO_WEBSERVICE_ANNOTATION = Service endpoint interface class {0} does not
have a javax.jws.WebService annotation.
+COULD_NOT_LOAD_CLASS = Unable to load the class {0}.