Author: ffang
Date: Wed Mar 30 07:39:02 2011
New Revision: 1086865

URL: http://svn.apache.org/viewvc?rev=1086865&view=rev
Log:
[SMX4-791]Make allowCoreThreadTimeOut name consistent across mbeans and 
properties

Modified:
    
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/org.apache.servicemix.jbi.cfg
    
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/org.apache.servicemix.nmr.cfg

Modified: 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/org.apache.servicemix.jbi.cfg
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/org.apache.servicemix.jbi.cfg?rev=1086865&r1=1086864&r2=1086865&view=diff
==============================================================================
--- 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/org.apache.servicemix.jbi.cfg
 (original)
+++ 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/org.apache.servicemix.jbi.cfg
 Wed Mar 30 07:39:02 2011
@@ -25,10 +25,10 @@ shutdownTimeout=0
 # - corePoolSize defines the core thread pool size (default is 4)
 # - maximumPoolSize defines the maximum thread pool size, -1 means an 
unbounded thread pool size (default is -1)
 # - queueSize defines the executor queue size (default is 1024)
-# - allowCoreThreadTimeout allows the core threads to timeout (defaults to 
true)
+# - allowCoreThreadTimeOut allows the core threads to timeout (defaults to 
true)
 # - keepAliveTime is the amount of milliseconds a thread is kept alive when 
idle (defaults to 60000)
 corePoolSize=4
 maximumPoolSize=-1
 queueSize=1024
-allowCoreThreadTimeout=true
+allowCoreThreadTimeOut=true
 keepAliveTime=60000

Modified: 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/org.apache.servicemix.nmr.cfg
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/org.apache.servicemix.nmr.cfg?rev=1086865&r1=1086864&r2=1086865&view=diff
==============================================================================
--- 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/org.apache.servicemix.nmr.cfg
 (original)
+++ 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/org.apache.servicemix.nmr.cfg
 Wed Mar 30 07:39:02 2011
@@ -21,7 +21,7 @@
 # - corePoolSize defines the core thread pool size (default is 4)
 # - maximumPoolSize defines the maximum thread pool size, -1 means an 
unbounded thread pool size (default is -1)
 # - queueSize defines the executor queue size (default is 1024)
-# - allowCoreThreadTimeout allows the core threads to timeout (defaults to 
true)
+# - allowCoreThreadTimeOut allows the core threads to timeout (defaults to 
true)
 # - keepAliveTime is the amount of milliseconds a thread is kept alive when 
idle (defaults to 60000)
 #
 # Endpoints are provided a ThreadPool with specific configuration.  If no 
configuration
@@ -33,5 +33,5 @@
 corePoolSize=4
 maximumPoolSize=-1
 queueSize=1024
-allowCoreThreadTimeout=true
+allowCoreThreadTimeOut=true
 keepAliveTime=60000


Reply via email to