Author: ivol Date: Mon Oct 11 14:23:30 2010 New Revision: 150 Log: AMDATU-106 Fixed startup failure
Modified: trunk/src/main/resources/conf/felix-config.properties Modified: trunk/src/main/resources/conf/felix-config.properties ============================================================================== --- trunk/src/main/resources/conf/felix-config.properties (original) +++ trunk/src/main/resources/conf/felix-config.properties Mon Oct 11 14:23:30 2010 @@ -86,7 +86,7 @@ org.osgi.framework.startlevel.beginning=30 # Sets the start level of newly installed bundles. -felix.startlevel.bundle=40 +#felix.startlevel.bundle=40 # Felix installs a stream and content handler factories by default, # uncomment the following line to not install them.
