You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2013/04/17 02:06:56 UTC

svn commit: r1468691 - in /karaf/trunk: assemblies/features/framework/src/main/resources/resources/etc/system.properties instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties

Author: ffang
Date: Wed Apr 17 00:06:55 2013
New Revision: 1468691

URL: http://svn.apache.org/r1468691
Log:
[KARAF-2269]set proper timeout for servicemix specs so that the OSGiLocator can have some time to wait for the impl bundle available

Modified:
    karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/system.properties
    karaf/trunk/instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties

Modified: karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/system.properties
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/system.properties?rev=1468691&r1=1468690&r2=1468691&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/system.properties (original)
+++ karaf/trunk/assemblies/features/framework/src/main/resources/resources/etc/system.properties Wed Apr 17 00:06:55 2013
@@ -88,7 +88,7 @@ jline.nobell=true
 # ServiceMix specs options
 #
 org.apache.servicemix.specs.debug=false
-org.apache.servicemix.specs.timeout=0
+org.apache.servicemix.specs.timeout=100
 
 #
 # Settings for the OSGi 4.3 Weaving

Modified: karaf/trunk/instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties
URL: http://svn.apache.org/viewvc/karaf/trunk/instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties?rev=1468691&r1=1468690&r2=1468691&view=diff
==============================================================================
--- karaf/trunk/instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties (original)
+++ karaf/trunk/instance/core/src/main/resources/org/apache/karaf/instance/resources/etc/system.properties Wed Apr 17 00:06:55 2013
@@ -88,7 +88,7 @@ jline.nobell=true
 # ServiceMix specs options
 #
 org.apache.servicemix.specs.debug=false
-org.apache.servicemix.specs.timeout=0
+org.apache.servicemix.specs.timeout=100
 
 #
 # Settings for the OSGi 4.3 Weaving