liferay / liferay-mobile-sdk

Other
47 stars 56 forks source link

userService.getUserIdByEmailAddress - ClassCastException #9

Closed FlorinSfatosu closed 9 years ago

FlorinSfatosu commented 9 years ago

Library version: liferay-android-sdk-6.2.0.9.jar

Calling method "getUserIdByEmailAddress" of "UserService" rises every time the exception: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long

PS: With the same parameters is working fine in browser (.../api/jsonws)

brunofarache commented 9 years ago

Thanks for catching this one @FlorinSfatosu. I'm fixing it now, will let you know when it's pushed.

brunofarache commented 9 years ago

Fixed, thanks!

This bug doesn't exist with asynchronous http requests.