diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-02 23:32:33 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-09-02 23:32:33 +0000 |
commit | e7cc5737c05ea9e1e88025ac8e75055f6e9fd9bd (patch) | |
tree | 81cb106a72cf9669e4c3469cac4d55c1595d469e /sca-java-2.x/trunk/modules/implementation-bpel | |
parent | 8dddab593539a95331a32f4c43c103d5614fca67 (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
Diffstat (limited to 'sca-java-2.x/trunk/modules/implementation-bpel')
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-bpel/src/main/resources/impl-bpel-validation-messages.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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} |