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:29 UTC

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

Author: lhein
Date: Mon Aug 10 11:08:29 2009
New Revision: 802746

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

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

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