You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Алексей Зарецкий <az...@citc.ru> on 2018/04/12 13:55:41 UTC

assymetric behavior feature:install --no-auto-start and feature:start

Steps to reproduce:
1) repo-add cxf
2) feature:install --no-auto-start cxf-jaxrs
3) feature:start cxf-jaxrs
After executing 'la' command I see that bundles of level 2 dependency features (http, cxf-specs) have "Resolved"  status.
When I've try to start that features by feature:start it not started:
4) feature:start http cxf-specs
I have reproduce this on versions 4.1.5, 4.2.0

Re: assymetric behavior feature:install --no-auto-start and feature:start

Posted by Guillaume Nodet <gn...@apache.org>.
Yes, I can reproduce the problem, however I'm not sure how to solve the
problem.
Please raise a JIRA issue so that it's not forgotten, but I'm not
committing to anything.

Guillaume

2018-04-12 15:55 GMT+02:00 Алексей Зарецкий <az...@citc.ru>:

> Steps to reproduce:
> 1) repo-add cxf
> 2) feature:install --no-auto-start cxf-jaxrs
> 3) feature:start cxf-jaxrs
> After executing 'la' command I see that bundles of level 2 dependency
> features (http, cxf-specs) have "Resolved"  status.
> When I've try to start that features by feature:start it not started:
> 4) feature:start http cxf-specs
> I have reproduce this on versions 4.1.5, 4.2.0




-- 
------------------------
Guillaume Nodet