Hi Michael,
Could you please provide some additional information?
Which operation are you calling? Can you provide a stack trace?
The JSON converter tries to get hold of the property definition. If
that fails for some reason, it falls back to returning a list.
It looks like there is an issue with the property definitions of
secondary types.
Florian
Hi,
I have an issue with the browser binding getObject.
When getting an object with secondary type properties, their
cardinality is
ignored.
For properties on the primary type, the cardinality is checked, and
the
value list is unpacked if SINGLE (JSONConverter line 1204).
Properties on a secondary type however, are always returned as json
list
(JSONConverter line 1218).
Using latest 0.10.0-SNAPSHOT.
Michael