Worked like a charm. Thanks you so much!!! :) On Mon, Oct 8, 2012 at 8:26 PM, Chetan Mehrotra <[email protected]>wrote:
> 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: [email protected] > For additional commands, e-mail: [email protected] > >

