Author: ivol Date: Fri Oct 15 08:54:56 2010 New Revision: 172 Log: [AMDATU-64] Fixed by removing use of auto-deploy directory for system-bundles
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 Fri Oct 15 08:54:56 2010 @@ -60,11 +60,11 @@ # the following values: 'install', 'start', 'update', and 'uninstall'. # An undefined or blank value is equivalent to disabling auto-deploy # processing. -felix.auto.deploy.action=install,start,update,uninstall +#felix.auto.deploy.action=install,start,update,uninstall # The following property specifies the directory to use as the bundle # auto-deploy directory; the default is 'bundle' in the working directory. -felix.auto.deploy.dir=system-bundles +#felix.auto.deploy.dir=system-bundles # The following property is a space-delimited list of bundle URLs # to install when the framework starts. The ending numerical component @@ -76,6 +76,7 @@ # to install and start when the framework starts. The ending numerical # component is the target start level. Any number of these properties # may be specified for different start levels. +felix.auto.start.1=reference:file:system-bundles/org.apache.felix.configadmin-1.2.4.jar reference:file:system-bundles/org.apache.felix.dependencymanager-3.0.0-SNAPSHOT.jar reference:file:system-bundles/org.apache.felix.eventadmin-1.2.2.jar reference:file:system-bundles/org.apache.felix.fileinstall-3.0.0.jar reference:file:system-bundles/org.apache.felix.log-1.0.0.jar reference:file:system-bundles/org.apache.felix.main-2.0.5.jar reference:file:system-bundles/org.apache.felix.metatype-1.0.4.jar reference:file:system-bundles/org.apache.felix.shell.tui-1.4.1.jar reference:file:system-bundles/org.apache.felix.shell-1.4.2.jar reference:file:system-bundles/org.apache.felix.webconsole-3.1.0.jar reference:file:system-bundles/org.apache.sling.commons.mime-2.1.4.jar reference:file:system-bundles/org.apache.sling.commons.osgi-2.0.6.jar reference:file:system-bundles/org.osgi.compendium-1.0.0.jar reference:file:system-bundles/org.osgi.core-1.0.0.jar reference:file:system-bundles/pax-useradmin-service-0.0.1-SNAPSHOT.jar reference:file:system-bundles/pax-web-jetty-bundle-0.7.1.jar reference:file:system-bundles/pax-web-jsp-0.7.1.jar felix.auto.start.2=reference:file:platform-bundles/org.amdatu.platform.filebased-configuration-0.0.5-SNAPSHOT.jar felix.auto.start.5=reference:file:platform-bundles/org.amdatu.platform.shindig-application-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.cassandra-application-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.cassandra-listener-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.cassandra-persistencemanager-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.loghandler-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.profile-service-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.tenant-service-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.authorization-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.httpcontext-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.wink-application-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.sesame-application-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.config-template-manager-0.0.5-SNAPSHOT.jar reference:file:platform-bundles/org.amdatu.platform.useradmin-cassandra-store-0.0.5-SNAPSHOT.jar felix.auto.start.10=reference:file:application-bundles/org.amdatu.application.dashboard-0.0.5-SNAPSHOT.jar reference:file:application-bundles/org.amdatu.application.gadgetmanagement-0.0.5-SNAPSHOT.jar @@ -83,10 +84,10 @@ felix.auto.start.30=reference:file:example-bundles/org.amdatu.example.friends-gadget-0.0.5-SNAPSHOT.jar reference:file:example-bundles/org.amdatu.example.course-gadget-0.0.5-SNAPSHOT.jar reference:file:example-bundles/org.amdatu.example.course-service-0.0.5-SNAPSHOT.jar # Sets the initial start level of the framework upon startup. -org.osgi.framework.startlevel.beginning=30 +org.osgi.framework.startlevel.beginning=40 # 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.
