Github user CMoH commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/1048#issuecomment-158986084
Well, before syncing up with master I had the rest-server and the jsgui
working. Although there still is a problem for them to work together (see
below), the rest-server was completely usable.
However, the new commits from master seem to expose jython classes in the
bundle exported packages, so we're back again to the winrm problem. We need to
integrate @splatch's work on brooklyn-itest, so developer can see if their
unrelated changes break the karaf assembly project, so this does not happen
anymore.
The problem with integrating brooklyn-jsgui and brooklyn-rest-server is
that neither of them is deployable as a separate karaf feature. They can only
work together in the presence of the highly customized webcontext that is
created by the `BrooklynWebServer` class in brooklyn-launcher (and
reimplemented in various other projects for tests). This is another discussion
that I want to start on the mailing list though, since it does not affect the
progress within this PR.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---