Turns out there is something stupid / funky with him where he really wants me to introduce a class type, not a primitive type.
Changing the method signature to use Integer
instead of int
fixed.
@Procedure(procedureName = "dbo.do_cool_stuff_to_client") void coolClientStuff(Integer clientId);
source share