Hi, quick question.
When i use Spring MVC, i can define a bunch of different parameters and Spring will populate them, like beans, httprequest etc., and more specifically the Authentication object:
However, tried this with the IDACall process, and it doesn't seem to work, i get the error
"No remaining optional arguments match this type and all required arguments passed by the client have already been assigned."
Is this something supported in later versions, and if not have you considered supporting it?
6.0-p20171202
When i use Spring MVC, i can define a bunch of different parameters and Spring will populate them, like beans, httprequest etc., and more specifically the Authentication object:
Code:
public StatusTO event(Authentication auth, @Valid @RequestBody...
"No remaining optional arguments match this type and all required arguments passed by the client have already been assigned."
Is this something supported in later versions, and if not have you considered supporting it?
6.0-p20171202
Comment