Fix jboss7 serviceUp

Previously, serviceUp was never set to true, for two reasons:

1. because connectServiceUpIsRunning was not called, nothing was
   unsetting the service-not-up-indicator for SERVICE_PROCESS_IS_RUNNING

2. because the service-not-up-indicator for MANAGEMENT_URL_UP said
   suppressDuplicates=true, then it checked if the map was equal to
   the “old” map before publishing. But the map was the same object,
   and that object had been modified in-place. So the object was
   always equal to itself. It therefore never did an emit(), so the
   enricher that listened to it to set serviceUp never fired.
1 file changed
tree: 757bdaf1af42a8f6745e540a59ac253d796c32fe
  1. api/
  2. camp/
  3. core/
  4. docs/
  5. examples/
  6. locations/
  7. parent/
  8. policy/
  9. release/
  10. sandbox/
  11. software/
  12. storage/
  13. usage/
  14. utils/
  15. .gitattributes
  16. .gitignore
  17. DISCLAIMER
  18. LICENSE
  19. NOTICE
  20. pom.xml
  21. README.md
README.md

Brooklyn

Apache Brooklyn helps to model, deploy, and manage systems.

It supports blueprints in YAML or Java, and deploys them to many clouds and other target environments. It monitors those deployments, maintains a live model, and runs autonomic policies to maintain their health.

For more information see brooklyn.incubator.apache.org.

To Build

The code can be built with a:

mvn clean install

This creates a build in usage/dist/target/brooklyn-dist. Run with bin/brooklyn launch.

The developer guide has more information about the source code.