You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2010/06/30 06:45:51 UTC

[jira] Commented: (SMX4-545) Update SMX to use aries version of blueprint and latest Felix/Karaf stuff that also uses aries

    [ https://issues.apache.org/activemq/browse/SMX4-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60351#action_60351 ] 

Freeman Fang commented on SMX4-545:
-----------------------------------

Hi Dan,

I  build servicemx 4 kit with your patch, when I start it, I get exception like
Could not create framework: java.io.FileNotFoundException: /Users/ffang/apache-servicemix-4.3.0-SNAPSHOT/system/org/apache/felix/org.apache.felix.framework/3.0.1/org.apache.felix.framework-3.0.1.jar
java.io.FileNotFoundException: /Users/ffang/apache-servicemix-4.3.0-SNAPSHOT/system/org/apache/felix/org.apache.felix.framework/3.0.1/org.apache.felix.framework-3.0.1.jar
	at org.apache.felix.karaf.main.Main.updateClassLoader(Main.java:813)
	at org.apache.felix.karaf.main.Main.launch(Main.java:187)
	at org.apache.felix.karaf.main.Main.main(Main.java:325)

Actually the org.apache.felix.framework jar should be picked up and assembled by karaf, so we need a karaf version which use felix.framework.version as 3.0.1, unfortunately the latest karaf release still use felix.framework.version 2.0.5, this mismatch cause the exception.

We need upgrade karaf side  felix.framework.version firstly if we really need felix.framework.version  3.0.1 for aries side blueprint.

Best Regards
Freeman

> Update SMX to use aries version of blueprint and latest Felix/Karaf stuff that also uses aries
> ----------------------------------------------------------------------------------------------
>
>                 Key: SMX4-545
>                 URL: https://issues.apache.org/activemq/browse/SMX4-545
>             Project: ServiceMix 4
>          Issue Type: Task
>            Reporter: Daniel Kulp
>            Assignee: Freeman Fang
>         Attachments: aries-features.patch, aries-nmr.patch
>
>
> There is a nasty bug in geronimo blueprint that prevents it from working properly.  We need to update to Aries to get the fix, but that means also updating a bunch of other things.  
> Will supply patch.

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