[
https://issues.apache.org/jira/browse/BROOKLYN-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14999880#comment-14999880
]
ASF GitHub Bot commented on BROOKLYN-183:
-----------------------------------------
Github user hzbarcea commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/1019#issuecomment-155651327
This is more of a workaround, but good enough for now. I think there's a
bit more refactoring required.
Tested, karaf starts properly now and brooklyn-core is installed properly:
````
karaf@brooklyn()> feature:list | grep brooklyn
brooklyn-utils-common | 0.9.0.SNAPSHOT | | Started |
org.apache.brooklyn-0.9.0-SNAPSHOT | Brooklyn Common Utils
brooklyn-utils-groovy | 0.9.0.SNAPSHOT | | Uninstalled |
org.apache.brooklyn-0.9.0-SNAPSHOT | Brooklyn Groovy Utils
brooklyn-api | 0.9.0.SNAPSHOT | | Started |
org.apache.brooklyn-0.9.0-SNAPSHOT | Brooklyn API
brooklyn-core | 0.9.0.SNAPSHOT | x | Started |
org.apache.brooklyn-0.9.0-SNAPSHOT | Brooklyn Core
brooklyn-commands | 0.9.0.SNAPSHOT | | Uninstalled |
org.apache.brooklyn-0.9.0-SNAPSHOT | Brooklyn Shell Commands
```
Merging.
> Create a Karaf runtime for Brooklyn
> -----------------------------------
>
> Key: BROOKLYN-183
> URL: https://issues.apache.org/jira/browse/BROOKLYN-183
> Project: Brooklyn
> Issue Type: Improvement
> Affects Versions: 0.8.0
> Reporter: Hadrian Zbarcea
> Fix For: 0.9.0
>
>
> Apache Karaf defines a lot of features out of the box, from security to
> logging that Brooklyn should use. Using an OSGi container (as opposed to the
> bare framework) allows us to better modularize Brooklyn focus on OSGi
> services and delegate commodity concerns to the container.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)