Author: mmao
Date: Fri Aug 17 04:00:53 2007
New Revision: 567012

URL: http://svn.apache.org/viewvc?view=rev&rev=567012
Log:
Fix bunch of misspelt words


Modified:
    
incubator/cxf/trunk/api/src/main/java/org/apache/cxf/service/model/Messages.properties
    
incubator/cxf/trunk/api/src/test/java/org/apache/cxf/service/model/OperationInfoTest.java
    incubator/cxf/trunk/distribution/src/main/release/release_notes.txt
    
incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt
    
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/handlers/README.txt
    
incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/common/README.txt
    
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt
    
incubator/cxf/trunk/rt/bindings/jbi/src/main/java/org/apache/cxf/binding/jbi/interceptor/Messages.properties
    
incubator/cxf/trunk/rt/bindings/xml/src/main/java/org/apache/cxf/binding/xml/interceptor/Messages.properties
    
incubator/cxf/trunk/rt/bindings/xml/src/main/java/org/apache/cxf/binding/xml/interceptor/XMLFaultInInterceptor.java
    
incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/DynamicClientFactory.java
    
incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/Messages.properties
    
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
    
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
    
incubator/cxf/trunk/rt/management/src/main/java/org/apache/cxf/management/utils/ManagementConsole.java
    
incubator/cxf/trunk/rt/management/src/main/java/org/apache/cxf/management/utils/Messages.properties
    
incubator/cxf/trunk/rt/transports/jbi/src/main/java/org/apache/cxf/transport/jbi/Messages.properties
    
incubator/cxf/trunk/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/policy/Messages.properties
    
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/Messages.properties
    
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/WSPolicyFeature.java
    
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider.java
    
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/Messages.properties
    
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/external/Messages.properties
    
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/spring/Messages.properties
    
incubator/cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/Messages.properties

Modified: 
incubator/cxf/trunk/api/src/main/java/org/apache/cxf/service/model/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/api/src/main/java/org/apache/cxf/service/model/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/api/src/main/java/org/apache/cxf/service/model/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/api/src/main/java/org/apache/cxf/service/model/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -22,6 +22,6 @@
 DUPLICATED.NAMESPACE=An schema with namespaceURI [{0}] already exists in this 
service
 OPERATION.NAME.NOT.NULL=Operation Name cannot be null.
 DUPLICATED.OPERATION.NAME=An operation with name [{0}] already exists in this 
service
-FAULT.NAME.NOT.NULL=Faule Name cannot be null.
+FAULT.NAME.NOT.NULL=Fault Name cannot be null.
 DUPLICATED.FAULT.NAME=A fault with name [{0}] already exists in this operation
 BINDING.OPERATION.NAME.NOT.NULL=Binding operation name cannot be null.

Modified: 
incubator/cxf/trunk/api/src/test/java/org/apache/cxf/service/model/OperationInfoTest.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/api/src/test/java/org/apache/cxf/service/model/OperationInfoTest.java?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/api/src/test/java/org/apache/cxf/service/model/OperationInfoTest.java
 (original)
+++ 
incubator/cxf/trunk/api/src/test/java/org/apache/cxf/service/model/OperationInfoTest.java
 Fri Aug 17 04:00:53 2007
@@ -104,7 +104,7 @@
             operationInfo.addFault(null, null);
             fail("should get NullPointerException");
         } catch (NullPointerException e) {
-            assertEquals(e.getMessage(), "Faule Name cannot be null.");
+            assertEquals("Fault Name cannot be null.", e.getMessage());
         }
         try {
             operationInfo.addFault(faultName, null);

Modified: incubator/cxf/trunk/distribution/src/main/release/release_notes.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/release_notes.txt?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/release_notes.txt 
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/release_notes.txt Fri Aug 
17 04:00:53 2007
@@ -88,7 +88,7 @@
     * [CXF-747] - Redundant Interceptors in the request-response chain while 
using Provider API
     * [CXF-750] - Support using Session in standalone
     * [CXF-773] - Logical/Soap handlers does not work on the Provider side.
-    * [CXF-777] - velocity engin write errors (NPE)
+    * [CXF-777] - velocity engine write errors (NPE)
     * [CXF-779] - missing jar file(s) in lib directory of 2.0 release or bad 
wiki page
     * [CXF-781] - Duplicate type error from Aegis on code that worked fine 
with XFire 1.2.5
     * [CXF-782] - wsdl2java generated wrong package name 
@@ -98,7 +98,7 @@
     * [CXF-789] - JaxWsServiceConfiguration doesn't correctly find operations 
with an implementor
     * [CXF-790] - SOAP headers copied from input SOAPMessage to output 
SOAPMessage
     * [CXF-798] - wsdlvalidator cannot validate on-line wsdl
-    * [CXF-800] - Resouce matching in jra seems incorrect
+    * [CXF-800] - Resource matching in jra seems incorrect
     * [CXF-802] - Java first with unqualified/unannotated JAXB objects don't 
generate proper soap messages....
     * [CXF-804] - wsdl2java fails to generate code for the imported wsdl 
     * [CXF-809] - no cygwin support in java2wsdl script
@@ -108,14 +108,14 @@
     * [CXF-814] - In java first wrapped/doc/lit, if Impl and Interface have 
different targetNamespaces, the "parts" are not read
     * [CXF-818] - Code first, client side, RCP/lit doesn't work without a WSDL
     * [CXF-819] - WSS4JInterceptors don't allow to have a password callback 
handler by reference
-    * [CXF-821] - Current CXFservletTransportFactory don't support the 
connduit Initator interfance
+    * [CXF-821] - Current CXFservletTransportFactory don't support the conduit 
Initiator interface
     * [CXF-824] - SOAPAction can't be used to select an operation
     * [CXF-839] - Fix misspelling of "prefix"
     * [CXF-841] - SOAP RPC/Lit uses paramOrder when sending messages instead 
of the order in the message
     * [CXF-842] - Code first, RPC/Lit with lots of inouts/outs/headers doesn't 
work
     * [CXF-843] - Code first, Multiple out headers is only putting one 
soap:header element in the wsdl
     * [CXF-844] - RPC/Lit null value parameters are skipped
-    * [CXF-845] - OneWay operations agains JAX-WS RI server don't work
+    * [CXF-845] - OneWay operations against JAX-WS RI server don't work
     * [CXF-846] - MTOM Content-Type header is invalid
     * [CXF-848] - WSDLValidator not working well with the bundle jar
     * [CXF-850] - performance of repeated calls to jaxws.Service.createPort is 
poor, jaxb context is created every time

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt 
(original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt 
Fri Aug 17 04:00:53 2007
@@ -2,7 +2,7 @@
 =============================================
 This demo shows a client creating a callback object by 
 passing an EndpointReferenceType to the server. The 
-EndpointRefrenceType is then used by the server to call 
+EndpointReferenceType is then used by the server to call 
 back on the callback object.
 
 Please review the README in the samples directory before
@@ -103,4 +103,4 @@
 To remove the code generated from the WSDL file and the .class
 files, either delete the build directory and its contents or run:
 
-  ant clean
\ No newline at end of file
+  ant clean

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/handlers/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/handlers/README.txt?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/handlers/README.txt
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/integration/JBI/handlers/README.txt
 Fri Aug 17 04:00:53 2007
@@ -58,7 +58,7 @@
 And then you can see logs from the shell which you start servicemix, including
 ServiceEngine install log, Service Assembly deploy log, cxf service
 consumer and provider communication log. To remove noisy CXF log from the
-console, just edit servicemix starup script, add
+console, just edit servicemix startup script, add
 -Djava.util.logging.config.file="$CXF_HOME/etc/logging.properties" to
 java launch commandline
 

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/common/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/common/README.txt?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/common/README.txt
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/integration/jca/common/README.txt
 Fri Aug 17 04:00:53 2007
@@ -1,6 +1,6 @@
 
 This directory does not contain an Apache CXF demo.  It contains code that
-is common to other jca samples . You need to build the code of these dirctory
+is common to other jca samples . You need to build the code of these directory
 before to run the other jca samples. 
 
 NOTE

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt
 Fri Aug 17 04:00:53 2007
@@ -14,14 +14,14 @@
 relating to WS-A Headers and display these to the console in concise form.
 
 Normally the WS-Addressing MessageAddressProperties are generated and
-propagated implicitly, without any intravention from the
+propagated implicitly, without any intervention from the
 application. In certain circumstances however, the application may wish
 to participate in MAP assembly, for example to associate a sequence of
 requests via the RelatesTo header. This demo illustrates both implicit
 and explicit MAP propagation.
 
 This demo also illustrates usage of the decoupled HTTP transport, whereby
-a seperate server->client HTTP connection is used to deliver the responses.
+a separate server->client HTTP connection is used to deliver the responses.
 Note the normal HTTP mode (where the response is delivered on the back-
 channel of the original client->server HTTP connection) may of course also
 be used  with WS-Addressing; in this case the <wsa:ReplyTo> header is set to

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt 
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt 
Fri Aug 17 04:00:53 2007
@@ -32,7 +32,7 @@
 This demo also illustrates usage of the decoupled HTTP transport, whereby
 a separate server->client HTTP connection is used to deliver responses
 to (application or RM protocol) requests and server side originated 
-standalone acknowlegments.
+standalone acknowledgments.
 The "partial response" referred to in the log output is the payload of
 the HTTP 202 Accepted response sent on the back-channel of the original 
 client->server connection. 

Modified: 
incubator/cxf/trunk/rt/bindings/jbi/src/main/java/org/apache/cxf/binding/jbi/interceptor/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/jbi/src/main/java/org/apache/cxf/binding/jbi/interceptor/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/bindings/jbi/src/main/java/org/apache/cxf/binding/jbi/interceptor/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/bindings/jbi/src/main/java/org/apache/cxf/binding/jbi/interceptor/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -35,7 +35,7 @@
 DISPATCH.TO.SU=dispatching to CXF service unit
 NO.SU.FOUND=no CXFServiceUnit found
 ERROR.DISPATCH.THREAD=error running dispatch thread
-JBI.SERVER.TRANSPORT.MESSAGE.PROCESS.THREAD.EXIT=JBIServerTransport message 
processing thread exitting
+JBI.SERVER.TRANSPORT.MESSAGE.PROCESS.THREAD.EXIT=JBIServerTransport message 
processing thread exiting
 CONFIG.DELIVERY.CHANNEL=configuring DeliveryChannel:\t
 CONFIG.SU.MANAGER=configuring ServiceUnitManager:\t
 JBI.TRANSPORT.FACTORY.NOT.INITIALIZED=JBITransportFactory is not properly 
initialized

Modified: 
incubator/cxf/trunk/rt/bindings/xml/src/main/java/org/apache/cxf/binding/xml/interceptor/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/xml/src/main/java/org/apache/cxf/binding/xml/interceptor/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/bindings/xml/src/main/java/org/apache/cxf/binding/xml/interceptor/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/bindings/xml/src/main/java/org/apache/cxf/binding/xml/interceptor/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -25,7 +25,7 @@
 NO_OPERATION=No such operation: {0}
 NO_DATAREADER=No DataReader is available for Service: {0}
 NO_DATAWRITER=No DataWriter is available for Service: {0}
-UNKNOWN_EXCEPTION=Could not recogonize exception type: {0}
+UNKNOWN_EXCEPTION=Could not recognize exception type: {0}
 COULD_NOT_UNRWAP=Could not unrwap message parts.
 REQ_NOT_UNDERSTOOD=Could not read request. Operation {0} is unknown.
-ILLEAGAL_XMLFAULT_FORMAT=Illeagal xml fault message format.
\ No newline at end of file
+ILLEGAL_XMLFAULT_FORMAT=Illegal xml fault message format.
\ No newline at end of file

Modified: 
incubator/cxf/trunk/rt/bindings/xml/src/main/java/org/apache/cxf/binding/xml/interceptor/XMLFaultInInterceptor.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/xml/src/main/java/org/apache/cxf/binding/xml/interceptor/XMLFaultInInterceptor.java?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/bindings/xml/src/main/java/org/apache/cxf/binding/xml/interceptor/XMLFaultInInterceptor.java
 (original)
+++ 
incubator/cxf/trunk/rt/bindings/xml/src/main/java/org/apache/cxf/binding/xml/interceptor/XMLFaultInInterceptor.java
 Fri Aug 17 04:00:53 2007
@@ -57,7 +57,7 @@
         try {            
             reader.nextTag();
             if (!StaxUtils.toNextElement(reader)) {
-                throw new Fault(new 
org.apache.cxf.common.i18n.Message("ILLEAGAL_XMLFAULT_FORMAT", BUNDLE));
+                throw new Fault(new 
org.apache.cxf.common.i18n.Message("ILLEGAL_XMLFAULT_FORMAT", BUNDLE));
             }
             String exMessage = reader.getElementText();
             Fault fault = new XMLFault(exMessage);

Modified: 
incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/DynamicClientFactory.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/DynamicClientFactory.java?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/DynamicClientFactory.java
 (original)
+++ 
incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/DynamicClientFactory.java
 Fri Aug 17 04:00:53 2007
@@ -212,7 +212,7 @@
         srcPath.addFileset(fileSet);
         
         if (!compileJavaSrc(classPath, srcPath, classes.toString())) {
-            LOG.log(Level.SEVERE , new Message("COULD_NOT_COMIPLE_SRC", LOG, 
wsdlUrl).toString());
+            LOG.log(Level.SEVERE , new Message("COULD_NOT_COMPILE_SRC", LOG, 
wsdlUrl).toString());
         }
         FileUtils.removeDir(src);
         URLClassLoader cl;

Modified: 
incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/databinding/jaxb/src/main/java/org/apache/cxf/endpoint/dynamic/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -18,6 +18,6 @@
 #    under the License.
 #
 #
-NO_JAXB_CLASS = No compiled schema dlement could be found for type {0}
+NO_JAXB_CLASS = No compiled schema element could be found for type {0}
 COULD_NOT_RESOLVE_URL = Could not resolve URL "{0}".
-COULD_NOT_COMIPLE_SRC = Could not compile java files for {0}.
\ No newline at end of file
+COULD_NOT_COMPILE_SRC = Could not compile java files bfor {0}.
\ No newline at end of file

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=567012&r1=567011&r2=567012
==============================================================================
--- 
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
 Fri Aug 17 04:00:53 2007
@@ -31,7 +31,7 @@
 #BINDING_FACTORY_MISSING_EXC = Could not find binding for {0}
 #ENDPOINT_INVOCATION_FAILED = SEI Method {0} raised exception.  See exception 
for details.
 #BINDING_PROVIDER_METHOD_EXC = BindingProvider method {0} failed.
-#ASYNC_HANDLER_TIMEDOUT_EXC = AsynHandler did not complete time.
+#ASYNC_HANDLER_TIMEDOUT_EXC = AsyncHandler did not complete time.
 #BINDING_ID_NOT_IDENTICAL_MSG = BindingType in the impl class is not identical 
to the one in WSDL.
 #DISPATCH_INVOKE_EXC = Dispatch of {0} raised exception.  See exception for 
details.
 #WSDL_DESCRIPTION_URI_MSG = Failed to set context property 
javax.xml.ws.wsdl.description as URI. A URL will be used instead.

Modified: 
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -22,6 +22,6 @@
 SEI_LOAD_FAILURE_MSG = Could not load Webservice SEI
 SEI_WITHOUT_WEBSERVICE_ANNOTATION_EXC = Service endpoint interface does not 
have a @WebService annotation.
 ILLEGAL_ATTRIBUTE_IN_SEI_ANNOTATION_EXC = Attributes portName, serviceName and 
endpointInterface are not allowed in the @WebService annotation of an SEI.
-MALFORMED_URL_IN_WEBSERVICE_ANNOTATION_EXC = Malformed url in @WwebService 
annotation attribute wsdlLocation.
+MALFORMED_URL_IN_WEBSERVICE_ANNOTATION_EXC = Malformed url in @WebService 
annotation attribute wsdlLocation.
 LOAD_WSDL_EXC = Could not load WSDL from URL {0}.
 COULD_NOT_FIND_PART = Could not find a message part matching name {0}.  
Possible values are {1}.

Modified: 
incubator/cxf/trunk/rt/management/src/main/java/org/apache/cxf/management/utils/ManagementConsole.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/management/src/main/java/org/apache/cxf/management/utils/ManagementConsole.java?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/management/src/main/java/org/apache/cxf/management/utils/ManagementConsole.java
 (original)
+++ 
incubator/cxf/trunk/rt/management/src/main/java/org/apache/cxf/management/utils/ManagementConsole.java
 Fri Aug 17 04:00:53 2007
@@ -129,10 +129,10 @@
             
         } catch (Exception e) {
             if (null == endpointName) {
-                LOG.log(Level.SEVERE, "FAILT_TO_CREATE_ENDPOINT_OBEJCTNAME", 
new Object[]{e});
+                LOG.log(Level.SEVERE, "FAIL_TO_CREATE_ENDPOINT_OBEJCTNAME", 
new Object[]{e});
                 
             } else {
-                LOG.log(Level.SEVERE, "FAIL_TO_INVOKE_MANAGED_OBJECT_OPERTION",
+                LOG.log(Level.SEVERE, 
"FAIL_TO_INVOKE_MANAGED_OBJECT_OPERATION",
                     new Object[]{endpointName, operation, e.toString()});
             }
         } 

Modified: 
incubator/cxf/trunk/rt/management/src/main/java/org/apache/cxf/management/utils/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/management/src/main/java/org/apache/cxf/management/utils/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/management/src/main/java/org/apache/cxf/management/utils/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/management/src/main/java/org/apache/cxf/management/utils/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -21,5 +21,5 @@
 NO_MBEAN_SERVER = Can't find the MBeanServer, please connect to the 
MBeanServer first.
 FAIL_TO_CONNECT_TO_MBEAN_SERVER = Failed to connect to the MBeanServer with 
url {0}
 FAIL_TO_LIST_ENDPOINTS = Failed to list the endpoints, the exception is {0}. 
-FAILT_TO_CREATE_ENDPOINT_OBEJCTNAME = Failed to create the endpoints 
objectname, error is {0}
-FAIL_TO_INVOKE_MANAGED_OBJECT_OPERTION = Failed to invoke the managed object 
{0}'s operation {1}, the exception is {2}.
\ No newline at end of file
+FAIL_TO_CREATE_ENDPOINT_OBEJCTNAME = Failed to create the endpoints 
objectname, error is {0}
+FAIL_TO_INVOKE_MANAGED_OBJECT_OPERATION = Failed to invoke the managed object 
{0}'s operation {1}, the exception is {2}.
\ No newline at end of file

Modified: 
incubator/cxf/trunk/rt/transports/jbi/src/main/java/org/apache/cxf/transport/jbi/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/jbi/src/main/java/org/apache/cxf/transport/jbi/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/transports/jbi/src/main/java/org/apache/cxf/transport/jbi/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/transports/jbi/src/main/java/org/apache/cxf/transport/jbi/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -35,7 +35,7 @@
 DISPATCH.TO.SU=dispatching to CXF service unit
 NO.SU.FOUND=no CXFServiceUnit found
 ERROR.DISPATCH.THREAD=error running dispatch thread
-JBI.SERVER.TRANSPORT.MESSAGE.PROCESS.THREAD.EXIT=JBIServerTransport message 
processing thread exitting
+JBI.SERVER.TRANSPORT.MESSAGE.PROCESS.THREAD.EXIT=JBIServerTransport message 
processing thread exiting
 CONFIG.DELIVERY.CHANNEL=configuring DeliveryChannel:\t
 CONFIG.SU.MANAGER=configuring ServiceUnitManager:\t
 JBI.TRANSPORT.FACTORY.NOT.INITIALIZED=JBITransportFactory is not properly 
initialized

Modified: 
incubator/cxf/trunk/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/policy/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/policy/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/policy/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/ws/addr/src/main/java/org/apache/cxf/ws/addressing/policy/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -18,4 +18,4 @@
 #    under the License.
 #
 #
-UNEXPECTED_CHILD_ELEMENT_EXC = Expected exaclty one child element of type {0}.
\ No newline at end of file
+UNEXPECTED_CHILD_ELEMENT_EXC = Expected exactly one child element of type {0}.
\ No newline at end of file

Modified: 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -23,4 +23,4 @@
 NOT_A_POLICY_ELEMENT_EXC = Specified element is not a Policy element.
 NOT_A_POLICYREF_ELEMENT_EXC = Specified element is not a PolicyReference 
element.
 NO_ALTERNATIVE_EXC = None of the policy alternatives can be satisfied.
-UNRESOLVED_POLICY_REEFERENCE_EXC = Policy reference {0} could not be resolved.
\ No newline at end of file
+UNRESOLVED_POLICY_REFERENCE_EXC = Policy reference {0} could not be resolved.
\ No newline at end of file

Modified: 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/WSPolicyFeature.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/WSPolicyFeature.java?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/WSPolicyFeature.java
 (original)
+++ 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/WSPolicyFeature.java
 Fri Aug 17 04:00:53 2007
@@ -208,7 +208,7 @@
             p = resolveLocal(ref, e, bus);
         }
         if (null == p) {
-            throw new PolicyException(new 
Message("UNRESOLVED_POLICY_REEFERENCE_EXC", BUNDLE, ref.getURI()));
+            throw new PolicyException(new 
Message("UNRESOLVED_POLICY_REFERENCE_EXC", BUNDLE, ref.getURI()));
         }
         return p;
     }   

Modified: 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider.java?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider.java
 (original)
+++ 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/AbstractPolicyProvider.java
 Fri Aug 17 04:00:53 2007
@@ -93,7 +93,7 @@
     
     protected void checkResolved(PolicyReference ref, Policy p) {
         if (null == p) {
-            throw new PolicyException(new 
Message("UNRESOLVED_POLICY_REEFERENCE_EXC", BUNDLE, ref.getURI()));
+            throw new PolicyException(new 
Message("UNRESOLVED_POLICY_REFERENCE_EXC", BUNDLE, ref.getURI()));
         }
     }
 }

Modified: 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -19,4 +19,4 @@
 #
 #
 
-UNRESOLVED_POLICY_REEFERENCE_EXC = Reference to policy {0} could not be 
resolved.
\ No newline at end of file
+UNRESOLVED_POLICY_REFERENCE_EXC = Reference to policy {0} could not be 
resolved.
\ No newline at end of file

Modified: 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/external/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/external/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/external/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/attachment/external/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -18,7 +18,7 @@
 #    under the License.
 #
 #
-NO_DOMAINEXPRESSIONBUILDER_EXC = No domain expresssion builder for type {0} 
registered.
+NO_DOMAINEXPRESSIONBUILDER_EXC = No domain expression builder for type {0} 
registered.
 EPR_DOMAIN_EXPRESSION_BUILD_EXC = Failed to build endpoint reference type 
domain expression.  
-EPR_DOMAIN_EXPRESSION_BUILDER_INIT_EXC = Failed to initialise endpoint 
reference type domain expression builder.
+EPR_DOMAIN_EXPRESSION_BUILDER_INIT_EXC = Failed to initialize endpoint 
reference type domain expression builder.
 COULD_NOT_OPEN_ATTACHMENT_DOC_EXC = Could not open policy attachment document 
{0}.

Modified: 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/spring/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/spring/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/spring/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/spring/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -19,4 +19,4 @@
 #
 #
 
-UNRESOLVED_POLICY_REEFERENCE_EXC = Reference to policy {0} could not be 
resolved.
\ No newline at end of file
+UNRESOLVED_POLICY_REFERENCE_EXC = Reference to policy {0} could not be 
resolved.
\ No newline at end of file

Modified: 
incubator/cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/Messages.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/Messages.properties?view=diff&rev=567012&r1=567011&r2=567012
==============================================================================
--- 
incubator/cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/Messages.properties
 (original)
+++ 
incubator/cxf/trunk/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/Messages.properties
 Fri Aug 17 04:00:53 2007
@@ -33,8 +33,8 @@
 SEQ_TERMINATED_EXC = The Sequence has been terminated due to an unrecoverable 
error.
 UNKNOWN_SEQ_EXC = The value of wsrm:Identifier is not a known Sequence 
identifier.
 INVALID_ACK_EXC = The SequenceAcknowledgement violates the cumulative 
acknowledgement invariant.
-MESSAGE_NR_ROLLOVER_EXC = The maximim value for wsrm:MessageNumber has been 
exceeded.
-LAST_MESSAGE_NUMBER_EXCEEDED_EXC = The value for wsrm:MessageNumber exceeds 
the vaue of the MessageNumber accompanying a LastMessage element in this 
Sequence.
+MESSAGE_NR_ROLLOVER_EXC = The maximum value for wsrm:MessageNumber has been 
exceeded.
+LAST_MESSAGE_NUMBER_EXCEEDED_EXC = The value for wsrm:MessageNumber exceeds 
the value of the MessageNumber accompanying a LastMessage element in this 
Sequence.
 CREATE_SEQ_REFUSED = The create sequence request has been refused by the RM 
destination.
 
 SEQ_FAULT_MSG = Interceptor encountered a SequenceFault: {0}.


Reply via email to