Hi Milan,

Why do you need enterprise bundle and what's the Karaf version ?

Most of spec are already provided by other bundles (it's the purpose of the enterprise features). Maybe you start enterprise bundle too early. Try to install enterprise bundle after Karaf startup (using KarafOption).

Regards
JB

On 02/04/2015 10:36 AM, Milan Tomic 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


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to