Mark McKenna created BROOKLYN-522:
-------------------------------------
Summary: When running brooklyn using karaf installing a karaf
feature can trigger a brooklyn restrat
Key: BROOKLYN-522
URL: https://issues.apache.org/jira/browse/BROOKLYN-522
Project: Brooklyn
Issue Type: Bug
Affects Versions: 0.10.0, 0.11.0
Reporter: Mark McKenna
Priority: Minor
Fix For: 0.12.0
Under certain circumstances installing any karaf feature can trigger a bundle
re-wire.
Prior to 0.12.0 this will cause brooklyn-karaf init to restart shutting down
the management context and therefore brooklyn. This required you to restart
karaf completly. (Fixed in
[#751|https://github.com/apache/brooklyn-server/pull/751])
h3. Workaround
When installing a feature use the *-r* flag this informs karaf not to refresh
any bundles
{code}
feature:install -r my-feature
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)