-
Notifications
You must be signed in to change notification settings - Fork 19
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
@Context parameters not ignored #27
Comments
I don't think that's in project's scope. Is |
Could Flavour ignore injected properties, at least? Since they are part of the interface method signature, they seem to be causing problems. Flavour thinks they should be passed from the caller, but they won't be -- they will get added server-side. |
Why do you need this |
That makes sense. I will look to restructure so the interface has only the fields expected from the caller. |
When RESTClient builds a proxy for a web service, it should not include @ Context parameters, since those will be injected by the container.
Instead, it generates warnings:
[ERROR] Multiple candidates for message body: $0 and $2
The text was updated successfully, but these errors were encountered: