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:07:20 UTC

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

Author: lhein
Date: Mon Aug 10 11:07:19 2009
New Revision: 802743

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

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

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