You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: