summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-09-02 23:32:33 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-09-02 23:32:33 +0000
commite7cc5737c05ea9e1e88025ac8e75055f6e9fd9bd (patch)
tree81cb106a72cf9669e4c3469cac4d55c1595d469e
parent8dddab593539a95331a32f4c43c103d5614fca67 (diff)
Fix the single quote issues in all message bundles
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164763 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/assembly/xml/assembly-xml-validation-messages.properties2
-rw-r--r--sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/definitions/xml/definitions-xml-validation-messages.properties4
-rw-r--r--sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties6
-rw-r--r--sca-java-2.x/trunk/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties26
-rw-r--r--sca-java-2.x/trunk/modules/contribution-resource/src/main/resources/contribution-resource-validation-messages.properties2
-rw-r--r--sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-java-validation-messages.properties2
-rw-r--r--sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-namespace-validation-messages.properties2
-rw-r--r--sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties2
-rw-r--r--sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties7
-rw-r--r--sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties4
-rw-r--r--sca-java-2.x/trunk/modules/policy-security/src/main/resources/policy-security-validation-messages.properties14
11 files changed, 36 insertions, 35 deletions
diff --git a/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/assembly/xml/assembly-xml-validation-messages.properties b/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/assembly/xml/assembly-xml-validation-messages.properties
index 8ad5f88892..ba0137c85c 100644
--- a/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/assembly/xml/assembly-xml-validation-messages.properties
+++ b/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/assembly/xml/assembly-xml-validation-messages.properties
@@ -29,4 +29,4 @@ ContributionResolveException = ContributionResolveException occured due to : {0}
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)
diff --git a/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/definitions/xml/definitions-xml-validation-messages.properties b/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/definitions/xml/definitions-xml-validation-messages.properties
index de27c0bd31..45b2dfd684 100644
--- a/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/definitions/xml/definitions-xml-validation-messages.properties
+++ b/sca-java-2.x/trunk/modules/assembly-xml/src/main/resources/org/apache/tuscany/sca/definitions/xml/definitions-xml-validation-messages.properties
@@ -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
diff --git a/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties b/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties
index 8ded10c9db..0e1922b4a7 100644
--- a/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties
+++ b/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties
@@ -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:\
diff --git a/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties b/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties
index 6fe55f1c0f..23a4391cbc 100644
--- a/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties
+++ b/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties
@@ -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 destination type: {0}
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 use both operationProperties attribute a
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
diff --git a/sca-java-2.x/trunk/modules/contribution-resource/src/main/resources/contribution-resource-validation-messages.properties b/sca-java-2.x/trunk/modules/contribution-resource/src/main/resources/contribution-resource-validation-messages.properties
index 9df66cce52..a012c05783 100644
--- a/sca-java-2.x/trunk/modules/contribution-resource/src/main/resources/contribution-resource-validation-messages.properties
+++ b/sca-java-2.x/trunk/modules/contribution-resource/src/main/resources/contribution-resource-validation-messages.properties
@@ -18,6 +18,6 @@
# under the License.
#
#
-AttributeURIMissing = Attribute 'uri' is missing
+AttributeURIMissing = Attribute ''uri'' is missing
XMLStreamException = XMLStreamException occured due to : {0}
diff --git a/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-java-validation-messages.properties b/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-java-validation-messages.properties
index 09fc3e9fff..e924895c35 100644
--- a/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-java-validation-messages.properties
+++ b/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-java-validation-messages.properties
@@ -18,6 +18,6 @@
# under the License.
#
#
-AttributePackageMissing = Attribute 'package' is missing
+AttributePackageMissing = Attribute ''package'' is missing
XMLStreamException = XMLStreamException occured due to : {0}
diff --git a/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-namespace-validation-messages.properties b/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-namespace-validation-messages.properties
index c1cbd06e7f..448d2977bb 100644
--- a/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-namespace-validation-messages.properties
+++ b/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-namespace-validation-messages.properties
@@ -18,6 +18,6 @@
# under the License.
#
#
-AttributeNameSpaceMissing = Attribute 'namespace' is missing
+AttributeNameSpaceMissing = Attribute ''namespace'' is missing
XMLStreamException = XMLStreamException occured due to : {0}
diff --git a/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties b/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties
index d92df203e6..6d6c0aa428 100644
--- a/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties
+++ b/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties
@@ -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.
diff --git a/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties b/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties
index a52c124780..5c9e01ffdc 100644
--- a/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties
+++ b/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties
@@ -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}
diff --git a/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties b/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties
index b6d8bdc0f1..419f7a8c15 100644
--- a/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties
+++ b/sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties
@@ -27,8 +27,8 @@ PartnerLinkHasBothAttr = BPEL PartnerLink {0} has both sca:reference and sca:ser
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}
diff --git a/sca-java-2.x/trunk/modules/policy-security/src/main/resources/policy-security-validation-messages.properties b/sca-java-2.x/trunk/modules/policy-security/src/main/resources/policy-security-validation-messages.properties
index d41dbc3c70..cdab34c9cd 100644
--- a/sca-java-2.x/trunk/modules/policy-security/src/main/resources/policy-security-validation-messages.properties
+++ b/sca-java-2.x/trunk/modules/policy-security/src/main/resources/policy-security-validation-messages.properties
@@ -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