Author: rwesten
Date: Mon Oct 21 05:42:12 2013
New Revision: 1534027

URL: http://svn.apache.org/r1534027
Log:
STANBOL-1182: adapted startlevels as described in the first comment of the issue

Modified:
    stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml
    stanbol/trunk/launchers/full/pom.xml
    stanbol/trunk/launchers/stable/pom.xml

Modified: 
stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml?rev=1534027&r1=1534026&r2=1534027&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml 
(original)
+++ stanbol/trunk/launchers/bundlelists/osgiframework/src/main/bundles/list.xml 
Mon Oct 21 05:42:12 2013
@@ -17,7 +17,7 @@
 -->
 <bundles>
   <!-- OSGi infrastructure -->
-  <startLevel level="5">
+  <startLevel level="2">
     <!-- OSGI infrastructure -->
     <bundle>
       <groupId>org.apache.felix</groupId>
@@ -83,7 +83,7 @@
 
 
   <!-- Logging Dependencies -->
-  <startLevel level="5">
+  <startLevel level="2">
     <bundle> <!-- STANNBOL-1025 upgraded to Sling logging 3.0.0 -->
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.commons.log</artifactId>
@@ -113,7 +113,11 @@
   
   
   <!-- HTTP service and Http related Utilities -->
-  <startLevel level="5">
+  <!-- 
+    NOTE: in case of a JAR launcher the <jarWebSupport> bundle (by default the
+      felix.http.jetty bundle) is expected to use a startLevel of 3 
+   -->
+  <startLevel level="4">
     <bundle>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.http.whiteboard</artifactId>

Modified: stanbol/trunk/launchers/full/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1534027&r1=1534026&r2=1534027&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Mon Oct 21 05:42:12 2013
@@ -80,7 +80,9 @@
               <jarWebSupport>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.http.jetty</artifactId>
-                <!-- version>2.2.1</version -->
+                <!-- depends on OSGI frameowrk (startLevel=2) and is required
+                     by felix.http.whiteboard (startLevel=4) -->
+                <startLevel>3</startLevel>
               </jarWebSupport>
             </configuration>
           </execution>

Modified: stanbol/trunk/launchers/stable/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/pom.xml?rev=1534027&r1=1534026&r2=1534027&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/pom.xml (original)
+++ stanbol/trunk/launchers/stable/pom.xml Mon Oct 21 05:42:12 2013
@@ -81,7 +81,9 @@
               <jarWebSupport>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.http.jetty</artifactId>
-                <!-- version>2.2.0</version -->
+                <!-- depends on OSGI frameowrk (startLevel=2) and is required
+                     by felix.http.whiteboard (startLevel=4) -->
+                <startLevel>3</startLevel>
               </jarWebSupport>
             </configuration>
           </execution>


Reply via email to