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 2009/09/21 09:55:15 UTC

[jira] Resolved: (SMX4NMR-152) refactor testing/support to make it work with karaf

     [ https://issues.apache.org/activemq/browse/SMX4NMR-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4NMR-152.
----------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=817185&view=rev

> refactor testing/support to make it work with karaf
> ---------------------------------------------------
>
>                 Key: SMX4NMR-152
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-152
>             Project: ServiceMix NMR
>          Issue Type: Bug
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 1.1.0
>
>
> mainly we should drop testing/support/src/main/java/org/apache/servicemix/platform/testing/support/FrameworkUtil.java which will cause deadlock and finally out of memory, we need use the FrameworkUtl from org.osgi.core which has default FilterImpl after 1.4.0 (actually it's OSGi R4.2 companion code)
> FELIX-1404 is the related issue from felix side
> Also we need change org.osgi.framework version from 1.4.0 to 1.5.0 in config.properties
> and we need change felix.startlevel.bundle to 1 to ensure the activator with the test bundle have chance to be invoked.

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