You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2010/08/25 06:05:54 UTC

svn commit: r988786 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/src/main/resources/OSGI-INF/blueprint/servicemix-cxf-bc.xml

Author: ffang
Date: Wed Aug 25 04:05:53 2010
New Revision: 988786

URL: http://svn.apache.org/viewvc?rev=988786&view=rev
Log:
[SMXCOMP-791]NAME property in blueprint file for servicemix-cxf-bc should keep same as the artifaceId for the the component

Modified:
    servicemix/components/bindings/servicemix-cxf-bc/trunk/src/main/resources/OSGI-INF/blueprint/servicemix-cxf-bc.xml

Modified: servicemix/components/bindings/servicemix-cxf-bc/trunk/src/main/resources/OSGI-INF/blueprint/servicemix-cxf-bc.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/src/main/resources/OSGI-INF/blueprint/servicemix-cxf-bc.xml?rev=988786&r1=988785&r2=988786&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/src/main/resources/OSGI-INF/blueprint/servicemix-cxf-bc.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/src/main/resources/OSGI-INF/blueprint/servicemix-cxf-bc.xml Wed Aug 25 04:05:53 2010
@@ -50,7 +50,7 @@
 
     <service ref="servicemix-cxfbc" interface="javax.jbi.component.Component">
         <service-properties>
-            <entry key="NAME" value="servicemix-cxfbc" />
+            <entry key="NAME" value="servicemix-cxf-bc" />
             <entry key="TYPE" value="service-engine" />
         </service-properties>
     </service>