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
I defined an interface for rest service and then implemented it . The Upload was successful however rest call was not successful because no annotations for handlerMethod was found in the ResourceMethodInvoker
The text was updated successfully, but these errors were encountered:
I have declared a interface with all the rest functions declared along with the javax-rs annotation .
Then it is being implemented in server handler class and client using apache cxf . Javax-rs annotation will work for the class which implements that interface.
Using JAX-RS annotations on interfaces are allowed by the specification, you are right but unfortunately at the moment they are not supported by Lambada framework.
I am planning a big refactor of the project, and I can add this feature to the roadmap also.
I defined an interface for rest service and then implemented it . The Upload was successful however rest call was not successful because no annotations for handlerMethod was found in the ResourceMethodInvoker
The text was updated successfully, but these errors were encountered: