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:08:53 UTC

svn commit: r802747 - /servicemix/components/engines/servicemix-quartz/trunk/src/main/resources/META-INF/spring/servicemix-quartz.xml

Author: lhein
Date: Mon Aug 10 11:08:52 2009
New Revision: 802747

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

Modified:
    servicemix/components/engines/servicemix-quartz/trunk/src/main/resources/META-INF/spring/servicemix-quartz.xml

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