[
https://issues.apache.org/jira/browse/BROOKLYN-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298623#comment-14298623
]
ASF GitHub Bot commented on BROOKLYN-126:
-----------------------------------------
Github user ahgittin commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/495#issuecomment-72200903
btw you can use `#` followed by number for references to other PR's -- eg
#492
and typically BROOKLYN-126 for references to Jira (don't think github picks
that up but we will see!)
> Rest Client fails to retrieve applications
> ------------------------------------------
>
> Key: BROOKLYN-126
> URL: https://issues.apache.org/jira/browse/BROOKLYN-126
> Project: Brooklyn
> Issue Type: Bug
> Reporter: Robert
>
> Running the following code:
> BrooklynApi rest = new BrooklynApi("http://127.0.0.1:8081");
> rest.getCatalogApi().listApplications("", "");
> throws the following exception
> Exception in thread "main" org.jboss.resteasy.spi.ReaderException:
> org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized
> field "registeredType" (Class brooklyn.rest.domain.CatalogItemSummary), not
> marked as ignorable
> at [Source:
> org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor$FinishableGZIPInputStream@2e1d27ba;
> line: 1, column: 443] (through reference chain:
> brooklyn.rest.domain.CatalogItemSummary["registeredType"])
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)