Sorry for the typo. This:
(I add org.osgi.compendium in my .kar file)
was typo and should be:
(I add org.osgi.enterprise in my .kar file)
On Wednesday, February 4, 2015 10:36 AM, Milan Tomic
<[email protected]> wrote:
Hi,
If I add org.osgi.enterprise to my PAX EXAM configuration:
return CoreOptions.options(...
mavenBundle().groupId("org.osgi").artifactId("org.osgi.enterprise").version("5.0.0").start(),
...)
then Karaf which runs on JUnit/PAX-EXAM acts strange: for example, there is
no "bundle:list" command (it dissapear).
When I run standalone Karaf with same settings (I add org.osgi.compendium in
my .kar file) everything works fine.
Thank you in advance for any hint, Milan