You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
i'm currently making my first steps with the odata example client and i got an error in method readEdm.
The EntityProvider is unmarshalling the metadata xml and is trying to find the EDM type for employee (EdmSimpleTypeKind.Employee) in the following line:
Hi all,
i'm currently making my first steps with the odata example client and i got an error in method readEdm.
The EntityProvider is unmarshalling the metadata xml and is trying to find the EDM type for employee (EdmSimpleTypeKind.Employee) in the following line:
m_edm = EntityProvider.readMetadata(response.getEntity().getContent(), false);
But this type is not an valid enum constant:
No enum constant org.apache.olingo.odata2.api.edm.EdmSimpleTypeKind.Employee
Any input would be greatly appreciated.
Thanks, amaroqz
The text was updated successfully, but these errors were encountered: