diff options
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-jms/src/main')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties | 26 |
1 files changed, 13 insertions, 13 deletions
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 |