Description:
|
(rep by Rick Bray)
Recently, I?ve upgraded our application from Resin-Pro 3.1.1 to Resin-Pro 3.1.2. After the upgrade, we?ve run into a situation that has been reported before, but has since been fixed. The issue involved Hessian and float data types in a method argument list. An IllegalArgumentException is thrown with the description being: Argument type mismatch. It appears the float is getting converted to a double on the deserialization. I changed the argument type in the service method to a double and the issue disappeared. We did not have the issue with Resin-Pro 3.1.1 nor Resin-Pro 3.0.19.
|