-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.0, 2.2
-
Fix Version/s: QualifiedToSchedule
-
Component/s: QA
In org.nuxeo.client.marshaller.NuxeoResponseConverter#convert we currently handle automation case, if entity-type is present in response.
We don't have a way to handle automation response without entity-type.
As automation can return a lot of different type, we can't leverage java typing and we need to deduce it from the response.
For instance the operation Directory.Entries/GetDirectoryEntries returns a json blob without entity-type.
We should fix Nuxeo server and then add tests on java client for such generic operations.
- depends on
-
NXP-25267 GetDirectoryEntries should return a DirectoryEntry
- Open