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

svn commit: r802742 - /servicemix/components/engines/servicemix-cxf-se/trunk/src/main/resources/META-INF/spring/servicemix-cxf-se.xml

Author: lhein
Date: Mon Aug 10 11:07:00 2009
New Revision: 802742

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

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

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