Author: amilas
Date: Sat Jun 12 05:56:57 2010
New Revision: 953942

URL: http://svn.apache.org/viewvc?rev=953942&view=rev
Log:
Applied the patch for AXIS2-4737

Modified:
    
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/addressing/i18n/resource.properties
    
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties

Modified: 
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/addressing/i18n/resource.properties
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/addressing/i18n/resource.properties?rev=953942&r1=953941&r2=953942&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/addressing/i18n/resource.properties
 (original)
+++ 
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/addressing/i18n/resource.properties
 Sat Jun 12 05:56:57 2010
@@ -31,6 +31,11 @@
 #     and may contain translation instructions.  They need not be
 #     translated unless your translated file, rather than this file,
 #     will serve as a base for other translators.
+#
+# Do not remove the following comment line. It is a variable used by a 
translation tool.
+#NLS_MESSAGEFORMAT_VAR
+#NLS_ENCODING=UNICODE
+#ISMESSAGEFILE TRUE
 
 outboundNoAction=Unable to determine wsa:Action for outbound message
 referenceParameterError=An error occurred while attempting to add a reference 
parameter as a SOAP header.
@@ -62,4 +67,3 @@ spec.final.FAULT_ADDRESSING_DESTINATION_
 spec.submission.FAULT_ADDRESSING_DESTINATION_UNREACHABLE_REASON=No route can 
be determined to reach the destination role defined by the WS-Addressing To.
 spec.submission.FAULT_INVALID_HEADER_REASON=A message information header is 
not valid and the message cannot be processed. The validity failure can be 
either structural or semantic, e.g. a [destination] that is not a URI or a 
[relationship] to a [message id] that was never issued.
 spec.submission.FAULT_ADDRESSING_HEADER_REQUIRED_REASON=A required message 
information header, To, MessageID, or Action, is not present.
-        
\ No newline at end of file

Modified: 
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties?rev=953942&r1=953941&r2=953942&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties
 (original)
+++ 
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/i18n/resource.properties
 Sat Jun 12 05:56:57 2010
@@ -34,6 +34,8 @@
 #
 # Do not remove the following comment line. It is a variable used by a 
translation tool.
 # NLS_MESSAGEFORMAT_VAR
+# NLS_ENCODING=UNICODE
+# ISMESSAGEFILE TRUE
 
 #############################################################################
 # DO NOT TOUCH THESE PROPERTIES - THEY ARE AUTOMATICALLY UPDATED BY THE BUILD
@@ -121,7 +123,7 @@ confignotfound=The system cannot find th
 pathtoconfigcanotnull=The path to axis2.xml file cannot be NULL.
 modulevalfailed=Module validation failed: {0}
 invalidphase=Did not find the desired phase ''{0}'' while deploying handler 
''{1}''.
-dispatchPhaseNotFoundOnInflow=The '"Dispatch'" phase is not found on the 
global '"InFlow'" phase of the axis2.xml file. Make sure the phase is within 
the axis2.xml file.
+dispatchPhaseNotFoundOnInflow=The 'Dispatch' phase is not found on the global 
'InFlow' phase of the axis2.xml file. Make sure the phase is within the 
axis2.xml file.
 #invalidmoduleref=The {0} service refers to the {1} module, which is not valid.
 invalidmodulerefbyop={0} operation refers to the {1} module, which is not 
valid.
 addingnewmodule=Adding new module
@@ -235,7 +237,7 @@ clusterImplNotFound=Clustering implement
 contextManagerListenerIsNull=Cluster ContextManager entry not found in 
axis2.xml
 configurationManagerListenerIsNull=Cluster ConfigurationManager entry not 
found in axis2.xml
 cannotLoadClusterImpl=Cluster implementation cannot be loaded
-classAttributeNotFound=The element {0} must have a attribute with the name 
''class''
+classAttributeNotFound=The element {0} must have an attribute with the name 
''class''
 
 #Policy
 emptypolicy=The Policy ID is either null or empty.
@@ -282,4 +284,4 @@ mismatchedModuleVersions=Tried to deploy
 deployingexception=Deploying Exception Occured with {0}
 stroringfaultyservice=Exception occured and made the service faulty with {0}
 jaxwsjarsmissing=JAXWS jars are missing in the classpath with {0}, switching 
to annongen
-faultyserviceremoval=Predicting faulty service with {0}, and removing it
\ No newline at end of file
+faultyserviceremoval=Predicting faulty service with {0}, and removing it


Reply via email to