Author: rfeng
Date: Fri Sep  2 23:32:33 2011
New Revision: 1164763

URL: http://svn.apache.org/viewvc?rev=1164763&view=rev
Log:
Fix the single quote issues in all message bundles

Modified:
    
tuscany/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/assembly/xml/assembly-xml-validation-messages.properties
    
tuscany/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/definitions/xml/definitions-xml-validation-messages.properties
    
tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties
    
tuscany/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties
    
tuscany/sca-java-2.x/trunk/modules/contribution-resource/src/main/resources/contribution-resource-validation-messages.properties
    
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-java-validation-messages.properties
    
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-namespace-validation-messages.properties
    
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties
    
tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties
    
tuscany/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties
    
tuscany/sca-java-2.x/trunk/modules/policy-security/src/main/resources/policy-security-validation-messages.properties

Modified: 
tuscany/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/assembly/xml/assembly-xml-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/assembly/xml/assembly-xml-validation-messages.properties?rev=1164763&r1=1164762&r2=1164763&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/assembly/xml/assembly-xml-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/assembly/xml/assembly-xml-validation-messages.properties
 Fri Sep  2 23:32:33 2011
@@ -29,4 +29,4 @@ ContributionResolveException = Contribut
 ContributionWriteException = ContributionWriteException occured due to : {0}
 XMLStreamException = XMLStreamException occured due to : {0}
 DuplicateCompositeName = [ASM_6001] More than one composite with the same name 
{0} found in contribution {1}
-PropertyTypeNotFound = The type {0} specified on property {1} of {2} can't be 
found in any loaded contribution (makes sure the .xsd file is in a 
contribution, that the contribution is being loaded and that contribution 
imports and exports are correct)
+PropertyTypeNotFound = The type {0} specified on property {1} of {2} can''t be 
found in any loaded contribution (makes sure the .xsd file is in a 
contribution, that the contribution is being loaded and that contribution 
imports and exports are correct)

Modified: 
tuscany/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/definitions/xml/definitions-xml-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/definitions/xml/definitions-xml-validation-messages.properties?rev=1164763&r1=1164762&r2=1164763&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/definitions/xml/definitions-xml-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/definitions/xml/definitions-xml-validation-messages.properties
 Fri Sep  2 23:32:33 2011
@@ -20,5 +20,5 @@
 #
 ContributionReadException = ContributionReadException occured due to :
 PrivilegedActionException = Privileged Action Exception occured due to 
FilePermission in security policy file:
-ImplementationTypeNotFound = [POL50001] An extension to support the 
implementation type {0} can't be found in the domain
-BindingTypeNotFound = An extension to support the binding type {0} can't be 
found in the domain  
\ No newline at end of file
+ImplementationTypeNotFound = [POL50001] An extension to support the 
implementation type {0} can''t be found in the domain
+BindingTypeNotFound = An extension to support the binding type {0} can''t be 
found in the domain  

Modified: 
tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties?rev=1164763&r1=1164762&r2=1164763&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties
 Fri Sep  2 23:32:33 2011
@@ -133,13 +133,13 @@ ASM60002=\
 ASM60003=\
 The name of a composite <service/> element MUST be unique across all the 
composite services in the composite.
 ASM60004=\
-A composite <service/> element's @promote attribute MUST identify one of the 
component services within that composite.
+A composite <service/> element''s @promote attribute MUST identify one of the 
component services within that composite.
 ASM60005=\ 
 If a composite service interface is specified it MUST be the same or a 
compatible subset of the interface provided by the promoted component service.
 ASM60006=\
 The name of a composite <reference/> element MUST be unique across all the 
composite references in the composite.
 ASM60007=\
-Each of the URIs declared by a composite reference's @promote attribute MUST 
identify a component reference within the composite.
+Each of the URIs declared by a composite reference''s @promote attribute MUST 
identify a component reference within the composite.
 ASM60008=\
 the interfaces of the component references promoted by a composite reference 
MUST be the same, or if the composite reference itself declares an interface 
then each of the component reference interfaces MUST be a compatible subset of 
the composite reference interface..
 ASM60009=\
@@ -269,7 +269,7 @@ ASM12015=\
 Where components are updated by deployment actions (their configuration is 
changed in some way, which includes changing the wires of component 
references), the new configuration MUST apply to all new instances of those 
components once the update is complete.
 ASM12017=\
 Where a component that is the target of a wire is removed, without the wire 
being changed, then future invocations of the reference that use that wire 
SHOULD fail with a ServiceUnavailable fault. If the wire is the result of the 
autowire process, the SCA runtime MUST:\
-* either cause future invocation of the target component's services to fail 
with a ServiceUnavailable fault\
+* either cause future invocation of the target component''s services to fail 
with a ServiceUnavailable fault\
 * or alternatively, if an alternative target component is available that 
satisfies the autowire process, update the reference of the source component 
 ASM12020=\
 Where a component is added to the Domain that is a potential target for a 
domain level component reference where that reference is marked as 
@autowire=true, the SCA runtime MUST:\

Modified: 
tuscany/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties?rev=1164763&r1=1164762&r2=1164763&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties
 Fri Sep  2 23:32:33 2011
@@ -18,14 +18,14 @@
 #    under the License.
 #
 #
-DoesntProcessOperationProperties = JMS Binding doesn't process 
operationProperties yet
-DoesntProcessHeaders = JMS Binding doesn't process headers yet
-DoesntProcessResourceAdapter = JMS Binding doesn't process resourceAdapter yet
-DoesntProcessResponseConnectionFactory = JMS Binding doesn't process response 
connectionFactory yet
-DoesntProcessResponseActivationSpec = JMS Binding doesn't process response 
activationSpec yet
-DoesntProcessResponseDestinationType = JMS Binding doesn't process response 
destination type yet
-DoesntProcessActivationSpec = JMS Binding doesn't process activationSpec yet
-DoesntProcessDestinationType = JMS Binding doesn't process destination type yet
+DoesntProcessOperationProperties = JMS Binding doesn''t process 
operationProperties yet
+DoesntProcessHeaders = JMS Binding doesn''t process headers yet
+DoesntProcessResourceAdapter = JMS Binding doesn''t process resourceAdapter yet
+DoesntProcessResponseConnectionFactory = JMS Binding doesn''t process response 
connectionFactory yet
+DoesntProcessResponseActivationSpec = JMS Binding doesn''t process response 
activationSpec yet
+DoesntProcessResponseDestinationType = JMS Binding doesn''t process response 
destination type yet
+DoesntProcessActivationSpec = JMS Binding doesn''t process activationSpec yet
+DoesntProcessDestinationType = JMS Binding doesn''t process destination type 
yet
 MissingConnectionFactoryName = Missing ConnectionFactory Name
 MissingResponseConnectionFactory = Missing response connectionFactory name
 InvalidResponseDestinationType = Invalid response destination type: {0}
@@ -33,7 +33,7 @@ InvalidDestinationType = Invalid destina
 MissingActivationSpecName = Missing ActivationSpec Name
 MissingResponseActivationSpec = Missing response ActivationSpec name
 UnknownTokenInURI = Unknown token {0} in uri: {1}
-MustStartWithSchema = URI must start with the scheme 'jms:jndi:' or 
'jms:queue:' or 'jms:topic:'  for uri: {0}
+MustStartWithSchema = URI must start with the scheme ''jms:jndi:'' or 
''jms:queue:'' or ''jms:topic:''  for uri: {0}
 InvalidCorrelationScheme = Invalid correlationScheme: {0}
 UnexpectedElement = Incomplete binding.jms definition found unexpected 
element: {0}
 UnexpectedResponseElement = Incomplete binding.jms/response definition found 
unexpected element: {0}
@@ -53,9 +53,9 @@ DuplicateOperationProperties = Must not 
 WireFormatAlreadyDefined = The request wireformat has already been defined. 
Only one request wire format can be specified.
 OpSelectorAlreadyDefined = More than one operation selector has been 
specified. Only one operation selector can be specified.
 ResponseWireformatAlreadyDefined = The response wireformat has already been 
defined. Only one response wire format can be specified.
-MissingNameForCREATE_NEVER = Must specify jndiName attribute when create mode 
is "never"
-MissingNameForCREATE_IF_NOT_EXIST = Must specify jndiName attribute when 
create mode is "ifNotExist"
-InvalidCreate = Attribute create {0} invalid, must be 'always', 'never', or 
'ifNotExist'
+MissingNameForCREATE_NEVER = Must specify jndiName attribute when create mode 
is ''never''
+MissingNameForCREATE_IF_NOT_EXIST = Must specify jndiName attribute when 
create mode is ''ifNotExist''
+InvalidCreate = Attribute create {0} invalid, must be ''always'' ''never'' or 
''ifNotExist''
 ActivationSpecAndDestinationMismatch = Activation spec name {0} must match 
destination name {1}
-ActivationSpecNameRequiredForCreateAlways = A JNDI name must be specified when 
an ActivationSpec has a create mode of "always"
+ActivationSpecNameRequiredForCreateAlways = A JNDI name must be specified when 
an ActivationSpec has a create mode of ''always''
 BJM30029 = the selectedOperation attribute MUST be unique across the 
containing binding.jms element

Modified: 
tuscany/sca-java-2.x/trunk/modules/contribution-resource/src/main/resources/contribution-resource-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/contribution-resource/src/main/resources/contribution-resource-validation-messages.properties?rev=1164763&r1=1164762&r2=1164763&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/contribution-resource/src/main/resources/contribution-resource-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/contribution-resource/src/main/resources/contribution-resource-validation-messages.properties
 Fri Sep  2 23:32:33 2011
@@ -18,6 +18,6 @@
 #    under the License.
 #
 #
-AttributeURIMissing = Attribute 'uri' is missing
+AttributeURIMissing = Attribute ''uri'' is missing
 XMLStreamException = XMLStreamException occured due to : {0}
 

Modified: 
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-java-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-java-validation-messages.properties?rev=1164763&r1=1164762&r2=1164763&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-java-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-java-validation-messages.properties
 Fri Sep  2 23:32:33 2011
@@ -18,6 +18,6 @@
 #    under the License.
 #
 #
-AttributePackageMissing = Attribute 'package' is missing
+AttributePackageMissing = Attribute ''package'' is missing
 XMLStreamException = XMLStreamException occured due to : {0}
 

Modified: 
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-namespace-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-namespace-validation-messages.properties?rev=1164763&r1=1164762&r2=1164763&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-namespace-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-namespace-validation-messages.properties
 Fri Sep  2 23:32:33 2011
@@ -18,6 +18,6 @@
 #    under the License.
 #
 #
-AttributeNameSpaceMissing = Attribute 'namespace' is missing
+AttributeNameSpaceMissing = Attribute ''namespace'' is missing
 XMLStreamException = XMLStreamException occured due to : {0}
 

Modified: 
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties?rev=1164763&r1=1164762&r2=1164763&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties
 Fri Sep  2 23:32:33 2011
@@ -20,6 +20,6 @@
 #
 XMLStreamException = XMLStreamException occured due to : {0}
 IOException = IOException occured due to : {0}
-AttributeCompositeMissing = Attribute 'composite' is missing
+AttributeCompositeMissing = Attribute ''composite'' is missing
 DuplicateJavaImports = [JCI10001] The value of the @package attribute on the 
<import.java/> element is not unique across all other <import.java/> elements 
within the contribution.
 DuplicateJavaExports = [JCI10004] The value of the @package attribute on the 
<export.java/> element is not unique across all other <export.java/> elements 
within the contribution.

Modified: 
tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties?rev=1164763&r1=1164762&r2=1164763&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties
 Fri Sep  2 23:32:33 2011
@@ -18,6 +18,7 @@
 #    under the License.
 #
 #
-NoEndpointsFound = No endpoints found in the domain that match the reference 
{0} 
-EndpointReferenceCantBeMatched = = Unable to match the endpoint reference {0} 
with the policy of the service to which it refers, matching process was {1}
-ComponentReferenceTargetNotFound = Component reference target not found at 
deployment time, it might be a remote service elsewhere in the SCA Domain so 
we'll try and resolve it again at runtime: {0} 
+NoEndpointsFound = No endpoints found in the domain that match the reference 
{0}
+EndpointReferenceCantBeMatched = Unable to match the endpoint reference {0} 
with the policy of the service to which it refers, matching process was {1}
+# Single quote (we'll) needs to be escaped as we''ll 
+ComponentReferenceTargetNotFound = Component reference target not found at 
deployment time, it might be a remote service elsewhere in the SCA Domain so 
we''ll try and resolve it again at runtime: {0} 

Modified: 
tuscany/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties?rev=1164763&r1=1164762&r2=1164763&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties
 Fri Sep  2 23:32:33 2011
@@ -27,8 +27,8 @@ PartnerLinkHasBothAttr = BPEL PartnerLin
 ReferencePartnerLinkNotInList = BPEL TypeLoader - element references 
partnerLink {0} not in the list
 MyRolePartnerRoleNull = Error: myRole and partnerRole port types are both null
 NoInterfaceForPortType = Interface not found for port type {0}
-AttributeProcessMissing = Attribute 'process' is missing.
+AttributeProcessMissing = Attribute ''process'' is missing.
 AttributeWithoutNamespace = Attribute {0} with value {1} in your composite 
should be of the form {namespaceURI}localname
 AttributeWithoutPrefix = Attribute {0} with value {1} in your composite should 
be prefixed (process=\"prefix:name\").
 AttributeUnrecognizedNamespace = Attribute {0} with value {1} in your 
composite has un unrecognized namespace prefix.
-BPELProcessNotFound = Can't find BPEL Process : {0}
\ No newline at end of file
+BPELProcessNotFound = Can''t find BPEL Process : {0}

Modified: 
tuscany/sca-java-2.x/trunk/modules/policy-security/src/main/resources/policy-security-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/policy-security/src/main/resources/policy-security-validation-messages.properties?rev=1164763&r1=1164762&r2=1164763&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/policy-security/src/main/resources/policy-security-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/policy-security/src/main/resources/policy-security-validation-messages.properties
 Fri Sep  2 23:32:33 2011
@@ -18,11 +18,11 @@
 #    under the License.
 #
 #
-RequiredAttributeRolesMissing = Required attribute 'roles' is missing.
+RequiredAttributeRolesMissing = Required attribute ''roles'' is missing.
 ClassNotFoundException = Class Not Found Exception: {0}
-RequiredAttributeKeyStoreTypeMissing = Required attribute 'type' of keyStore 
element is missing
-RequiredAttributeKeyStoreFileMissing = Required attribute 'file' of keyStore 
element is missing
-RequiredAttributeKeyStorePasswordMissing = Required attribute 'password' of 
keyStore element is missing
-RequiredAttributeTrustStoreTypeMissing = Required attribute 'type' of 
trustStore element is missing
-RequiredAttributeTrustStoreFileMissing = Required attribute 'file' of 
trustStore element is missing
-RequiredAttributeTrustStorePasswordMissing = Required attribute 'password' of 
trustStore element is missing
\ No newline at end of file
+RequiredAttributeKeyStoreTypeMissing = Required attribute ''type'' of keyStore 
element is missing
+RequiredAttributeKeyStoreFileMissing = Required attribute ''file'' of keyStore 
element is missing
+RequiredAttributeKeyStorePasswordMissing = Required attribute ''password'' of 
keyStore element is missing
+RequiredAttributeTrustStoreTypeMissing = Required attribute ''type'' of 
trustStore element is missing
+RequiredAttributeTrustStoreFileMissing = Required attribute ''file'' of 
trustStore element is missing
+RequiredAttributeTrustStorePasswordMissing = Required attribute ''password'' 
of trustStore element is missing


Reply via email to