You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2014/02/28 14:41:20 UTC

svn commit: r1572945 - /servicemix/smx5/trunk/assembly/src/main/resources/etc/custom.properties

Author: gertv
Date: Fri Feb 28 13:41:19 2014
New Revision: 1572945

URL: http://svn.apache.org/r1572945
Log:
SM-2257: Delay console startup until bundles have been propertly started

Modified:
    servicemix/smx5/trunk/assembly/src/main/resources/etc/custom.properties

Modified: servicemix/smx5/trunk/assembly/src/main/resources/etc/custom.properties
URL: http://svn.apache.org/viewvc/servicemix/smx5/trunk/assembly/src/main/resources/etc/custom.properties?rev=1572945&r1=1572944&r2=1572945&view=diff
==============================================================================
--- servicemix/smx5/trunk/assembly/src/main/resources/etc/custom.properties (original)
+++ servicemix/smx5/trunk/assembly/src/main/resources/etc/custom.properties Fri Feb 28 13:41:19 2014
@@ -117,3 +117,8 @@ org.osgi.framework.system.packages.extra
   org.apache.xerces.impl.validation; version="2.11.0", \
   org.apache.xml.serialize; version="2.11.0" 
 
+#
+# Delay console startup until bundles have been properly started
+#
+karaf.delay.console=true
+karaf.startup.message=Please wait while Apache ServiceMix is starting...