You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Jordan Lewis <jo...@inovexcorp.com> on 2015/09/23 03:38:23 UTC

Karaf 4.0.1 or Cave 4 Issue

Hi All,

I have faced an issue when trying to use obr:start in Karaf 4.0.1 on a bundle of mine that results in this error:

Unsatisfied requirement(s):

---------------------------

   (&(osgi.ee=JavaSE)(version=1.8))

      null



However, the Java version I have running is 1.8.0_60 and the Cave 4 xml file has this requirement:


<requirement namespace="osgi.ee">
<directive name="filter" value="(&(osgi.ee=JavaSE)(version=1.8))"/>
</requirement>

Could you help me resolve this issue?

Thanks,
Jordan