I have to transfer a huge number of data from database to client side using gwt RPC. the data gets fetched by the service but during mapping of bean it returns error.
Returning cached instance of singleton bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor' - on terminal
Something other than an int was returned from JSNI method '@com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader::readInt()': JS value of type Java Object com.google.gwt.dev.shell.JsValueOOPHM$DispatchObjectOOPHM, expected int - on browser
why might this happen?