Mantis - Resin
Viewing Issue Advanced Details
1894 minor always 07-23-07 09:37 07-23-07 15:09
ferg  
ferg  
normal  
closed  
fixed  
none    
none 3.1.3  
0001894: Hessian float type
(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.
 

Notes
(0002124)
ferg   
07-23-07 15:09   
hessian/3406