[
https://issues.apache.org/activemq/browse/SMX4-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60385#action_60385
]
Freeman Fang commented on SMX4-545:
-----------------------------------
Hi,
No, that not fix it.
But I figured out why I see the error but you didn't.
Your nmr patch still use /org.apache.felix.framework-3.0.1.jar, it will cause
similar error when we use nmr kit, some exception like
~/projects/smx/smx4/all/nmr/assembly/target/apache-servicemix-nmr-1.3.0-SNAPSHOT/bin
ffang$ ./nmr
Could not create framework: java.io.FileNotFoundException:
/Users/ffang/projects/smx/smx4/all/nmr/assembly/target/apache-servicemix-nmr-1.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/projects/smx/smx4/all/nmr/assembly/target/apache-servicemix-nmr-1.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)
So I just change your nmr patch a little bit to use org.apache.felix.framework
2.0.5, to keep it same as karaf and features, then when I apply your features
patch, I see the itests failure. If I keep your nmr patch, I will pass all
tests, but it means org.apache.felix.framework version is different between
karaf/nmr/features, which still also cause kit runtime problem.
FYI, karaf[1] just upgrade to felix framework 3.0.1, maybe we can keep this
issue open util next karaf release, which means we can use felix framework
3.0.1 also in nmr and features
[1]https://issues.apache.org/jira/browse/KARAF-97
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.