You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/04/02 20:19:34 UTC

[jira] Created: (SMX4KNL-258) Upgrade to felix 1.6.0

Upgrade to felix 1.6.0
----------------------

                 Key: SMX4KNL-258
                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-258
             Project: ServiceMix Kernel
          Issue Type: Improvement
            Reporter: Guillaume Nodet
             Fix For: 1.2.0




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4KNL-258) Upgrade to felix 1.6.0

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50999#action_50999 ] 

Guillaume Nodet commented on SMX4KNL-258:
-----------------------------------------

See below the required patch for the upgrade to the upcoming 1.6.0 release.

{code}
Index: pom.xml
===================================================================
--- pom.xml	(revision 761287)
+++ pom.xml	(working copy)
@@ -78,7 +78,7 @@
         <easymock.version>2.4</easymock.version>
         <felix.configadmin.version>1.0.4</felix.configadmin.version>
         <felix.plugin.version>1.4.3</felix.plugin.version>
-        <felix.framework.version>1.5.0-r752991</felix.framework.version>
+        <felix.framework.version>1.6.0</felix.framework.version>
         <felix.osgi.version>1.2.0</felix.osgi.version>
         <felix.compendium.version>1.2.0</felix.compendium.version>
         <felix.bundlerepository.version>1.2.1</felix.bundlerepository.version>
Index: etc/config.properties
===================================================================
--- etc/config.properties	(revision 761251)
+++ etc/config.properties	(working copy)
@@ -36,7 +36,7 @@
 felix.auto.start=startup.properties
 #felix.auto.start=all
 
-org.osgi.framework.startlevel=100
+org.osgi.framework.startlevel.beginning=100
 felix.startlevel.bundle=60
 #framework.service.urlhandlers=false
 {code}

> Upgrade to felix 1.6.0
> ----------------------
>
>                 Key: SMX4KNL-258
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-258
>             Project: ServiceMix Kernel
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>             Fix For: 1.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.