Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
(Java) V4 4.6.0
-
None
-
None
Description
When a schema element is processed in ClientCsdlSchema and it contains an Association element, the handling gets out of sync, since there is not match for it, and it skips not only the association element but also the subsequent elements. This seems to be the same phenomenon as in OLINGO-1403
If I remove the association element in the attached example, it handles the subsequent ComplexType, otherwise it doesn't.