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

GET with "accept: application/json" fails with internal error #9

Open
jadelkhoury opened this issue Aug 31, 2020 · 2 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jadelkhoury
Copy link
Contributor

the server receives the request, and does return the proper instance. The problem lies in the jax-rs Provider for json.
It could be that we don't have such a provider by default.

@jadelkhoury jadelkhoury self-assigned this Aug 31, 2020
@jadelkhoury jadelkhoury added this to the DemoReady milestone Sep 29, 2020
@jadelkhoury
Copy link
Contributor Author

The problem is that the package-info.java file is generated into the server project. But it should be instead be part of the domains package.
This is a bug in LyoDesigner, to be reported there.

Workaround? Move the package-info.java class to the domains project.

@jadelkhoury
Copy link
Contributor Author

To be followed under eclipse-lyo/lyo.designer#175

@berezovskyi berezovskyi added the bug Something isn't working label Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants