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:06:12 UTC

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

Author: lhein
Date: Mon Aug 10 11:06:12 2009
New Revision: 802740

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

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

Modified: servicemix/components/bindings/servicemix-vfs/trunk/src/main/resources/META-INF/spring/servicemix-vfs.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-vfs/trunk/src/main/resources/META-INF/spring/servicemix-vfs.xml?rev=802740&r1=802739&r2=802740&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-vfs/trunk/src/main/resources/META-INF/spring/servicemix-vfs.xml (original)
+++ servicemix/components/bindings/servicemix-vfs/trunk/src/main/resources/META-INF/spring/servicemix-vfs.xml Mon Aug 10 11:06:12 2009
@@ -67,7 +67,7 @@
         </osgi:service-properties>
     </osgi:service>
 
-    <osgix:cm-properties id="cmProps" persistent-id="servicemix-vfs">
+    <osgix:cm-properties id="cmProps" persistent-id="org.apache.servicemix.components.vfs">
         <prop key="threadPoolCorePoolSize">8</prop>
         <prop key="threadPoolMaximumPoolSize">32</prop>
         <prop key="threadPoolQueueSize">256</prop>