See NXP-29921, the Java client is missing an "entity" for smoothly parsing String JSON results like:
{"entity-type":"string","value":"default:/default-domain/workspaces/test:csvImport:25ced2bcb4e1ee26d5c9be8f3ff5e03b"}
Expected:
client.getConverterFactory().readJSON(stringAsJson, org.nuxeo.client.objects.String.class).getValue();
- is required by
-
NXP-29921 Make CSVImportStatus operation result serializable as CSVImportStatus by the Java client
- Open
- Is referenced in