Open jadelkhoury opened 4 years ago
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.
To be followed under https://github.com/eclipse/lyo.designer/issues/175
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.