You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2009/08/10 13:04:43 UTC

svn commit: r802735 - /servicemix/components/bindings/servicemix-http/trunk/src/main/resources/META-INF/spring/servicemix-http.xml

Author: lhein
Date: Mon Aug 10 11:04:43 2009
New Revision: 802735

URL: http://svn.apache.org/viewvc?rev=802735&view=rev
Log:
fixed SMXCOMP-607

Modified:
    servicemix/components/bindings/servicemix-http/trunk/src/main/resources/META-INF/spring/servicemix-http.xml

Modified: servicemix/components/bindings/servicemix-http/trunk/src/main/resources/META-INF/spring/servicemix-http.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-http/trunk/src/main/resources/META-INF/spring/servicemix-http.xml?rev=802735&r1=802734&r2=802735&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-http/trunk/src/main/resources/META-INF/spring/servicemix-http.xml (original)
+++ servicemix/components/bindings/servicemix-http/trunk/src/main/resources/META-INF/spring/servicemix-http.xml Mon Aug 10 11:04:43 2009
@@ -89,7 +89,7 @@
         </osgi:service-properties>
     </osgi:service>
 
-    <osgix:cm-properties id="cmProps" persistent-id="servicemix-http">
+    <osgix:cm-properties id="cmProps" persistent-id="org.apache.servicemix.components.http">
         <prop key="connectorMaxIdleTime">30000</prop>
         <prop key="consumerProcessorSuspendTime">60000</prop>
         <prop key="jettyClientThreadPoolSize">16</prop>