Author: gnodet
Date: Fri Sep 22 09:11:35 2006
New Revision: 448978

URL: http://svn.apache.org/viewvc?view=rev&rev=448978
Log:
SM-594: Introduce an Executor and ExecutorFactory to configure all thread pools 
inside ServiceMix
Remove the bootstrap context from the JCA flow configuration

Modified:
    
incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml

Modified: 
incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml?view=diff&rev=448978&r1=448977&r2=448978
==============================================================================
--- 
incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml
 (original)
+++ 
incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/servicemix.xml
 Fri Sep 22 09:11:35 2006
@@ -54,8 +54,7 @@
       <sm:securedBroker authorizationMap="#authorizationMap">
         <sm:flows>
           <sm:sedaFlow />
-          <sm:jcaFlow bootstrapContext="#bootstrapContext"
-                      connectionManager="#connectionManager"
+          <sm:jcaFlow connectionManager="#connectionManager"
                       jmsURL="tcp://localhost:61616" />
         </sm:flows>
       </sm:securedBroker>


Reply via email to