In your Import-Package instruction

>                             <Import-Package>
>                                 com.directfn.mixcache,
>                                 com.directfn.mixcache.admincenter,
>                                 com.directfn.mixcache.cachecore,
>                                 net.sf.json,
>                                 org.apache.log4j,
>                                 org.springframework.context,
>
> org.springframework.context.support;resolution:=optional
>                             </Import-Package>

You have missed adding an asterik (*) in the end i.e.
org.springframework.context.support;resolution:=optional,* due to
which bnd was not able to add required import instruction. Try adding
the * .

Chetan Mehrotra

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to