-
Notifications
You must be signed in to change notification settings - Fork 422
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
Unable to marshal type "bookmarks.BookmarkResource" #8
Comments
This seems to be related to |
Helped for me too. TNX. A lot of typo I've found in this tutorial. So seems it is correct fix. |
For anyone else hitting this error, if you still want to return a true HATEOAS resource (versus a straight-up Collection), change the
Don't forget to import |
Is this happening for everyone because I've run into the same issue. Should the above fix by @ziftytodd be implemented? Sorry to bring up a 2 year old issue |
@jflewis I did the tutorial just now and was glad to find this page to solve this issue. The fix of @ziftytodd should be implemented asap. |
It would also be interesting to see how to test methods readSingleBookmark and readBookmarks after using hateoas links... |
When running the HATEOAS project as is and browsing to http://localhost:8080/jhoeller/bookmarks I get the following error:
Is there something missing here or is it just me?
The text was updated successfully, but these errors were encountered: