Robert created BROOKLYN-126:
-------------------------------
Summary: 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)