Author: ffang
Date: Wed Aug 25 04:29:16 2010
New Revision: 988792

URL: http://svn.apache.org/viewvc?rev=988792&view=rev
Log:
[SMXCOMP-792]TYPE property for BindingComponent is incorrect

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

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


Reply via email to