Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

No enum constant for EDM type Employee #1

Open
amaroqz opened this issue Feb 28, 2016 · 0 comments
Open

No enum constant for EDM type Employee #1

amaroqz opened this issue Feb 28, 2016 · 0 comments

Comments

@amaroqz
Copy link

amaroqz commented Feb 28, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant