From ce33970ade8a9bf77e0e9eb2b376c3898b78637c Mon Sep 17 00:00:00 2001 From: beckerdo Date: Fri, 30 Jan 2009 15:52:55 +0000 Subject: TUSCANY-2776 The JMSBindingProcessor does not perform validation of binding properties git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739312 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/binding-jms-validation-messages.properties | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'branches/sca-java-1.x/modules/binding-jms/src/main/resources') diff --git a/branches/sca-java-1.x/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties b/branches/sca-java-1.x/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties index 2f1048e601..cd2a5f30ed 100644 --- a/branches/sca-java-1.x/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties +++ b/branches/sca-java-1.x/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties @@ -42,6 +42,7 @@ InvalidJMSPriority = Invalid JMSPriority: {0} MissingJMSOperationPropertyName = Missing JMSOperationProperty Name InvalidOPJMSDeliveryMode = Invalid OPJMSDeliveryMode: {0} InvalidOPJMSPriority = Invalid OPJMSPriority: {0} - - - +DestinationQueueContradiction = Destination type queue contradicts connection factory name: {0} +DestinationTopicContradiction = Destination type topic contradicts connection factory name: {0} +ConnectionFactoryActivationSpecContradiction = Connection factory \"{0}\" and activation specification \"{0}\" are mutually exclusive +ResponseAttrElement = Response connection \"{0}\" and response element \"{1}\" are mutually exclusive -- cgit v1.2.3