Commit in servicemix/base/src/main/java/org/servicemix/jbi/messaging on MAIN
DeliveryChannelImpl.java+2-21.20 -> 1.21
fixed typeo - use the destination endpoint name, not the components' endpoint name

servicemix/base/src/main/java/org/servicemix/jbi/messaging
DeliveryChannelImpl.java 1.20 -> 1.21
diff -u -r1.20 -r1.21
--- DeliveryChannelImpl.java	4 Aug 2005 16:09:26 -0000	1.20
+++ DeliveryChannelImpl.java	5 Aug 2005 09:52:08 -0000	1.21
@@ -41,7 +41,7 @@
 /**
  * DeliveryChannel implementation
  * 
- * @version $Revision: 1.20 $
+ * @version $Revision: 1.21 $
  */
 public class DeliveryChannelImpl implements DeliveryChannel {
     private static final Log log = LogFactory.getLog(DeliveryChannel.class);
@@ -130,7 +130,7 @@
                 result.setOperationName(operationName);
                 log.info("default destination operationName for " + componentName + " = " + operationName);
             }
-            String endpointName = activationSpec.getEndpoint();
+            String endpointName = activationSpec.getDestinationEndpoint();
             if (endpointName != null) {
                 boolean endpointSet = false;
                 log.info("default destination endpointName for " + componentName + " = " + endpointName);
CVSspam 0.2.8



Reply via email to