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.