Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayStoreException on EntityList #23

Open
kevinpeterson opened this issue Aug 12, 2013 · 2 comments
Open

ArrayStoreException on EntityList #23

kevinpeterson opened this issue Aug 12, 2013 · 2 comments

Comments

@kevinpeterson
Copy link
Contributor

When constructing a List directory, the expected resource should be a EntityListEntry object, not a EntityDescription object. Because this is done via reflection, we won't catch this a compile time, so we'll probably need some finer-grained unit tests for these list=true operations.

@darmbrust
Copy link
Contributor

Test case for one that is currently failing:
This works:
http://vmware_win_7:8080/codesystem/UMLS_SemNet/version/3.2/entities?list=false

This breaks:
http://vmware_win_7:8080/codesystem/UMLS_SemNet/version/3.2/entities?list=true

@darmbrust
Copy link
Contributor

hmm, no idea how I closed this... didn't intend to.

@darmbrust darmbrust reopened this Aug 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants