Commit in servicemix/base/src/main/java/org/servicemix/jbi/messaging on MAIN
DeliveryChannelImpl.java+2-21.19 -> 1.20
use ComponentNameSpace componentName

servicemix/base/src/main/java/org/servicemix/jbi/messaging
DeliveryChannelImpl.java 1.19 -> 1.20
diff -u -r1.19 -r1.20
--- DeliveryChannelImpl.java	3 Aug 2005 05:50:19 -0000	1.19
+++ DeliveryChannelImpl.java	4 Aug 2005 16:09:26 -0000	1.20
@@ -41,7 +41,7 @@
 /**
  * DeliveryChannel implementation
  * 
- * @version $Revision: 1.19 $
+ * @version $Revision: 1.20 $
  */
 public class DeliveryChannelImpl implements DeliveryChannel {
     private static final Log log = LogFactory.getLog(DeliveryChannel.class);
@@ -113,7 +113,7 @@
         result.setContext(context);
         ActivationSpec activationSpec = context.getActivationSpec();
         if (activationSpec != null) {
-            String componentName = context.getComponentName();
+            String componentName = context.getComponentNameSpace().getName();
             // lets auto-default the container-routing information
             QName serviceName = activationSpec.getDestinationService();
             if (serviceName != null) {
CVSspam 0.2.8



Reply via email to