Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/865#discussion_r43249975
--- Diff:
usage/rest-server/src/test/java/org/apache/brooklyn/rest/BrooklynRestApiLauncher.java
---
@@ -314,6 +314,7 @@ public static void main(String[] args) throws Exception
{
public static Server startRestResourcesViaFilter() {
return new BrooklynRestApiLauncher()
.mode(StartMode.FILTER)
+ .forceUseOfDefaultCatalogWithJavaClassPath(true)
--- End diff --
we don't want to do this by default, it slows things down. can you revert?
---
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.
---